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

Search In

How to display the dates for the next six Saturdays?

In PHP, to display the dates for the next six saturdays you need to write the following script. <?php $startdate=strtotime("Saturday"); $enddate=strtotime("+6 weeks",$startdate); while ($startdate < $enddate) { echo date("M d", $startdate

Start an infinite animation effect on page load using jQuery

Hii, When we talk about adding animation effect in our web page then  css is one the best option we use along with any of the programming laungage such as javascript,jQuery etc to give dynamic animation effects. Using animation effect in a webpa

How to Show More Than 1 Location Mode Option Except Battery Saving only

Dear Developers, Can I change the location interface to get various location mode options such as high accuracy, battery savings, GPS only in Android. My andoroid in lenovo tab 7 has got only one option which is batterly saving only. Due to this, I

Difference between var and dynamic in C#

"Difference between var and dynamic in C#"     To understand the differences more clearly, let us go through the following table: VAR DYNAMIC This was introduced in C# 3.0 This was introduced in C# 4.0 In this

How to debug javascript

JavaScript Debugging Debugging is very complex for users to writing a JavaScript code without a debugger in web page. Javascript code might contain syntax errors, or logical errors, which are difficult to find out. Note : Javascript errors will

JScript to Check or Uncheck Checkbox in a Grid

JScript to Check or Uncheck Checkbox in a Grid Inputs: GridObject: Object of the grid in which checkbox exists Column: Column name where value is searched CellValue: Reference cell value Status: Check or uncheck the checkbox function CheckUnch

Difference between slice and delete method in javascript

splice() : it is used to delete an item from an array that effects array length. delete() : it replaces the item with undefined instead of the removing it from the array. It means that it does not effect the array length. note:Instead of using delet

Magento ORM process?

ORM means "Object Relational Mapping." it is a technique that we basically used to convert types of data to an Objects Also as converting any objects to data. Magento, ORM is stands as Model (which is based on Zend Framework Zend_Db_Adapter) G

Razor in .NET

Razor engine in .NET is used in place of ASP engine for running applications. The page contains ordinary HTML markup, with one addition the @marked Razor code. <!-- Single statement block --> @{ var myMessage = "Himanshu Joshi"; } <

How to use ftp_size() function in php ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to use ftp_size() function in php ? The ftp_size() function is used for returning the size of a specified file on the FTP server. This function returns the file size in bytes on s

1 367 423
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: