article-stack waiting for new theme......

How to upload wordpress theme or plugin after development

3

Developing a plugin or theme is not as difficult as uploading this to WordPress server. right? at least it was true for me in starting. After developing a plugin i uploaded it into wordpress database after 1 month. But when i started to update it, i took only some minutes to understand the complete process.

(more...)

CSS: PNG fix

3

I never suggest using PNG images since they are bigger in size and not compatible with many browsers. Although you can fix their appearance so their transparency can persist. But sometimes they are needful for web designers. So here I am mentioning some PNG fixes as per my experience. These fixes may fix transparency of

(more...)

Xampp : How to Run & Test WordPress locally

3

If you are planning to edit/create your own wordpress theme, XAMPP will be a best option to test it. Although creating WP themes using Artisteer is too easy and editing existing themes using ThemeDreamer is very simple. But how would they look in various browser is important. And at this point you need some platform

(more...)

What is captcha?

3

Many sites use CAPTCHA security. You can see CAPTCHA when you 1. register on any site 2. are booking train or flight ticket 3. change password 4. put some link in scrap on orkut etc. How does it look.. CAPTCHA is nothing but an image drawn in a style so only human can understand it.

(more...)

How to download from any online file sharing service provider

3

This post doesn’t seem very useful for people who uses internet frequently. But people who are not very computer friendly or new in this field can find this article appropriate. Many times you need to share your computer with your friends. So they can repair it or can teach you something. Sometimes you need to

(more...)

How to test a web page in many browsers and platforms in one short

3

If you already had read article over margin fix and float fix then you must be interested to test your website on various browsers, their versions and various platforms. It is not easy to install all browsers on your local machine. Nor you can arrange many platforms. It’ll not only be expensive but time consuming.

(more...)

CSS: IE Margin fix

3

Have you ever faced problem related to your website appearance? I went through this fix when my sister developed a site for a client. That site was coming properly in IE7 and Firefox. But it is messed up in IE 5.5, 6. Floats & margins ever create appearance problem in IE. Luckily IE 7 is

(more...)

How to handle runtime exception in DB2

3

This post is all about Error handling in DB2 in brief. I am trying to cover everything in only single post. So perhaps some advanced topics are missed or would be discussed in short. Prerequisites: writing basic & simple stored procedures in DB2. Write a procedure and use below steps to handle runtime errors. 1.

(more...)

Use Google as CDN for various java scripts framework

3

Google hosts some scripts at their server that you can refer on your site directly. It doesn’t only save bandwidth of your site but make you tension free to update java script versions. CDN means content delivery network or content distribution network (CDN) . You can host your site contents(static) like images, css, java script

(more...)

CSS compatibility charts

3

Are you a web designer? You must need to know compatibility of current CSS version, you are using, with various internet browser. While designing theme for this site I found many CSS compatibility charts. Click below attached images to view charts on other sites. Although I rarely prefer any document while working but they are

(more...)