Category: Web development

Using jQuery and MooTools Together

Make Specific Page available for only register user

The answer to this is a simple WordPress if else statement.  The code below is what you need: You can force user to Login to see content of wordpress page content by login or And you can redirect to specific page after Login by wrting following code Reference Links: WordPress Function_Reference for is_user_logged_in Require login […]

How to reset my WordPress admin password?

You have to do this through the WordPress database directly. The most convenient way to manage the database is via the phpMyAdmin tool at your web hosting account.

Free Clean Beautiful minimalist WordPress Themes available for download

Vibrant and complex design is certainly not everyone’s cup of tea. Some of us may prefer it clean, simple and straight forward. In another word – minimalist. You are probably wondering, clean and simple, how hard can it be? But the truth is – cleans and simple does not make them any easier to design. […]

Beautiful Web Page Templates in Photoshop PSD

Thanks to all the help and references like Photoshop tutorials, icons, graphics and other design elements we can scoop from the Internet, designing websites has changed quite significantly over the pass few years. With the help of all these resources, designing a website can’t be too hard and the layout can’t go too wrong. Today, […]

IE8 X-UA Compatibility Meta Tag Properly

You may face Cross browser compitabilty issue in IE8, So we can use X-UA Compatibility Meta Tag Properly. it will tell browser to render as per older version.

how to specify CSS hack for specific browser Cross browser compatibility

Here are some browser specific css hacks….

Add Ratings To Your Blog Posts for Instant Feedback from Readers

Blogs that are on Blogger, WordPress or TypePad can now add the wonderful outbrain star ratings widget to their blog posts. This ratings widget has been under a closed beta for some time but they finally made a public release today.

30+ (More) Most Wanted WordPress Tips, Tricks and Hacks

Most of the WordPress blogs look more or less similar these days, to stand uniquely out from the rest, you have got to tweak it. And by tweaking, we mean really getting your hands dirty down on the blog theme and PHP codes. We’ve previously showcased more than 40 WordPress tricks and hacks you can […]

WordPress Tips to Make Your Blog Look Like a Website (for Beginners)

Whatever industry you happen to be in, you want to stand out from the crowd and be unique, and not give the impression that your online presence is just a slightly modified cut and paste job. Of course, if you’re depending on a pre-built content management framework like WordPress for the core of your blog […]

Secure your WordPress

WordPress is one of the most popular platforms for self-hosted blogs and websites. It’s what we use here at Mashable, and it’s a terrific tool. While WordPress is pretty secure out of the box, there are always going to be individuals who want to make trouble by finding a way to crack into accounts or […]

Web design User Interface Design Tips, Techniques, and Principles

User interface design important for several reasons. First of all the more intuitive the user interface the easier it is to use, and the easier it is to use and the less expensive to use it. The better the user interface the easier it is to train people to use it, reducing your training costs. […]

How Does WordPress Make Money?

wordpress blogsHow can a company like Automattic make money if they are giving away all their products (including WordPress) for free? Someone asked this question to WordPress founder Matt at WordCamp India and he surprised, at least some of us, by saying that Automattic is profitable.

Joomla Search Engine Optimization Tips for Webmasters

Joomla is one of the most commonly used CMS (content management systems) for websites. This is a short SEO guide for Joomla webmasters and users that explains how to deal with Joomla SEO problems and implement easy solutions.

Google Analytics “Visitor Counter” Badge for WordPress Blogs

You probably use the FeedBurner badge to show the count of your feed subscribers and Twitter badge to display the number of your followers on Twitter. Now there’s a new badge in town to display visitor data from Google Analytics onto your WordPress powered website. Called Google Analyticar, this plug-in uses the Google Analytics API […]

How to Avoid Spam Filters with PHP mail() Emails

Just about everyone who uses PHP has encountered the popular PHP mail() function which enables email to be sent from a server. This function is preferred to other methods of sending email, such as sending mail with SMTP Authentication, because its implementation is quick and easy. Unfortunately, when using the mail() function, your emails are […]