This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update. Before the final release of WordPress 3.1, this security update came. As WordPress 3.1 is at RC4 stage, we can expect final build in next few weeks.

This 3.0.5 update is also having couple of security enhancements for plugins installed on the system which are not following security API of WordPress.

An update to the popular WordPress blogging platform has just been released. The announcement should appear in the admin interface of the WordPress blog. If it does not check the Updates entry on the left sidebar of the admin menu.

According to the developers, WordPress 3.0.5 is a ” security hardening update for all previous WordPress versions” that fixes two moderate security issues and one information disclosure issue, and adds two security enhancements to the blogging application.

Continue this article

Apple Launches iPad2 in India

Posted by AddColours | 12:16 PM | , , | 0 comments »

ipad2 launches india

Evey one surprise Today Apple has launched iPad 2 in India, the next generation of its magical device for browsing the web, reading and sending email, enjoying photos, watching videos, listening to music, playing games, reading ebooks and much more. Compared to the first generation iPad, which was launched nine months after its US launch, the iPad 2 lands in India just over a month after the US launch.

You ready for Friday, March 11, when the iPad 2 will go on sale? iPad 2 features an entirely new design that is 33 per cent thinner and up to 15 per cent lighter than the original iPad, while maintaining the same stunning 9.7-inch LED-backlit LCD screen. iPad 2 features Apple’s new dual-core A5 processor for blazing fast performance and stunning graphics and now includes two cameras, a front-facing VGA camera for FaceTime and Photo Booth, and a rear-facing camera that captures 720p HD video, bringing the innovative FaceTime feature to iPad users for the first time. Though it is thinner, lighter, faster and packed with new features, iPad 2 still delivers up to 10 hours of battery life* that users have come to expect. iPad 2 is available in black or white, features models that run on AT&T’s and Verizon’s 3G networks, and introduces the innovative iPad 2 Smart Cover in a range of vibrant polyurethane and rich leather colours.

5 Things You Need to Know about the iPad 2 Launch

It’s the day after Apple’s iPad 2 announcement, and by now you know the new device has two cameras and is thinner faster and lighter than the original. But are you ready for Friday, March 11, when the iPad 2 will go on sale? Apple’s original iPad drew big crowds during its U.S. and international launches, and the iPad 2 promises more of the same.

You want to know Pricing & Availability details

About rel="nofollow" | Don't follow

Posted by AddColours | 12:07 PM | , | 0 comments »

Every blogging platform has a field for your website in the comments section and I believe in rewarding people who comment on my blog, but that is just me. Again when someone says they are nofollow because they don’t want to pass page rank, how does that make them sound? Kinda self serving don’t you think? Not saying this is the only reason bloggers choose not to follow, I am sure we will hear from the nofollow perspective and why they prefer nofollow.

I would much rather share page rank in exchange for building quality relationships with like minded bloggers and are willing to give back something in return for commenting.Yes I do know it is possible to build relationships with nofollow blogs as well but it is my preference to focus on dofollow bloggers #justsayin sorry thought we were on Twitter for a second.

I know some people will say well I don’t want to reward crappy comments, my response to that would be hit that little delete button. If you are going to approve a comment then odds are you felt it added some sort of value to your blog, why would you not want to reward their efforts?

If you feel someone only commenting because they want to be rewarded with a backlink so what? As long they are leaving something worthwhile be appreciate of it don’t look down or question their motives. Who cares how they got there just be happy they got there. Also there is a difference between commentators who actually add value and spammers I am sure you can figure out the difference.

When to Use a No Follow Tag
Using no follow tags on your website should always be done with caution because a no follow can often times provoke further investigation from the search engines. Keeping that in mind, you better make sure everything else on your website is 100% squeaky clean. If you are not sure how to manipulate PageRank throughout your website by the clever use of no follow tags don’t worry about it but there are some important instances you should use a no follow to either be safe or simply not waste your link power in areas it where it is clearly not needed.

Continue this article

Centering a Div Both Horizontally And Vertically
Centering a Div Both Horizontally And Vertically is simple process.While building web page layouts, you’ve probably been faced with a situation where you need to center a div both horizontally and vertically with pure CSS. There are more than a few ways to achieve this, and in this article we are going to show you our favorite involving CSS and jQuery.

But first, the basics:

Horizontal centering with CSS

.className{
margin:0 auto;
width:200px;
height:200px;
}

Continue this article

Drop down menu | jQuery Plugins

Posted by AddColours | 11:11 AM | | 0 comments »

jQuery Simple Drop-Down Menu without plugin

So, I present to you the simple drop-down menu. The peculiarity of this menu is that these 20 lines of code and absence of various cumbersome mouse events within html code. This script requires the jQuery library. There’s a version that does not require jQuery.
Continue this article


Compatibility: IE6+, Firefox 1.5+, Opera 8+, Safari 3+, Chrome 0.2+
Requirements: jQuery library
Size: < 1Kb;