Dom Tabs Save Space
If you run a for a longer time, you will notice that there is always more and more contents to display but less and less space for it. A solution for that can be the tabs feature. The Tabs are used in sidebars but also in the header for providing easy navigation and make information more available in a compact space. By using tabs you can have wide variety of content on your and all you need is to click on any tab and only the content for that tab gets displayed and the rest of the tabs’ content remains hidden.

read full article →

Bookmark and Share

“A picture is worth a thousand words”.

This phrase emerged in the USA in the early part of the 20th century. Its introduction is widely attributed to Frederick R. Barnard, who published a piece commending the effectiveness of graphics in advertising with the title “One look is worth a thousand words”, in Printer’s Ink, December 1921.
It points out the power of a single image that can present complex stories that need many words to be described, or that a single image may be more influential than a great amount of text. Today in our dynamic world this is more important than ever before. Today we must absorb large amounts of data quickly.

In it’s quite easy for you to add images to your site. Upload them directly from within by using the built-in file uploading utility in the post screen or use any FTP Client software to upload as much as you want images to your site. In you can resize images and create thumbnails too. Actually there are three size settings available for you: thumbnail, medium and large.  In the same moment when you upload an image, will automatically generate these three image sizes not affecting the aspect ratio. The thumbnail is a resize with a crop, and the other settings are “max” width and height. So don’t worry.

Styling your images on your /site

Most likely your theme is already styling your images i.e. it is set to put a border around images in your posts, and float them to the left or to the right, and most of the time this is working good for you, but sometimes, you would like to style them in a different manner. In those cases you can easily change this “default” styles by few simple edits in the HTML code.

At Design Studio in most of our themes we use these styles for the images:

.alignleft {
float: left;
}
.alignright {
float: right;
}
img {
border: none;
}
img.alignleft {
float: left;
margin: 5px 10px 5px 0;
}
img.alignright {
float: right;
margin: 5px 0 5px 10px;
}

And here is what you get:

men at work

But let’s say you want to add a thick black border around the picture. Before the /> that closes the tag just insert: style=”border: 3px solid #000000″


You can add space between the border and the picture too:


You can float it to the left:


Or to the right:


And of course you can add margins according to your preferences:

Optimizing your images for WP

You should not overlook image . This is also an important part of SEO. By writing good alt tags for images and clever thinking of how you name the files, you can get extra traffic on your from the different image search engines. You can help your lesser able readers who check out your site in a screen reader, to make sense of what’s otherwise hidden to them too.

Heavy images can cost you traffic. Your visitors won’t wait 10 seconds for your image to load! So you should optimize your images for the web.  Your images should be in either .gif or .jpg formats (.gif is best for logos and navigation buttons, while .jpg is best for photographs.)  Reduce the size of your graphics so that they take as few bytes as possible while retaining acceptable quality.

In following posts, we’ll come up with some of the tools and plug-ins that will help you in making your life easier when it comes to dealing with images!

Bookmark and Share

n-f-s-most-wanted.jpg

So you want to create a high-traffic site? It’s so cool to have all those plugins too. But will be sufficient for your high-traffic site? Will it survive tons of heavy traffic every day? Well the answer can be yes as long as you take care of few things. Here are some tips on how to speed up your site. Before you go ahead with this post, you should go ahead and read the following post as well – Unclutter your blog.

read full article →

Bookmark and Share

In the earlier versions of , the only way to change it’s behavior was to change the core files of . That was never considered as safe and was never simple for those programers who didn’t have much experience with PHP/MySql. However, with newer versions, started supporting both plugins & themes and with that the need to play around with the core files diminished.

read full article →

Bookmark and Share

We’ve already stressed on the importance of strong password in the security check series. And i’m sure that some of you’ll be surprised to find out that “Username” of the plays an important role in the of the . If you don’t tend to agree, then here’s some food for thought – Will it be difficult if you were to guess only password or will it be difficult for you to guess both username & password?

While you ponder over the question (are you still thinking about it? if the answer is yes, go ahead and take these mind exercises or play these games), I would remind you to ensure that you subscribe to our blog for regular tips like these.

read full article →

Bookmark and Share

Till this time we’ve covered the basics of security measures that one should take to secure their blogs. Today we are going to take slightly advanced approach and will try to ensure that automatic bots will not be able to gain access to your easily as we’ll change the table structure of the . Don’t worry if it sounds scary to you; we’ll ensure that you’ll be able to do it pretty easily as there are various tools available for the same.

read full article →

Bookmark and Share

As you know that we are shifting our from Dreamhost servers to WPWebhost servers. We were expecting few issues that you may come across, however didn’t expect that there will be issues that we’ll come across. Anyway, it seems that the all the blogs were transfered properly and without any issues, however there is some problem that I’m facing right now.

read full article →

Bookmark and Share