How to make Responsive Google Map with Google Map API
If you want to make Responsive Google Map then you have two ways, one with CSS and the second? Yes JavaScript. After doing a little struggle and research, i decided to distribute this research to Web...
View ArticleRandom hex color Generator JavaScript
Short and effective script to generate random hex color. We start with random number to multiply with white color (Hex Code is 0xFFFFFF ), now we have to convert the random generated values into the...
View ArticleSetTimeout random interval in javascript
Just few days back i got a request for my client to making a script that Increment Number with random interval. Then i thought to make a small plugin that generates random interval. How it works, is...
View ArticleDisplay custom message on wordpress admin
In some point of view when we developed a custom WordPress plugin or theme, we have to notify users for any urgent update, error or any custom message on WordPress admin section. All this done by...
View ArticleHow to make Featured Post in WordPress
Recently i have designed a website for one of my client that want featured post on his website’s blog section. Featured Post or You can say Sticky Post, one thing with different name, already available...
View ArticleResponsive Google Map WordPress Plugin
After getting success of my responsive Google Map post, i decided to create a WordPress Plugin. It is easy to install like the other plugin. The best and favorite part of this plugin is Responsiveness....
View ArticleHow to access another Database in WordPress
wpdb is the class that helps you to manipulate the database in WordPress. But you can not access it directly, you have to use the global object $wpdb to manipulate the database. The Database...
View ArticleAdd read more button with the_content() function
Its quite simple to add the Read More button with the_content() function, the_content() function is displaying the content of the current post but if its find the tag into the post then its only...
View ArticleHow to embed tweet on wordpress post or page
Sometimes we need to share our conversation or some useful information from social media to our personal blog. Tweeter is the one of the giant social media platform, that also give you the ability to...
View ArticleClick and Hold event listener with JQuery
I have did some experiment with click event. I need to hold the click for a specific amount of time and when user release the mouse that time my defined event will trigger with it. And i have achieved...
View Article