SEO

Programming / Coding, Technology »

[15 Mar 2010 | No Comment | 143 views]

UDF (user defined function) to strip off html tags from a string in MS SQL.

Read more...

Advertising / Marketing, General, Making Money »

[13 Mar 2010 | No Comment | 28 views]

People sell their products in different ways. Some sell on their very own e-commerce website, some on shopping comparison sites, some on ebay, amazon etc.

Here is a short list of some major places you can sell your products. Remember this is not an elaborated talk on them.

Read more...

General »

[4 Mar 2010 | One Comment | 78 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 | 105 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 | 199 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 | 276 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 | 285 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 | 168 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 | 347 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 | 323 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...