Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to refresh a web page after a particular time?

Sometimes we need to refresh web page after a particular time interval to refresh the content present on that page. So we can do this easily by writing the meta tag in the page source code: <meta http-equiv="refresh" content="60"/> this will

How to refresh a function after a particular time in jsp?

To refresh a function after a particular time interval to refresh the values on the page. We can do this by using setInterval() function on page load. Write the below code where refresh() function will be the function that you want to refresh every

Social Single Design Effort

Assisting Pran with designing the PSDs of the Social Single Project. Email from Pran below - Hi Mayank, I need Vickrant for approx. 5 hrs per day. Certain pages for socialsingle project need to be designed before Kushal can do the html designs. Im

How to expire a PHP session after 30 minutes?

Setting the session creation time (or an expiry time) when it is registered, and then checking that on each page load could handle that. Example: $_SESSION['example'] = array('foo' => 'bar', 'registered' => time()); if ((time() - $_SESSION['

break and next keyword

If i want to break our loop at specific condition then it is same as other languages . In Ruby continue doesn't work , in this there is equivalent keyword i.e next class Number def looping(d) while(d!=50) puts d d = d + 1 // doesn't

Input Button padding in ie 7

.button1 input[type='submit'] { background:#C30; padding:6px 30px; color:#FFF; font-size:18px; border:none; cursor:pointer; } <div class="button1"> <input type

Get the time duration of a MP3 File

Hii, Below I have written a script for get the time duration of a MP3 file- For this first you need to download the getID3, You can download form http://getid3.sourceforge.net/ OR https://github.com/JamesHeinrich/getID3/ . After downloading the lib

How to use Icons and Splash Screen in Phonegap

Icons and splashes both are specified to some platform like android, iOS, windows, blackberry. We can define a icon or splash for a particular platform by the following ways: By specifying the platform attribute:   <icon src="icon-60@3x.pn

Angular 6.0 Features – Improvements That Take JS Web Framework to the Next Level

                        Attention! 6.0 release of Angular is here. This major release is more concentrated towards making procedures and processes easier than ever for users to

How to add spining effect on social media buttons on mouse hover using css3?

Hello Readers, this is a small blog on spinning effect on mouse hover on social icons in css3.   In this example , I have taken  five icons when we hover the mouse , that particular icon will spin. Here I have used  transition, which a

1 5 71
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: