Get Your Blog Ranking Higher in Search Results

Giving your content the best chance New blog owners sometimes worry about how they’ll create enough content on a regular basis – but they worry even more about search engine optimization (SEO). That’s because most people are not familiar with all the technical terms and concepts around SEO. Fair enough! Most bloggers with deep knowledge […]

What is phpMyadmin

phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the […]

How to display your latest tweets on your WordPress blog without any plugin

Simply paste the following code anywhere in your theme files, where you want the tweets to be displayed.

11 Quick Tips to Securing Your WordPress Site

WordPress is the most used open-source platform nowadays for any type of websites: whether it is blog, CMS or any other custom solution. WordPress is naturally based on PHP (among other languages), so, as a PHP developer I always make sure to cover/apply some tips for WordPress to make secure and speedup the site which […]

11 Ways To Secure Your WordPress Blog

Securing your WordPress blog is the most important thing that you must do after you have set it up on your server. There shouldn’t be any reason for you to leave your WordPress wide open for hackers to creep in and steal your information and/or destroy your data. Here are 11 ways that you can […]

Google Page layout algorithm improvement

In our ongoing effort to help you find more high-quality websites in search results, today [19 January] we’re launching an algorithmic change that looks at the layout of a web page and the amount of content you see on the page once you click on a result… This algorithmic change noticeably affects less than 1% […]

How to Convert Your WordPress Blog To a Subscription Based WordPress Site

WordPress has always been a very flexible piece of software, generally the majority of people use WordPress as a blogging platform and that’s what it was meant to be, however with some tweaking involve you can convert WordPress to power up any type of site, in fact some are using WordPress as a CMS (Content […]

How to Create a WordPress Theme from Scratch

Following on from the recent article on “PSD to HTML”, this tutorial will look at taking a HTML/CSS template and turning it into a functioning WordPress theme. There is so much you can do when creating your own theme we couldn’t nearly cover it all. So, we’re going to look at how themes are structured, […]

Tips to Increase Ranking and Website Traffic

It is worth cataloguing the basic principles to be enforced to increase website traffic and search engine rankings. Create a site with valuable content, products or services. Place primary and secondary keywords within the first 25 words in your page content and spread them evenly throughout the document. Research and use the right keywords/phrases to […]

These 10 SEO Tactics Bring Me Over 2000 Visitors Daily

No matter how hard some people try to mystify SEO, it is not as complicated as many would lead you to believe. Despite all the techno jargon that many in the field will throw at you: SERPs, SEM, PageRank, Keyword Density, Vertical Search, Algorithms… SEO is really simple to do if you understand some basic […]

How to Display any External RSS Feed on WordPress web Site

Have you seen other bloggers who display their other blog’s feed on their site. You want to do it too for extra promotion and traffic. Well here is the tutorial for you. Simply paste the following code in anywhere in your theme:

Get category slug using category ID in WordPress cms

In one of my recent freelance works, I had to play a lot with categories. I was looking for an easy way to get a category slug using an ID, and I found this great function that I’d like to share with you today. First, put the following function in your functions.php file: Once done, […]

How to Open external links in a new window using Jquery

A simple jQuery trick to open all external links in your site in a new tab or window. First make sure you have jQuery active on your site. if you dont have Jquery in your Site then Download from http://jquery.com/. and then put below code just before That’s it, just make sure you change the http://YOURSITE.com […]

How to Get or call Parent Post or Page Title in WordPress

To achieve this trick, simply edit your page.php Or single.php file and paste the following code where you’d like your parent page title to be displayed: That’s all. Also, this code should be some inspiration for creating breadcrumbs. See you tomorrow! If you enjoyed this article, please consider sharing it!

Checkout How Google Works….!!

View Full Scree How Google Work..

Jquery Mouseover and out api