Archive for the ‘javascript’ Category

Fckeditor Configuration File

The editor comes with a rich set of configurations that makes it possible to customize its appearance, features and behavior. The main configuration file is named “fckconfig.js“. You can find this file in the root of the FCKeditor installation folder.

Javascript Validation for uploading files

The below javascript funtion checks the browsing file. For example, If the uploading file should accept only excel and word documents like that, then in that scenario, we can use this function.

5 Steps to secure your PHP powered website

Unfortunately there will always be some one out there on the world wide web who will attempt to break any thing they can find on the Internet so you owe it to your visitors/ members to ensure nothing malicious is being hidden on your site and there info isn’t being stolen. In this article i [...]

PHP RSS Reader

How to display an RSS feed with a single PHP function? The URL of the file may be – local, in the form: rss.xml, or – distant in the form: http://www.xul.fr/rss.xml. There is only one difference, if the filename has the “.php” extension when it is generated by a CMS or such software, locally the [...]

Useful Ajax Auto Suggest scripts collection

This post is a collection of some interesting and useful Ajax Auto Suggest scripts ready to use (from beginner or professional web developers) in your web projects. This collection includes standard auto suggest scripts, del.icious tag suggestion, autosuggest control to search images on Flickr, and advanced table filter with auto suggest control.

check username availability in ajax and php using jquery’s fading effect

In this post,I’ll show you how to make a fancy username availability checking in ajax and php using jquery.When, you check the the username avaiability a fancy message box will show you the message with a little bit of animation. If you are looking for such kind of effect for checking username availability, then this [...]

Rounded Corners in Internet Explorer Using JQuery

Recently I wrote an article on CSS3: Rounded CSS Corners, which is a great solution for creating rounded corners. However, Internet Explorer doesn’t yet support it, but there is a solution which this article explains. The following two links demonstrate a working version and also a zip file so you can download everything you need [...]

Drag & Drop with PHP & jQuery

The ability to drag and drop content on a page and have it save the order can make for a great user interface and is actually relatively easy to execute with a few lines of jQuery. Refere this url:  http://papermashup.com/drag-drop-with-php-jquery/

Add to Favorites using Js

Code For Add to Favorites using Java script <html> <head> <script language=”JavaScript1.2″ type=”text/javascript”> function CreateBookmarkLink() { title = “Car Parts”; url = “http://www.google.com/”; if (window.sidebar) { // Mozilla Firefox Bookmark alert(“FIREFOX!”); window.sidebar.addPanel(title, url,””); } else if( window.external ) { // IE Favorite alert(“YES IE”); window.external.AddFavorite( url, title); } else if(window.opera && window.print) { // Opera Hotlist [...]

Java Script 3D Carousel

A nice 3D Carousel in Java script is given in the following site. http://www.andrewsellick.com/75/simple-3d-carousel-using-mootools