Author: Jitendra
-
Add FeedBurner in Blog and Enable Subscribe by email
Explains that how to use Google Feedburner for RSS in Blog and how to enable the Email Subscription
-
Tracing ASP.NET Website
Demonstrates that how to Trace ASP.NET web applications
-
How to Host S-Control in Visualforce Page
Explains that How to Host S-Control in Visualforce Page
-
How to create S-Control in Salesforce
Explains that how to create a S-Control in Salesforce.com
-
Difference between Sandbox and developer edition in Salesforce
Explains the basic difference in Sandbox and developer edition of Salesforce
-
Create Cron job to run PHP Script in Cpanel
Hi All, Today i just want to share that how to create a cron job in Cpanel to run the PHP script. I hope everyone knows that what is Cron job : it is the task schedule in Linux which will run on predefined time interval. its same concept like schedule tasks in Windows OS.…
-
Dos command to close and open port
Dos command to close and open port in Windows XP, Windows 7 and Windows Server
-
How to Install java on Ubuntu 10 and Ubuntu 11
Run below command on the terminal of ubuntu to install the JAVA. Ubuntu 10 : Ubuntu 11:
-
Get Mouse Position in JavaScript for all browsers
To use above function, just pass the mouse event. Live Demo
-
Why Style.left does not work in Firefox, chrome and safari ?
During working on one of my project, i found that style.left does not work with Mozilla, chrome and safari but nicely works on internet explorer. The code was : And the simple solution is, append “px” at the end to work with other browsers. and final code is: Very Simple right ? 🙂