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

Search In

JavaScript Pagination

JavaScript Pagination Here i am going to describe how we would add JavaScript pagination to the table. We'll focus on displaying a particular page of data. $(document).ready(function() { $('table.paginated').each(function() { var currentPage = 0;

How to get sub strings from a string using Regular Expression

Hi, The below code is to get substrings from a string. You are going to love this below code which is very simple but very effective. I have used regular expression to get the sub strings. NSString *strTest = @"Hii how are you doing @Ravi , how do

How to set session time out for fix time period in PHP

Hello Reader's, If you want to set session time out for fix time period in PHP use the below code. $page = $_SERVER['PHP_SELF']; $sec = "1"; header("Refresh: $sec; url=$page"); session_start(); $now = time(); if(!isset($_SESSION['start'])

How to make combinations by elements of array using PHP

Hello Reader's If you want to get all elements in the combinations then you can use PHP code to generate it. Lets see the example as below:- function pc_permute($items, $perms = array()) { if (empty($items)) { echo join(' ', $perms) . "

BIN (N) string function mysql

String-valued functions return NULL, if the the result's length would be greater than the value of the max_allowed_packet system variable. The first position of a string (for those functions which operate on string), is numbered 1. Noninteger argum

How to use glob() function in php ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to use glob() function in php ? Basically the glob() function is used for returning an array of filenames or directories matching a specified pattern. The glob() function retur

Customizing Magento Layouts with xml

In magento layouts are used to display contents of each page using layout.xml which we will found in app/design/frontend//default/layout. Each module have it's own layout file e.g. customer module has customer.xml and catalog module have catalog.xml

Customizing Magento Layouts with xml

In magento layouts are used to display contents of each page using layout.xml which we will found in app/design/frontend//default/layout. Each module have it's own layout file e.g. customer module has customer.xml and catalog module have catalog.xml

Set robots in magento for cms pages

Robots is useful to prevent your website from search engines indexing. You can simply add robots.txt in your website as well as set the default robots settings from admin. Go to configuration->system->design section to set the value for robots.

How to make the Zooming of the web page disabled?

On viewing the responsive website in our mobile device, the responsiveness of the website can be maintained via @media queries but on double click to the web page it will make a zoom effect in the device and than the horizontal scroll will appear in

1 462 481
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: