Posts

Showing posts from January, 2009

Disable and Remove Windows Genuine Advantage Notifications Nag Screen

Image
1- Lauch Windows Task Manager. 2- End wgatray.exe process in Task Manager. 3- Restart Windows XP in Safe Mode. 4- Delete WgaTray.exe from c:\Windows\System32. 5- Delete WgaTray.exe from c:\Windows\System32\dllcache. 6- Lauch RegEdit. 7- Browse to the following location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ Windows NT\CurrentVersion\Winlogon\Notify 8-Delete the folder ‘WgaLogon’ and all its contents 9-Reboot Windows XP.

Put Favicon into URL Address - Small Icon on Web Address 2

Hi Gamal ... Finally it works

Put Favicon into URL Address - Small Icon on Web Address

Image
You can put favicon (favorite icon), small icon on web address to identify your web or blog. So this icon will embed right beside your URL address and it can make your URL address more even cute. Step 1 : Use Favicon Generator to make your own favicon, you can choose one of this website. http://www.favicon.cc/ http://www.favicongenerator.com/ http://www.html-kit.com/favicon/gallery/ Step 2 : Download the favicon from one of favicon generator’s website above. Make sure the name of this favicon is favicon.ico Step 3 : Upload the favicon.ico you’ve just downloaded into your web root directory (the same place you put your index.html) Step 4 : Copy and paste this following code below into your html page file between and section. Tips : You can put your favicon.ico file on other image hosting, then you should change the shortcut address into your URL image address. See the example below : Image URL Adress : http://YourImageHosting.com/favicon.ico Favicon Code : PS: Gamal Please Check it o...

Favorite Icon 1

The original favicon feature was created by Microsoft for Internet Explorer which would request a favicon from a set URL (/favicon.ico) on every website. Microsoft's supported format for the link tag did not conform to the World Wide Web Consortium (W3C) HTML recommendation [2] because: The rel attribute must contain a space- delimited list of link types, so a two-word link type would not be understood correctly by conforming web browsers. (viz. rel="shortcut icon") The " .ico " file format (a raster format used for icons on Microsoft Windows) did not have a registered MIME type and wasn't likely to be automatically understood by most web browsers. In 2003, however, the format was registered with the Internet Assigned Numbers Authority (IANA) under the MIME type image/vnd.microsoft.icon, eliminating the first part of this problem. The use of a reserved location on a website conflicts with the Architecture of the World Wide Web and is known as link s...

Egyptian Software Engineers Association

الجمعية المصرية لمهندسي البرمجيات Egyptian Software Engineers Association شهد النصف الثاني من القرن العشرين تطورا علميا و تكنولوجيا سريعا شمل جميع جوانب الحياة و اختصت علوم الحاسب و تكنولوجيا المعلومات بالنصيب الأوفر من ذلك، مما جعلها وسيلة ضرورية للتنمية و التقدم في شتي المجالات. و عليه فقد كان نشر علوم الحاسب و تكنولوجيا المعلومات و إنشاء كليات متخصصة في تلك المجالات ضرورة ملحة، و إيمانا من الدولة بأهمية تلك الخطوة فقد تم إنشاء كليات متخصصة في مختلف الجامعات المصرية و قد وصل عددها الي تسع كليات للحاسبات و المعلومات تتم الدراسة فيها علي اعلي مستوي تكنولوجي حتي يتم خلق جيل جديد من المتخصصين في علوم الحاسب قادرين علي مواكبة التطور العالمي في هذا المجال و تقديم الخدمات القادرة علي المضي بالمجتمع المصري إلي الأمام في طريق التقدم. و قد بدأت هذه الكليات في تخريج الدارسين المتخصصين في ذلك المجال و مع ازدياد أعداد هؤلاء الخريجين ظهرت الحاجة الملحة إلي وجود كيان رسمي يجمعهم و يدعم أنشطتهم .. فكانت الجمعية المصرية لمهندسي البرمجيات جمعية اهلية تأسست عام 2004 بهدف دعم طلبة و خريجي كليات الحاسبات...

How to put java applet in aspx page‏‏

private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here if((Session["Well_Cd"]!=null)& (Session["UserName"]!=null)) { Response.WriteFile("TopMenu.aspx"); Response.Write(" code= \"Pkg_Scrn.C_Daily_Progress.class\" name = \"Tmplt\" "+ "width= \"100%\" height = \"680\" hspace = \"0\" "+ "vspace = \"0\" align = \"middle\" "+ "viewastext>"+" Session["Well_Cd"].ToString()+"\">"+ " Session["UserCode"].ToString()+"\">"+ " "); } else Response.Redirect("default.aspx"); }

How to recover a Database SQL server to Normal from Suspect status‏

Troubleshooting Resetting the Suspect Status Microsoft® SQL Server™ 2000 returns error 1105 and sets the status column of sysdatabases to suspect if SQL Server is unable to complete recovery on a database because the disk drive no longer has any free space. Follow these steps to resolve the problem: Execute sp_resetstatus. Use ALTER DATABASE to add a data file or log file to the database. Stop and restart SQL Server. With the extra space provided by the new data file or log file, SQL Server should be able to complete recovery of the database. Free disk space and rerun recovery. sp_resetstatus turns off the suspect flag on a database, but leaves all other database options intact. Caution Use sp_resetstatus only when directed by your primary support provider or as recommended in Troubleshooting. Otherwise, you might damage your database. Because this procedure modifies the system tables, the system administrator must enable updates to the system tables before creating this procedure. To...

HTML Page work Like POWER POINT Slides‏

Free

Precompilation Code

this words inside the COMMAND Prompet Screen: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\sam2>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\asp net_compiler.exe -p C:\final source 051207\CHA_061207\CHA_0509207 -v /C:\final s ource 051207\CHA_061207\precompiled061207 Utility to precompile an ASP.NET application Copyright (C) Microsoft Corporation. All rights reserved. error 1003: The directory 'C:\final' doesn't exist. C:\Documents and Settings\sam2>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\asp net_compiler.exe -p C:\final source 051207\CHA_061207\CHA_0509207 -v /C:\final Utility to precompile an ASP.NET application Copyright (C) Microsoft Corporation. All rights reserved. error 1001: Unexpected parameter: '051207\CHA_061207\CHA_0509207'. C:\Documents and Settings\sam2>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\asp net_compiler.exe -p C:\final_source_051207\CHA_061207\CHA_0509207 -v /C:\fi...

Send mail from outlook without open it

Try adding your self.close() to the onsubmit event handler in the form tag. eg: However, have you opened a popup window which the form is displayed in? If not, using location.replace() would be a better alternative than trying to close the browser window.

Solve error : (NT AUTHORITY\NETWORK SERVICE)‏

Solve the Error: The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'C:\WINDOWS.0\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'. Solve: In a command prompt, navigate to the following: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 Then run the following command: aspnet_regiis -ga "NT AUTHORITY\NETWORK SERVICE" Everything worked fine after running that.

Solve the password length in ASP.net 2.0‏

You should be able to change them in your web.config for your application or change in machine.config in \Windows\Microsoft.Net\Framework\v2.x\Config folder The following section is copied directly from another starter kit fro your reference. For example: you change minRequiredNonalphanumericCharacters="0" from minRequiredNonalphanumericCharacters="1", then you don't need the Non alphanumeric Characters any more. You change other setting within this block as you want.