2011
Welcome To Posts For the Month of August
Introduction to Sharing Cookies in Multiple Domains
When we develop web sites and web applications we can use single domain or we can use different domains or sub domains depending on the requirements. Normally web site and web application will be hosted on different sub domains for reasons such as security,performance and server load.
Tutorial Contents
- Introduction to Sharing Cookies in Multiple Domains
- Setting and Getting Cookies Using PHP
- Examples for Using Cookies Correctly
Introduction To PHP Pagination
Pagination lets you divide your databse results to small chunks.Without pagination we will have to get all the resullts and display in a single page . It takes lot of load time and also page scroll gets very
long.
Tutorial Contents
- Introduction to PHP Pagination
- Pagination library demo
- Creating the Pagination library from scratch
- How to use the library
- Complete source code
Converting Array Values To Uppercase
In this post i am going to explain how to convert all the values of a php array into uppercase. This is important if your arrays are used in a case sensitive matching or validation. This can be achieved using 2 methods as shown below.
Tutorial Contents
- Converting Array Values To Uppercase
- Method 1 – Looping through the array and converting to uppercase
- Method 2 – Using php array_map function
Introduction To Validating Select Box Using Codeigniter
This code snippet will explain you how to validate a select box (drop down box) using Codeigniter. Create a dropdown box in the view file and add a default option. Set the value of default option (Example 0 ). Then add a new rule called selected to validation library and use the rule inside your controllers to validate the select box. All the source codes and instructions are given below.
Tutorial Contents
- Introduction To Liquid CSS Layout Design
- View File Code
- Controller Class Code
- Validation Library Code
- Validation Language Code
- Source Code
Introduction To Liquid CSS Layout Design
Web design layouts can be created according to various techniques. Most commonly used techniques is designing the page inside fixed container which is aligned center in the browser window. But now the liquid css layouts are becoming more popular in the web designing world. When you create a liquid layout the width and heights of html elements inside the page will change according to the size of the browser window.
Tutorial Contents
- Introduction To Liquid CSS Layout Design
- Liquid Layout Demo and Download
- How To Make Liquid CSS Layout
- Basic Introduction To Required Styling Concepts
- Creating Liquid Layout From Scratch
- Advantages of Liquid CSS Layout
- Disadvantages of Liquid CSS Layout
Follow Us On Facebook
