Saturday, February 23, 2013

jQuery Hello World Plugin

In this tutorial we are going to make a very simple jQuery plugin. Sometimes its important just to see the simple first step, instead of getting caught in the complexities of detail. So lets start writing the our Hello World Plugin sayHello. (function ( $ ){ $.fn.sayHello=function(){ this.html("Hello World from jQuery Plugin"); ...
Continue Reading...

Friday, February 22, 2013

Backtrack 5 Screen Resolution VMware

i have download Backtrack 5 r3 and install it in VMware, everything went smooth unit when i start the GUI. The display was very small, as i am not a Linux pro, i started to here and there to change the screen resolution. Then i googled and found tutorials regarding screen resolution most of them i had seen describe to change xorg.conf...
Continue Reading...

Thursday, February 21, 2013

Capturing a Screen Shot in JAVA

This tutorial provides you with code to capture a screen shot using java. You can capture a part of screen or the whole screen as well. Just copy the below code and save the file as ScreenShotPanel.java compile and run it using java SDK. import java.awt.*; import javax.swing.*; /** * * @author Originative */ class ScreenShotPanel extends...
Continue Reading...

Wednesday, February 20, 2013

Videojs Flash Fallback Example

VideoJS is a HTML5 Video Player, recently i started using it in a project i choose it for is supper easy installation which is easy by just adding one video.js file and video-js.css a css file, both are hosted on free CDN. While working on the project i find out that it does not fall back on it own when using an flv or MP4 source file in Firefox web...
Continue Reading...

Tuesday, February 19, 2013

No response from subprocess ( (cpanel)) with exit signal: 0

Today, I tried logging into my cpanel and got the following error message: to my reckoning this may be the result of an up-gradation of cpanel software, to fix this issues you need the shell and on it type the command, this will fix the errors you receive in cPanel, WHM & webmail. service cpanel restart or /etc/init.d/cpanel...
Continue Reading...
 

Blog Info

A Pakistani Website by Originative Systems

Total Pageviews

Tutorial Jinni Copyright © 2015 WoodMag is Modified by Originative Systems