Category: Tips-n-Tricks

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. http://api.jquery.com/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.

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….

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.

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 […]