Blog

connect A Psx Pad To Pc, Warning soldering is involved..
If you are feeling adventurous ...If you have a PlayStation and a PC, and do not have a pad for the computer, or simply those that there are in the market seem to you too expensive or any you don't like, you have a great option here. It connects your PlayStation pad (anyone) to your PC conserving AL…[ More ]
Convert Stubborn Webpage To .pdf
Convert Stubborn Webpage To .pdfI have come across some websites that i wanted to save the page for later review. I found that i was having some problems with certain sites. I found a way around it.what you need:adobe acrobat 6 pro or betterpopupcopthere may be a simpler way to do this but i found t…[ More ]
Convert To Basic And Dynamic Disks In Windows Xp
Windows XP Professional supports two types of disk storage: basic and dynamic. Basic disk storage uses partition-oriented disks. A basic disk contains basic volumes (primary partitions, extended partitions, and logical drives).Dynamic disk storage uses volume-oriented disks, and includes features th…[ More ]
Converting Movies To Psp Format.
Converting Movies To Psp Format.Hey again, this is a real quick guide for anyone interested to get a movie onto there PSP without all the fluff i have seen elsewhere. I just watched Africa the Serengeti on my PSP and heres is the lowdown.Movie - approx 40 minutes - dvdSaved to hard drive - 2.6GIG - …[ More ]
COMMON FTP ERROR CODES
~~~~~~~~~COMMON FTP ERROR CODES~~~~~~~~~~# Description110 Restart marker reply. In this case, the text is exact and not left to the particular implementation; it must read: MARK yyyy = mmmm where yyyy is User-process data stream marker, and mmmm server's equivalent marker (note the spaces between ma…[ More ]
CMD Prompt here, add to folder context menu windows xp
 add the open cmd prompt to folder context menusalso drives and My Computercopy what's in the code area to notepad and save as cmd here.regCODEWindows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Drive\shell\cmd]@="Command Prompt"[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]@="cmd.exe /k \"cd %L\""[…[ More ]
Closing Open Holes
  Closing Open HolesSeptember 27, 2000By Ankit FadiaWith the spread of Hackers and Hacking incidents, the time has come, when not only system administrators of servers of big companies, but also people who connect to the Internet by dialing up into their ISP, have to worry about securing their syste…[ More ]
Validation Server Controls
Validation Server Controls Validation server controls are used to validate user-input. Validation Server Controls A Validation server control is used to validate the data of an input control. If the data does not pass validation, it will display an error message to the user. The sy…[ More ]
Web Server Controls
Web Server Controls Web server controls are special ASP.NET tags understood by the server. Web Server Controls Like HTML server controls, Web server controls are also created on the server and they require a runat="server" attribute to work. However, Web server controls do not nec…[ More ]
HTML Server Controls
HTML Server Controls HTML server controls are HTML tags understood by the server. HTML Server Controls HTML elements in ASP.NET files are, by default, treated as text. To make these elements programmable, add a runat="server" attribute to the HTML element. This attribute indicates t…[ More ]
ASP.NET 2.0 - Navigation
ASP.NET 2.0 - Navigation ASP.NET 2.0 has built-in navigation controls Web Site Navigation Maintaining the menu of a large web site is difficult and time consuming. In ASP.NET 2.0 the menu can be stored in a file to make it easier to maintain. This file is normally called web.sitemap,…[ More ]
ASP.NET 2.0 - Master Pages
ASP.NET 2.0 - Master Pages Master pages provide templates for other pages on your web site. Master Pages Master pages allow you to create a consistent look and behavior for all the pages (or group of pages) in your web application. A master page provides a template for other pages…[ More ]
ASP.NET 2.0 - New Features
ASP.NET 2.0 - New Features ASP.NET 2.0 improves ASP.NET by adding several new features. Improvements in ASP.NET 2.0 ASP.NET 2.0 was designed to make web development easier and quicker. Design goals for ASP.NET 2.0: Increase productivity by removing 70% of the code Use the same contr…[ More ]
ASP.NET - Database Connection
ASP.NET - Database Connection ADO.NET is also a part of the .NET Framework. ADO.NET is used to handle data access. With ADO.NET you can work with databases. Try it Yourself - Examples Database connection - Bind to a DataList control Database connection - Bind to a Repea…[ More ]
ASP.NET - The DataList Control
ASP.NET - The DataList Control The DataList control is, like the Repeater control, used to display a repeated list of items that are bound to the control. However, the DataList control adds a table around the data items by default. Bind a DataSet to a DataList Control The DataList c…[ More ]
ASP.NET - The Repeater Control
ASP.NET - The Repeater Control The Repeater control is used to display a repeated list of items that are bound to the control. Bind a DataSet to a Repeater Control The Repeater control is used to display a repeated list of items that are bound to the control. The Repeater control ma…[ More ]
ASP .NET - XML Files
ASP .NET - XML Files We can bind an XML file to a list control. An XML File Here is an XML file named "countries.xml":   Norway  N  Sweden  [ More ]
ASP.NET - The SortedList Object
ASP.NET - The SortedList Object The SortedList object combines the features of both the ArrayList object and the Hashtable object. Try it Yourself - Examples SortedList RadiobuttonList 1 SortedList RadiobuttonList 2 SortedList DropDownList The SortedList Object The S…[ More ]
ASP.NET - The Hashtable Object
ASP.NET - The Hashtable Object The Hashtable object contains items in key/value pairs. Try it Yourself - Examples Hashtable RadiobuttonList 1 Hashtable RadiobuttonList 2 Hashtable DropDownList Create a Hashtable The Hashtable object contains items in key/value pairs.…[ More ]
ASP.NET - The Hashtable Object
ASP.NET - The Hashtable Object The Hashtable object contains items in key/value pairs. Try it Yourself - Examples Hashtable RadiobuttonList 1 Hashtable RadiobuttonList 2 Hashtable DropDownList Create a Hashtable The Hashtable object contains items in key/value pairs.…[ More ]