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

< HTML> < HEAD> < META http-equiv=Content-Type content="text/html; charset=utf-8"> < META content="MSHTML 6.00.5730.13" name=GENERATOR> < link href='http://www.blogger.com/favicon.ico' rel='icon' type='image/vnd.microsoft.icon'/> < /head> < body> Hi Gamal ... Finally it works < /body> < /html>

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 < head> and < /head> section. < link rel=”shortcut icon” href=”/favicon.ico” > 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 : h

Favorite Icon 1

< div dir="ltr" align="left">The original favicon feature was created by Microsoft for < a title="Internet Explorer" href="http://en.wikipedia.org/wiki/Internet_Explorer">Internet Explorer< /a> 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 < a title="World Wide Web Consortium" href="http://en.wikipedia.org/wiki/World_Wide_Web_Consortium">World Wide Web Consortium< /a> (W3C) < a title="HTML" href="http://en.wikipedia.org/wiki/HTML">HTML< /a> recommendation < a title="" href="http://en.wikipedia.org/wiki/Favicon#cite_note-1">[2]< /a> because: The rel attribute must contain a space-< a class="mw-redirect" title="Delimited" href="http://en.wikipedia.org/wiki/Delimited">delimited< /a> list of li

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("< br> < applet codebase = \".\" Archive = \"test.jar\" code= \"Pkg_Scrn.C_Daily_Progress.class\" name = \"Tmplt\" "+ "width= \"100%\" height = \"680\" hspace = \"0\" "+ "vspace = \"0\" align = \"middle\" "+ "viewastext>"+" Session["Well_Cd"].ToString()+"\">"+ "< PARAM NAME=\"Usr_Cd\" VALUE=\""+ Session["UserCode"].ToString()+"\">"+ "< /applet>"); } 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‏

< HTML> < head> < title> Free < /title> < meta http-equiv='Page-Exit' content='revealTrans(Duration=3.0,Transition=27)'> < /head>

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: < form name="feebback" METHOD="post" ENCTYPE="text/plain" action="mailto:clueless@test.edu" onsubmit="self.close()"> 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. < ?xml version="1.0"?> < connectionStrings> < add name="LibraryConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Library.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/> < /connectionStrings> < system.web> < membership> < providers> < clear/> < add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" requiresQuestionAndAnswer="false" requiresUniqueEmail="true"