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

Search In

How to Change User Active/Suspend Status on dropdown change in cakephp

Hello Reader's!,If you want to change User Active / inactive status on click or dropdown change,Then I wrote this blog for you. first you need to create dropdown box which contain user status 0 for Suspend 1 for active. Example: <?php $opti

Scroll Fixed Header in jQuery

In this article, you will learn how to fix the header all the time while scrolling your website page. There are different jQuery plugin available for this purpose but we will use a simple jQuery based solution to make a header fixed on the top of the

How to resize the iframe for any content load

iframe are fixed of length but you can still make it dynamic in height and width, the logic behind this is to pass message from your html frame to the new class helper html window. And by using the src ="" with given through the url. And the code w

How to show progress in a ProgressDialog while downloading

Progress dialog in android to show progress indicator/updates while downloading a file or when waiting to load a file while playing a game. Progress dialog have various features like:- setMessage() to display message Example: Loading... (or) Please

How to add new payment module in Magento

In this tutorial, I’m going to show you How to add a new payment module (Payment Gateway) to your existing Magento Installation which will accept credit cards when the order is placed and capture order ID in payment record. Lets start by creat

Active and inactive users concept using Ajax in Cakephp

Concept of active,inactive script is mostly used in Online shopping website, Where adminstrator has right to access the database table and can be able to do changes on the table according to his need. For example a site owner wants to hide some of it

has_filter and has_action

 Welcome to FindNerd. Today I am going to discuss two word-press functions has_filter and has_action. You can use any of the function between two because indirectly has_action is calls has_filter. Both of them use global variable $wp_filter tha

ClickDimensions and Google Universal Analytics Tracking Scripts Conflict

These days many people use both Google Analytics tracking code as well as ClickDimensions tracking code. We use it too. If you are using latest version of google analytics i.e. "universal analytics tracking code" and "clickdimensions tracking code",

Generate xml file in php

If we need to export our application data in XML format then we can generate an XML file with the use of PHP. Let's see how can we do it. first of all, in our PHP file create a class that initializes the parameters.   class Xmltest {

Get the title and meta tags from a url in php

To get the title and meta tags from a website you can use the following code : <html> <head> </head> <body> <?php function getTitle($Url){ $str = file&#95;get&#95;contents($Url); if(strlen($str)>

1 475 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: