Quantcast
Channel: WebOmnizz
Browsing all 19 articles
Browse latest View live

Keyboard key codes detect with JQuery

JavaScript is one of the best Server Scripting Language for client side programming and JQuery is one of its library. JQuery is widely used by designers because it’s providing a lot of functionality...

View Article



Countdown timer in javascript

Here i introduce with the simple countdown timer script written in JavaScript. My main purpose behind this countdown timer script is just logout the user if he/she is idle. In this example i set the...

View Article

Simple and attractive javascript plotting chart

if we talking about the data representation, like total sale or total visits on day-by-day etc. then it’s a great idea to showing the data into plotting chart. When i have this idea to represent the...

View Article

Image may be NSFW.
Clik here to view.

Responsive Presentation Micro Framework: bespoke.js

Today we found an attractive and impressive JavaScript library for presentation on web, @markdalgleish is the author of bespoke.js Library. This presentation library is less then 1KB minified and...

View Article

Image may be NSFW.
Clik here to view.

JavaScript on page scroll animation

Here is the easiest way to animation on page scroll. We just have to check the scrolled amount during page scroll, and there is a lot of ways and the free plugin to achieve that but in this post we...

View Article


Image may be NSFW.
Clik here to view.

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 Article

Random 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 Article

SetTimeout 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 Article


Image may be NSFW.
Clik here to view.

Ajax uploader with progress bar in jquery

We are going to implement the AjaxForm plugin for image upload with progress bar. First of all decorate your upload button according to your need if you want. Just take a look on the CSS section that...

View Article


Image may be NSFW.
Clik here to view.

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 Article

Random 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 Article

SetTimeout 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 Article

Image may be NSFW.
Clik here to view.

Display 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Responsive 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 Article


How 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 Article

Add 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Click 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
Browsing all 19 articles
Browse latest View live




Latest Images