Archive for the ‘HTML’ Category

Download Files directly to your web host server faster and easier

Needless to say that it’s a hectic job to download and upload a file from some website  to your hard drive and again upload and extract it to your server. Imagine how much time are you loosing in this process. But imagine how you can save your time by directly downloading it to your own web server. […]

saaZine Magazine WordPress theme Giveaway

A month ago we launched saaZine Magazine theme for WordPress. The price for the premium template was $32. But now we are giving it free for limited number of our blog visitors. To know more about saaZine magazine read it here. Hurry up comment here and request for saaZine Magazine Template with your email address. […]

Designing a webpage using Adobe Fireworks CS3

The mock ups are the prototype models for a web page to be designed. This can be very useful in order to verify whether the mock up satisfies the client’s needs and if the changes are required, then it will be implemented in the original web page design. The webpage mock ups are designed by […]

How to animate a button only from one image

Reducing the number of images to load in your website increases the loading speed of your website. This can be very good point for your web speed optimization. For example, can you guess the number of images used in the Read more button below? Though it seems like two different images are being used to add […]

How to access WordPress Database Away from WordPress Root

WordPress by defauly supports globally announcing $wpdb to access the WordPress. But in case you are away from the WordPress root you’ll need to redefine the database information to access WordPress. Again after accessing the database you may need to redefine the database prefix, which will really eat your time and dynamic ability of your […]

How to delete HTML tags by preserving contents using Dreamweaver

Striping a tag means removing a tag that encloses some object. For example, striping a  <p> tags means that you are removing <p> </p> together. For instance, you may want to remove <p> tag with some attributes defined in it and say that it has been used in most part of your web site. Here […]

World’s smallest jQuery Slideshow

The main motto of JQuery is “write less, do more”, let’s follow their motto and create a most simple JQuery based Slideshow. I will try to make this tutorial as simple as I can so that new beginners can understand it easily. Let’s create a basic HTML to gather the contents for slide first. <div […]

Creating awesome jQuery menu for your website or blog

Interactive animations makes your website much user friendly and enjoyable. Previously flash used to be the only means of animated interactive contents. Now with release of AJAX and minimized javascript library, JQuery, we are able to create interactive pages without the need of flash. This time, I am here to present you the jQuery technique […]

Install PHP and MySQL server without any tweaks- just easy install

I’ve read a lots of post with a technique to install Apache Server. But all of them needed some tweaks making it harder to understand for basic and learning person like you. Therefore understanding such situation, I created this tutorial. In this tutorial, I’ll be teaching you how to setup an Apache Server without modifying […]