Implement “Master Pages” in Java
Found a good blog post on how you can emulate the use of ASP.Net Master Pages […]
C# | Call Overloaded Methods
Sometimes in C#, to call overloaded methods within the same method names, we still use the […]
No Internet | Network Card not working fine
During these last few days, my network on the computer started giving me problems and sometimes […]
Div OnClick instead of a href | Quickie
Instead of using the “<a href=” tag to go to another page, you can use the […]
Project NINE is ready for Christmas
This month’s launching and special Offers are for real. This is our offer to help you […]
URLRewriter Submit Button Error | Intelligencia
Today I was using Intelligencia URLRewriter to use Search Engine Friendly URL’s to improve my site’s […]
SQL Server 2005 | Add days, months and years to GetDate()
To get the current date in Sql Server queries and stored procedures, you use the GetDate() […]
SQL Server | Convert Varchar to UniqueIdentifier
There are 2 ways to Convert a string to a UniqueIdentifier (GUID) in SQL Server: SELECT CAST(‘449141d9-86c9-449d-be2c-1f171b4f4567’ as UNIQUEIDENTIFIER) SELECT CONVERT(UNIQUEIDENTIFIER, […]
Project NINE | Start Registering
Start Registering your interest for this New Web Design Concept: “Great Web Design for a Small […]
Online Javascript Compressor
This might help some developers and designers… a Javascript Compressor. It’s extremely useful as it compresses […]