If you like to apply multiple styles on the single element, all you have to do is separate the style names by a space.
Read more...If you have a dedicated server and you need to add an additional ip address, first thing to do is request for the additional ip address from the hosting company. Often time they would not hook it with your server, they would just give it to you.
Read more...When you design database tables care should be taken selecting the type of integer columns. If you predict there is chances to have big numbers on the integer column, consider bigint or int accordingly.
Read more...I guess with all good comes bad. My problem is before I monetize the websites well I jump into another business idea comes in mind.
Read more...I have two backgrounds for a page; one on left side, another on the right side. Both repeat vertically.
Read more...I wanna create a two column layout using CSS. Both clumns would have equal height. This is how we can do it
Read more...If you are adding Page Method on your ASP .Net page and you see this compile error: the type or namespace name ‘webmethod’ could not be found….
Read more...So you need to truncate the log files often to keep the log file smaller in size. The process I am demonstrating here is for MS SQL 2008.
Read more...How To Start / Stop MS SQL Server 2005
Read more...I amĀ not a Php programmer, these days I work with Asp .Net. However I used to work with Php in the past, and that gives me some edge working with simple php stuffs these days for clients, in case I need to.
One of my clients asked to do a visitor counter for them. Looking at the options it could be done in many ways e.g. file based, mySql based etc. To keep it simple I developed a file based version of the visitor counter for the client.
We had to …