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

Search In

How to save session in Mysql database using CakePhp?

Sometimes the web infrastructure do not share session data with each other. For this reason, sessions may be lost between requests. Using MySQL effectively ripps out this problem, as all session data is directed to and from the database server rathe

Managing Rails Versions and Gems- Automatically load required version using RVM

If you are using rvm and want to load project specific ruby version and gems automatically when you access the project directory, for this you can use a very simple command rvm --create --ruby-version use ruby-version-number@gemsetname example rv

How to give permissions to user roles from control panel in liferay 6.2?

Liferay provide inbuilt permissions feature to manage users and roles of the user, so I will guide you, how to use permissions feature in liferay control panel. Follow below steps to manage role permissions and users : - Step 1: First of all login

Attach invoice PDF with invoice email in magento

Sometime we need to send a invoice pdf in a invoice mail in magento, so here I am explaining how to add invoice pdf in invoice mail. 1) Override the app/code/core/Mage/Core/Model/Email/Template/Mailer.php file in your module 2) Add one protected va

Custom Dialogs in android using DialogFragment

Custom Dialogs in android using DialogFragment: DialogFragment is the fragment that shows dialog window on top of your activity. We have to override DialogFragment class and implement onCreateView(LayoutInflater, ViewGroup, Bundle) to use the cont

How to establish connection using Socket and Node.js

Hello Readers, The most important thing to use Node and Socket is to make connection. For this we should have two files one is Client.js(i.e. Client Side Javascript file) and other is Server.js(Server side javascript file). Under Client.js file: A

How to disable previous dates in datepicker using JS?

Here the problem is you want to show the passed dates but make them disabled. jQuery(document).ready(function() { $('#sandbox-container').datepicker({ format: "dd/mm/yyyy", clearBtn: true, minDate: 0, maxDate: "+1M +10D", daysOfWeekDisa

Disable slider from ratchet

If u are using ratchet.js to slider many images and you want to destroy browser method when we drag/touch page to left .It will turn to next tab . If you want to click an element button than trigger the 'slider' method.. so it is best if you use som

How to show another website's page into your own website, Live!

Say you are developing a website for a hotel which is already on Tripadvisor.(example). Now you know it's not good idea to fill reviews from hotel guests in your own page since it's better to rate hotel on Tripadvisor. I'm coming with a excellent ide

CountDownTimer in Android

CountDownTimer is an abstract class available in android. This class contains two abstract method i.e. onTick(long) and onFinish(). onTick(long millisUntilFinished): Callback fired on regular interval. onFinish() : Callback fire

1 383 720
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: