Sponsored Links

Javascript Tooltip Framework : Opentip

Tooltips are the nice part of a website. It makes forms active, intelligent and helpful to users. There are lot of nice javascript tooltip frameworks are available. Opentip is a very cool javascript tooltip library works with jQuery and Prototype. It works standalone also. So you dont have to load another javasript framework for just showing a tooltip in your website. It creates the tooltips with HTML5 canvas so thatRead More…

Jquery Slider with Keyboard and Mouse Control – Rhino Slider

Rhinoslider is one of the most flexible jQuery slider plugin that can handle not only Images but also HTML element (text, videos, etc.). Rhino slider  comes with lots of slick transition effects and new effects or styles can be added with ease. There is a very easy way to customize the effects and transitions.  It has options for every possible variable from the customization of the effects to auto-play, playRead More…

Sponsored Links

Open source PHP Spread Sheet Application – GelSheet

Free Open Source spreadsheet programme Gelsheet helps to create and edit spreadsheet files in many formats. It will run on stand alone or can plug to WordPress or Fengoffice. The application offers a desktop-like interface and capable of handling multiple documents with in-cell formulas, styling of content and exporting them to multiple formats. You can export with PDF, XLS, XLSX and ODS Formats. So You can edit anykind of spreadsheetRead More…

CodeIgniter Grocery CRUD Tutorial

From CodeIgniter 2.0 the Scaffolding is depricated. Developers are eagarly looking for a CRUD Library in CodeIgniter. Actually the CRUD generator will help the life of a developer easier. The Grocery CRUD Library for codeigniter will make the complete CRUD system with a few lines of code. This is a very stable system so you can use it in production also. It is a totally automatic system that even aRead More…

Sponsored Links

20 Jquery Plugin for Image sliders and Accordians – Cool Carousels

There are lot of jquery plugins available for image sliders and accordians. Fred Heusschen, a talented frontend web developer  developed a set of 20 different type image sliders and carousels using jquery. CoolCarousels is a showcase of 20+ image sliders and carousels with each having a different look and functionality. There are sliders with thumbnails, responsive examples, horizontal/vertical ones, lazy-loading supported sliders for displaying many images and much more. CoolRead More…

Bonfire – A ready to go Application Builder using CodeIgniter

Bonfire is a solid code base for starting a project in CodeIgniter, a powerfull framework for creating great PHP applications with lightning speed. Bonfire includes an elegent and customizable admin UI for every project. It also includes a module generator, by using this a developer can generate a database CRUD code from the scratch. The project started by a CodeIgniter developer Lonnie Ezell in 2011. And  Bonfire does not intendRead More…

FuelPHP Released to 1.0

After nine months of work fuelphp 1.0 released. There has been a LOT of work that has culminated in 24,155 lines of code and nearly 40 people contributed to that. Just compare “codeigniter vs fuelphp” and get a “Getting Started with the Fuel PHP Framework” tutorial What is FUEL? Fuel is a simple, flexible, community driven PHP 5.3 web framework based on the best ideas of other frameworks with aRead More…

Web Based Mysql Administration Tool – Chive Released

Now a days phpmyadmin is using widly for managing mysql databases in almost all hosting environments.Think of an alternative ? Chive is an alternative tool for PhpMyadmin, it is a webbased MySQL database management tool. The web-based user interface supports most of the common operations needed by software developers and database admins in MySQL(databases, tables, indices, keys, triggers, views, routines, privileges management, import/export). A comparaison between Chive, PhpMyAdmin and SQLRead More…

How To “Find And Replace” Words In Multiple Files In a Folder

This is a most tricky one for programmers. I got stuck with a situation. In a folder lot of php files start with SED for Rescue Find and Replace with SED What is SED? SED is a stream editor or line editor in Linux or Unix. It reads input line by line (sequentially), applying the operation which has been specified via the command line (or a sed script), and thenRead More…

PHP IDEs in Linux for Web Programming – Fedora and Ubuntu

Now a days Web Development is a Hot topic in Linux world. For web development the best operating system is Linux based version. Whether Fedora, Ubuntu, Open SuSE, Mandriva, Slackware or Any Other linux version. The main considerations are it is away from common virus and malwares. For a complete internet savy developer need this option very important because a web developer using internet more hours. Frequent virus attacks willRead More…

Codeigniter 2.0 New Features and Changes

Codeigniter 2.0 aims new horizons of PHP. Every time codeigniter refered as the slik fastest framework that supports PHP 4.0 too. When we reached the release 2.0 the support for PHP 4.0 dropped. Also lot of changes in the total Framework structure. That is it is now strict OOPs like Kohana . Kohana Said that “This is an OOP framework that is extremely DRY. Everything is built using strict PHPRead More…

Jquery 1.5 Released – Features

The Jquery team comes up with its next version jquery 1.5. This version features a complete rewrite of the Ajax module.  the developers say that it brings a higher lever of consistency to the XmlHttpRequest methods across various platforms. This  brought more capability to extend the API and allow the attachment of data handlers, filters and transports. Jquery 1.5 Features Deferred Objects which allow functions to return values where theRead More…

Android Project Structure of Eclipse Project

When you create a new android project on eclipse IDE there are lot of files are folders created automatically. Some Java files are some XML files will created to support the developer. Just have a look at which folders represent what and what are the meanings of each files. A good Reference from http://sudarmuthu.com/blog/2010/02/12/the-structure-of-an-android-project.htmlSRC This folder will contain the Java source files that you will be creating. In the screenshotRead More…

HTML 5 Reset – A quick start to HTML5

HTMl 5 Reset is a collection of CSS and Javascript Files for the startup of a Web Project. It contains conditional comments to call about half a dozen IE-specific CSS files, as well as a couple popular IE-correcting javascript files. All supporting files are stored in a parent “_” folder — this keeps the view in our file manager uncluttered. In the CSS folders are baseline styles designed to reduceRead More…

Search word in files – Linux Bash Grep

Grep is a great utility in linux shell. It will search all the files for a particular word and display the files and lines. So You can check for a word or sentance using grep. -r will option will perform a recursive search to all subdirectories for the particular word grep -r “foo” /path/to/directory grep -r “foo*” /path/to/directory The * Will search for the starting of word with foo. SearchRead More…

Related Posts Plugin for WordPress, Blogger...