SEO

General »

[4 Mar 2010 | No Comment | 52 views]

I had this e-commerce website Shopping Cosmo developed few months back. Had big plans selling lot of stuffs and make tons of money
So check out the site http://www.shoppingcosmo.com/

Read more...

General »

[14 Feb 2010 | No Comment | 93 views]

Often times you might need to read a file from another website server. For example reading a inventory data file from a vendor website. Here is a sample code to achieve that.

Read more...

General, Programming / Coding »

[22 Jan 2010 | No Comment | 178 views]

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...

General, Technology »

[22 Jan 2010 | No Comment | 233 views]

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...

Programming / Coding, Technology »

[22 Jan 2010 | No Comment | 263 views]

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...

General »

[21 Jan 2010 | No Comment | 152 views]

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...

Programming / Coding »

[13 Jan 2010 | No Comment | 312 views]

I have two backgrounds for a page; one on left side, another on the right side. Both repeat vertically.

Read more...

Programming / Coding »

[11 Jan 2010 | No Comment | 295 views]

I wanna create a two column layout using CSS. Both clumns would have equal height. This is how we can do it

Read more...

Programming / Coding »

[18 Sep 2009 | No Comment | 1,232 views]

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...

Programming / Coding »

[16 Sep 2009 | No Comment | 1,629 views]

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...