Showing posts with the label Web_DevelopmentShow all

Ajax/PHP Live Search - search database result

This is a search which is used to search database records against word entered in the se…

Read more

Time out web page if idle

HTML Code Javascript - jquery.idletimer.js

Read more

Get Facebook page Details using username

Read more

Get User Details from Twitter Using Username

Read more

Codeigniter Write data into Excel (Without using plugin/library)

Earlier I used to use a plugin for writing data into excel.But I found that it was very e…

Read more

Codeigniter video upload

Requirements 1.Create folder called "video" in the root folder 2.sometimes mi…

Read more

Codeigniter flv,wmv uploading gives error "Invalid file type"

It gives "The filetype you are attempting to upload is not allowed." error when…

Read more

Codeigniter several configuration for multiple upload

When multiple file uploading has to be done with different $config values. It needs to re…

Read more

Copy to Clipboard

View Demo Its very familiar to wordpress users copy to clipboard function in syntaxhigh…

Read more

Codeigniter - Image Upload and display Image in the same page

When the image gets uploaded ,it will load in the same page.The page will not get refresh…

Read more

syntax highlighter for Blogger/Blogspot

syntax highlighter for Blogger/Blogspot Its not a problem in posting code samples in word…

Read more

Rewrite rule in codeigniter

If we dont use mod rewrite then the URL would be like this http://localhost/project_folde…

Read more

Codeigniter pagination - selected page not diplaying correctly

when it is more than 3 uri segments passed in the url, selected page of pagination will n…

Read more

htaccess - redirect all blog posts into another website

I wanted to move from wordpress to Blogger But the problem I had was to redirect the URLs…

Read more

Login Remeber me Function

index.html <html> <head> <title>Remember Me</title> <script ty…

Read more

csv line ending detection

When a CSV file is created on Mac, the line endings will not be identified by Apache when…

Read more

Populate combo using xml file

File Structure --combo.xml --index.php combo.xml <?xml version="1.0" encodin…

Read more

send php mail using gmail smtp server

send php mail using gmail smtp server We just have to have a gmail account to send email …

Read more

Dynamic File Upload and Duplicate File Check

Dynamic File Upload and Duplicate File Check Click here to view Demo File uploads can be …

Read more

Dynamically populate table based on selected combo box value

Display data which are related to selected combo box value.Data will be changed when the …

Read more