Categories
API

Google Charts – visualize data on your website

Google charts provides a better way to visualize website data on your website. The chart gallery provides a very large number of ready to use chart types from simple line charts to hierarchical tree maps. To integrate Google Charts you need to embed JavaScript in your webpage. The process is very simple. Just load Google […]

Categories
Careers Interview questions

CakePHP interview questions and answers

CakePHP  is a free, open-source, rapid development framework for PHP. It’s a foundational structure for programmers to create web applications. There is number of in built component like Ajax, RequestHandler, Session etc. Question: What are the drawbacks of cakephp? Answer : The learning curve, and it loads full application before it starts your task. Its […]

Categories
Css Css3

6 Free online CSS sprite generator

Image sprite is a collection of images put into a single image depends on particular position of a image. Basically CSS sprites are used for faster loading of your site. Read our previous article about CSS Image Sprites. There are few online CSS Sprite generator tool which is very handy to create sprites quickly. 1) […]

Categories
Creative blog SEO

10 online broken link checker tools

Broken links or 404 dead links are not good for search engines. So broken link checker websites are very useful to get dead links on your blog. If any visitor lands any broken links of your website then they may be offended and they may not come back to your website again. So it’s better […]

Categories
Social Media & Marketing

Changing fonts on Facebook status

Looks like Facebook wants the users to keep updating their status very frequently. And if you do not have any idea in you mind. Don’t worry. Facebook will suggest you a lot for changing fonts. But you want to update your status in different font? You have to use a third party service to change […]

Categories
SEO

Improve Alexa rank for website

Alexa rank can be improved using Alexa toolbar for browser, add Alexa widget on WordPress blog and update your blog in a regular basis. Alexa.com rank every website and blog based on their page traffic and many other factors. This Alexa Rank gets updated daily. So, lesser the Alexa rank, the website is better. If […]

Categories
Php WordPress

Block spam comments on WordPress using .htaccess

Using .htaccess you can block IP from where you are getting spam comments on WordPress in various form regularly and thus you can block spam comments. In this post, we wiil talk a little bit about what comment spam is and why it happens. we’ll show you easy ways to stop comment spam on your […]

Categories
Creative blog

DoFollow forums list for increasing backlinks

To boost your website backlinks always try to active in Dofollow blog or forums because you will get a traffic to your website. Make sure you are registered with these blogs and forums and stay active somewhere to post your website link as signature to get well traffic. List of DoFollow forums: V7nForum Joomla Forum […]

Categories
Creative blog

Need more RSS feed subscribers for your blog?

RSS feed subscriber helps you to get returning users to your website and notify your reader when you update any post. As long as RSS feed subscribers count is increasing your blog traffic will grow by time. A RSS or Really Simple Syndication feed is a XML-based format for your content. Whenever you start publishing […]

Categories
jQuery

PDFObject : PDF Embedding

It is a JavaScript library which embed PDF document into HTML webpages dynamically. It uses JavaScript to generate and push <object> element into your HTML webpage.