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

Search In

How you can set multiple checkbox in an array using PHP

Hello Reader's if you want to send the checkbox in post for this you have to pass the form name as an array and afterwards you can access all checked boxes using the var itself which would then be an array. Lets consider the example below:- <form

Save CakePHP session in Database ?

How to save CakePHP session in Database ? To store session in Database, you need to create a table in DB so that you can store the session in it. Follow below steps. 1. Create a table in DB CREATE TABLE IF NOT EXISTS `users` ( `id` VARCHAR(255) NOT

Jquery serialize function.

Hello Readers , jQuery serialize() method is used to create a text string in standard URL-encoded notation. It is used in form controls like input, textarea, select etc. It serializes the form values in such a way so that its serialized values ca

How to check Project web app settings using PSI in SharePoint

Whenever we create new site in SharePoint site collections its default settings is "SharePoint Permission Mode". But to create Groups, Categories, Security Templates,User Sync Settings,Delegates and so on we require "Project Permission

Rigidbody in Unity

Rigidbody means the object will be controlled by physics. If you add this component to your object then it will be totally controlled by physics engine of unity.  If you want to detect collisions to your objects then you have to add rigidbody to

How to add placeholder inside UITextView

To add placeholder UITextView first take outlet of UITextField ex- @property (weak, nonatomic) IBOutlet UITextView *yourTextView; Then follow these steps 1. In viewDidLoad add these line of code self.yourTextView.text = @“Please type here.”;

I failed to customize array adapter

Problem facing in customization of array adapter I am want to 1) fetch data from a SQL server 2008 2) display fetched data into a list view. After successfully I tried to display data with a listview, I fetched two column data that's why I t

Example to demonstrate UI-Routing in AngularJS

What is UI-Route? It is a framework which provide routing for AngularJS. It is completely different from ngRoute, in angularjs you can changes your application views based on state of the application and not just the route URL. With this approach, y

Using Javascript to access liferay services

The Below code will show you how you can create the service in Liferay and how you can call that services using javascript. For this, First you have to create service builder(service.xml) to build service using ant build-service command. service.

How to Add watermark in Image using PHP

Hello Reader's!Sometime you see watermark on image like trademark and company logo, so questions is that how you can do  this? Today in my blog i am going to explain how you can create image with trademark using PHP. create index.php file i

1 213 423
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: