Common Type System

June 14, 2007

The common type system defines how types are declared, used, and managed in the common language runtime. Read the rest of this entry »


NOD32 Antivirus 2.7.39

June 8, 2007

 

هذا البرنامج يصنف عالمياً بالمرتبة الأولى في مجال الحماية من الفيروسات وتم تجربة البرنامج ويعتبر الافضل والاقوى لما يتميز بة من قوة في إكتشاف وتدمير أي خطر يواجهك على الإنترنت فيروسات Read the rest of this entry »


Visual Studio 2005 SP1 Vista Update is available

June 8, 2007

At last the update for VS2005 when used on Vista is available, albeit in beta. Read the rest of this entry »


SQL Server 2005 EE Training Videos

June 8, 2007

 MS have published a set of training videos for SQL 2005 EE which start from complete novice, ie What is a database ? Read the rest of this entry »


Howto: Sun Java on Fedora 7

June 8, 2007

fedora-logo-bubble
For legal reasons Sun’s Java is not included with Fedora 7 yet. However, with a bit of effort you can install it in a sane way.

The stress is on “a sane way” because the different Java versions could interfere with each other. Also, if you do it the wrong way, your java might be upgraded to Read the rest of this entry »


Customized SearchEngines.java

June 7, 2007

The SearchEnginesFrontEnd servlet shown above sends its data to the CustomizedSearchEngines servlet. Read the rest of this entry »


SearchEngines FrontEnd.java

June 7, 2007

This servlet builds the form-based front end to the search engine servlet. Read the rest of this entry »


LongLivedCookie.java

June 7, 2007

(Download source code)

Here’s a small class that you can use instead of Cookie Read the rest of this entry »


Getting the Value of a Cookie with a Specified Name

June 7, 2007

Here’s a section of ServletUtilities.java that slightly simplifies the retrieval of a cookie Read the rest of this entry »


Reading Cookies from the Client

June 7, 2007

To send cookies to the client, you created a Cookie then used addCookie to send a Set-Cookie HTTP response header Read the rest of this entry »