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

Search In

To upload images in CakePHP

We can add the functionality of browsing images and let the user upload images of its choice to his account. For this functionality we first have to give a browse button in the registration page and then the functionality to it of adding the images

CakePHP small application and understanding MVC Architecture

Hello Readers, Here is a small application in CakePHP to add users through which we can Understand "How MVC Architecture works" ? For better understanding of MVC Architecture, I will manually create Model, Controller and Views. First, You

IPv6 - Headers

IPv6 - Headers   The information that is very crucial for the router is placed inside the fixed  header. The optional information is placed inside the extension header that contains the flow and other details.   Fixed Header  

Identifying Browser & Platform

PHP has given some useful environment variable that are there in the phpinfo.php page that was used to setup the PHP environment.The best environment variables set by PHP is HTTP_USER_AGENT which identifies the user's browser and operating system

How to create Custom Notification in android

  In the below example code I have created Custom Notification in android. Here first I have added ImageView and TextView in activity_main.xml layout. Then I have used NotificationManager class and NotificationService in MainActivity. You can s

Data with HTTP

While requesting for the data parsing the request and then providing the response is mainly done by using the TCP/IP model.   We need to ensure that it is being done while making the HTTP request and the HTTP response.     These a

Forgot Password link code in cakephp

Hello Readers! Here is the code to send link to your email address when you click on Forgot Password link during login in cakephp. Create a view forgot_password.ctp and paste the below code to it: <?php echo $this->Session->flash(); ?>

how to do save the cookies in cakephp and remember me in cakephp

In your login page you have two fields that are username/email and password in that page you have a checkbox . In that form you have a checkbox if you select that check box then your cookies will be saved in your browser for that remember me code you

Rails Environment Configuration Variables

While developing Rails application we need to keep our project specific sensitive information secure. For example api keys for third parties like stripe, paypal or passwords or configuration data such as the URL. We can set these as environment vari

To pass controller and action in view button in MVC

In MVC code we have views and actions associated with it.  For doing that , we need to use the button and the form tag to be of POST type or the GET type.   For invoking action from the button which is not of submit type you need to prov

  • 277
1 596 949
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: