PHP - Nestdev.com | Nestdev.com

You are here: Archive for the ‘PHP’ Category

Add Your Own Validation in model On CakePHP

0 Comments

Add Your Own Validation in model On CakePHP

CakePHP has many validation rules that can make model data validation much easier. There are 26 core validation rules. You can see here. These 26 rules almost covers all the validation. You can also add multiple validation to one field. But some time you need your own validation or you need to check a value dependent on other value then you need your own validation.

Amazing Implementations of HTML5 Canvas

0 Comments

Amazing Implementations of HTML5 CanvasFrom all of the new HTML5 canvas is likely to be the most powerful. In a nutshell, the canvas element is a drawable region defined in HTML code with height and width attributes. With it, web developers are able to create visually inspiring implementations previously restricted to only Flash.

Twitter Oauth Connect Using PHP

0 Comments

Twitter Oauth Connect Using PHP

Srinivas Tamada in labs.9lessons share to us how to create twitter oauth connect, store secret values in to database and how to update status with your own web application using PHP.

Open Source Social Services Authentication Library : HybridAuth

0 Comments

Open Source Social Services Authentication Library : HybridAuthHybridAuth is an open source authentication and authorisation solution that combines the strengths of several major social networks and ID (Identity Providers) services into one simple PHP Library.

php.js Brings high-level PHP Functions to JavaScript

0 Comments

php.js Brings high-level PHP Functions to JavaScriptphp.js is an open source project that brings high-level PHP functions to low-level JavaScript platforms such as web browsers, browser extensions ( Mozilla/Firefox, Chrome ), AIR, and SSJS engines like V8 (node.js, v8cgi), Rhino, and SpiderMonkey (CouchDB).

10 life-saving PHP snippets

0 Comments

10 life-saving PHP snippetsIn order to be efficient, a web developer should have a toolbox with code snippets he can use and reuse when needed. In this article, I'm going to show you 10 extremely useful PHP code snippets to add to your web developer toolbox.

WordPress Custom Menus

0 Comments

WordPress Custom MenusRecently introduced in WordPress 3 is the ability to create custom menus. For anyone who has ever developed a theme, this was long a overdue feature. In this tutorial we are going to look at the new menu system and how to implement it.We are going to be using our site as an example for this tutorial. As you can see from the picture below, we have two custom menus built into our site. The top menu we will refer to as the “Primary Menu” and the bottom menu we will refer to as the...

40+ Must-Bookmark PHP Classes & Libraries For Developing Faster

0 Comments

40+ Must-Bookmark PHP Classes & Libraries For Developing FasterPHP, being the most popular scripting language, has lots of documentation, tutorials and resources about itself.And, as a feature-rich language, it is possible to accomplish many tasks by default from handling e-mails to images, PDFs to database connections, etc.

Creating a Simple Twitter App using oAuth and PHP

0 Comments

Creating a Simple Twitter App using oAuth and PHPEveryone on the web is updating to the latest & the most secure technologies with Twitter being the most hyped one as it upgraded from basic Authentication to the more secure oAuth. Earlier people had to risk their Twitter login credentials if they wanted to use some external Apps that gave them more control over their Twitter profile. Twitter would now be removing the basic Auth to fully support oAuth

10+ extremely useful PHP classes

0 Comments

10+ extremely useful PHP classesOne of the numerous good points of the PHP programming language is its extensibility. In this article, I'm going to show you 10+ extremely useful PHP classes that will definitely make your developer life easier.

Anologue – Open Source Chat Application

0 Comments

Anologue – Open Source Chat Application

Anologue is like comments, meets im, meets irc, meets your favorite paste app, meets instant coffee. With anologue you can quickly and easily engage in an anonymous (or not) linear dialogue with any number of people . It works by simply clicking on a “new room” link and the application instantly creates a chat room with a unique URL where you can invite others. Invite whoever you want by giving them your unique link, and chat away.

Creating a CRUD Application with NetBeans IDE PHP Editor

0 Comments

Creating a CRUD Application with NetBeans IDE PHP EditorIn this tutorial, you use the PHP support in the NetBeans IDE to create and run a simple web application. The example shows how to create a wish list. After you create and deploy the application, it enables you to share information on wish lists with your friends, such as lists for wedding, birthday, or holiday gifts.

Printing relative dates in php

0 Comments

Printing relative dates in phpA couple of days back while writing some date code for a messaging service, I required to print the date of the messages in a relative format – ‘today, ‘yesterday’, 3 weeks ago’ etc. I wrote a small function for the same. A sample run of the function is shown below.

Optimizing Your PHP Apps

0 Comments

Optimizing Your PHP AppsPHP is a very complex language and unfortunately at times it can be quite slow. Here are some easy things you can do that can speed up your application.

How To Send Text Messages From Google Voice With PHP

0 Comments

How To Send Text Messages From Google Voice With PHPI found this neat PHP class that you can use to send text messages to any phone number from your google voice account.