How to Get the first image from the post and display it in WordPress

<div> Most WordPress users are using custom fields to display thumbs on their blog homepage. It is a good idea, but do you know that with a simple php function, you can grab the first image from the post, and display it. Just read on. First, paste this function on your <em>functions.php</em> file. Once done, […]

how to show posts from specific category in wordpress

Here is the code to show all post form category. more detail about customization please refer Reference link http://codex.wordpress.org/Template_Tags/query_posts

How To Clear DNS Cache by Using Run Command

When you visit any site, your browser stores website data inside computer memory so that when you visit the page again, it can be retrieved easily by DNS. In case if the website changes the information, the website might not open properly because the DNS collects information from the cache data stored inside the computer. […]

how to setup/ get google updates and notification on mobile via sms

In Google Plus you get one more service like Facebook that is SMS Notifications. You can setup Google Plus such that you will receive a SMS for every new notification in your account. You can also update Google Plus by SMS. In this post we will discuss how to setup SMS Notifications in your Google […]

Top 10 Ways to Speed Up Your Computer’s Boot Time

If there’s one thing everyone dreads, it’s rebooting their computer. It may only take a minute or two, but it can seem like forever. Here are our top 10 tweaks that’ll make your computer boot a little faster. This is a pretty controversial topic, as there are a lot of startup-tweaking myths out there. So, […]

Adding more images and Customizaion of joomla Savira Flash photogallery

By Update gallery.xml you can upload/ manage images. Go to yousite $yoursite/modules/mod_savira_photogallery/ Open gallery.xml file here you can change

How to Update Joomla login/ Register page

Some time we want to edit/ customize Joomla login page. go to $yourwebsite/components/com_user/views/login/tmpl/default_login.php open & edit default_login.php

WordPress Plugins for Page stats

StatPress is first real-time plugin dedicated to the management of statistics about blog visits. It collects information about visitors, spiders, sear The first real-time plugin dedicated to the management of statistics about blog visits. It collects information about visitors, spiders, search keywords, feeds, browsers etc.

Facebox Jquery Lightbox implementation

Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages. It’s simple to use and easy on the eyes. Download the tarball, view the examples, then start enjoying the curves. more detail about the jquery plugings click here Download Facebox v1.3

Using Jquery Confilict for using multiple javascript framework

Using above jquery code we use different multiple javascripting framework. jQuery.noConflict()

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.