About Me
Wisecodes on Facebook
Traffic Rank
Pages
Categories
- Apple & Mac (24)
- Auto World (39)
- Computer (12)
- Cool Link & Fun (33)
- Download (11)
- Electronics (7)
- Entertainment (40)
- Funny (19)
- Game (5)
- Health (7)
- How-to (9)
- Lifestyle (28)
- Mobile (16)
- Other (33)
- Photography (10)
- Programming (7)
- Projects (12)
- Science (52)
- Sports (1)
- Technology (133)
- Travel (2)
- Trip & Tracks (13)
- Videos & Songs (63)
- World & Business (19)
Archives
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- March 2010
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
Visitor Locations
-
Category Archives: Programming
A company will plant one tree for every bug you find their applications
If you are a lover of ecology and a potential hacker, perhaps this initiative and is a good way to combine both, as the company Kentico, which is responsible for developing software, launched what it called “Trees For Bugs”. The project aims to plant a tree every time someone finds a bug in some of [...]
PostgreSQL 8.4 maintains its distance with rivals
The Group PostgreSQL Global Development has released version 8.4 of the database of open source with advanced features. There are nearly 300 improvements to administration, programming and query language opening up new possibilities with this database. Some improvements are: * Restoring the database using parallel processes, accelerating the recovery of a back up to 8 [...]
Add/Remove NewLine in SQL Query
Add NewLine in SQL Query: Code: Declare @FristName Char(10) Declare @LastName Char(10) Set @FristName = ‘Venu’ Set @LastName = ‘Thomas’ Select (@FristName + CHAR(13) + CHAR(10)+ @LastName) As Name OutPut: Name ———————- Venu Thomas (1 row(s) affected) Remove NewLine in SQL Query: Code: Declare @FristName Char(5) Declare [...]
ASP.NET MVC 1.0 Release Candidate Now Available
Today we shipped the ASP.NET MVC 1.0 Release Candidate (RC). Click here to download it (note: the link just went live so if it isn’t working wait a few minutes for the server you are hitting to refresh). It works with both Visual Studio 2008 and Visual Web Developer 2008 (which is free). Today’s RC is the [...]
ASP.Net 2.0 – Master Pages: Tips, Tricks, and Traps
Good article about tips, tricks and traps around the master-page feature in ASP.Net 2.0. Click Here…
40 Tips for optimizing your PHP code
Here useful 40 trip for optimizing your PHP code http://reinholdweber.com/?p=3
Five reasons why HTML5 is much better to Flash