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

Search In

How can I Create an App/Start-Up When I have no Coding or Designing Skill?

If your question is How to Create an App from Scratch that too without coding then I believe the answer is yes. If you are thinking of creating a basic application then it is entirely possible to make one for Apple IOS or Android. In order to do all

How run blinking effect of div in Jquery

Hello Reader if you are making the content based website where you want to show div in bounce or blink effect. Here this code is driven by Jquery. First create html file with name bounce.html and its code will go like this:- <!DOCTYPE html>

How Page Re-direction Works

The implementations of Page-Redirection are as follows: Example 1: In Java script we can simply do page redirect at client side. if any visitors visit the website then you can redirect your website visitors to new page , For that you just need to a

How To Upload File in PHP

Below we first creating a html form, which contain a field for uploading a file and a submit button for submiting form. <html> <body> <form action="file_upload.php" method="post" enctype="multipart/form-data"> Select image wh

How to populate options in select in angularjs with example

The dynamically generated option in the select box with angularjs is done with the following code : We can populate the options inside the select box and on selecting any value from the select box it reflect to some event. It will show the

How to store multiple checkbox values in one column in a database in cakePHP?

For storing the multiple values in the database through check box, when a user select multiple choices,that selected value will be shown in database For Example a user want to select their education in the form so it will shown in database in one col

Magic functions in PHP

Hello readers today we discussed about "Magic Functions in PHP". Have you ever looked at the source code of open source PHP projects, you could have observed object methods that commence with a double underscore. These are Magic Function

Transaction in Rails

To maintain the data integrity sometimes we need the changes to database to occur when all of the actions have successfully finished.  One of the examples is funds transfer from one account to another. One account should be debited and another a

How to create cron job in liferay

Cron job is a UNIX tool, its scheduling capabilities are powerful and proven. The CronTrigger class of cron is based on the scheduling capabilities.   CronTrigger uses “cron expressions”, which are able to create firing schedules s

Multiple layout in CakePHP

This blog is going to explain "How to apply multiple layout in CakePHP". By default layout file located in (app/View/Layouts/default.ctp) in CakePHP. if we don't apply any layout, then all pages will take default layout. if we are requi

1 122 408
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: