ci_logo_flameCodeigniter shopping cart

Posted May 16, 2012

Today i had to do shopping cart for my customer but they gave me just 2 days, it is boring right?  why they gave me so short time? then i had started to find some open source about this. fortunately i got the Kaimono Kago.  it is very easy to install and customize. so i [...]

Read More

toolboxicon_mysqlWhat happens when MySQL auto increment field hit the maximum integer value?

Posted May 15, 2012

If you have got the error  1062 – Duplicate entry ’2147483647′ for key 1 – when trying to add a new record in your table. Cause: For some unexplained reason the auto_increment ID field on you table has gone up to 2147483647 which is apparently the maximum number of rows permitted in an INT column. How to [...]

Read More

ci_logo_flameTank Auth

Posted May 14, 2012

Tank Auth is an authentication library for PHP-framework CodeIgniter. It’s based on DX Auth, althouth the code was seriously reworked. The latest version is 1.0.9. Project repository Changelog 1.0.9 PHPass settings are moved to config-file for better control over user data. 1.0.8 Some technical changes to make the library compatible with CodeIgniter v.2.0.0. 1.0.7 New parameter ‘db_table_prefix’ is [...]

Read More

ci_logo_flameCodeIgniter Library: 77 Free Scripts, Addons, Tutorials and Videos

Posted May 14, 2012

CodeIgniter is the brainchild of Ellis Labs and one of the more popular PHP frameworks available. It’s gained a reputation as a lean, mean, easy-to-learn framework that anyone comfortable with PHP can get up and running with in a few days. CodeIgniter is fixin’ to blow up even more with the release of ExpressionEngine 2.0, [...]

Read More

ci_logo_flamegrocery CRUD version 1.2.2 is now released

Posted May 14, 2012

The new version 1.2.2 is now released. Many major bugs are fixed and 2 brand new features are included to this release: – “save list and go back” button. Many users try to fix their own functionalities for redirecting to the list after save, many users use work around for this. But now you don’t [...]

Read More

mattmullenwegLIST OF PEOPLE WHO KNOW LOTS ABOUT PROGRAMMING

Posted May 13, 2012

Tim Berners-Lee Wikipedia Page – http://en.wikipedia.org/wiki/Tim_Berners-Lee – About Tim Berners-Lee Tim is the Inventor of HTML (hyper text markup language) and the World Wide Web. – In 2007, he was ranked Joint First, alongside Albert Hofmann, in The Telegraph’s list of 100 greatest living geniuses. Matt Mullenweg Matt – http://ma.tt Wordpress – http://www.wordpress.com Wordpress Blog – http://matt.wordpress.com Wikipedia Page [...]

Read More

Bootstrap

Posted May 13, 2012

I’m doing research for Bootstrap because someone told me that it will help me to develop web applications much faster. So let’s see what is the Bootstrap ? Bootstrap is a toolkit, which is developed by the Twitter team. This actually helps you to develop web applications much faster.Bootstrap contains CSS and Javascript files using which you can [...]

Read More

snipplr

Posted May 13, 2012

Snipplr helps users organize and find snippets of code. The website gives users a few popular search filters, including JavaScript, HTML, PHP, CSS, Ruby and Objective C. Users can also opt to view all available code. A search tool bar makes it easier to locate code by keyword. When viewing a snippet of code, the [...]

Read More

css-tricks-tips-iconUsing !important with CSS

Posted May 13, 2012

The CSS !important declaration is something I’ve seen in CSS code before but never knew what it meant until a few days ago, so I thought I’d write a post looking at !important to show what it does. CSS rules marked !important take precedence over later rules. Normally in CSS the rules work from top [...]

Read More

ci_logo_flameCodeigniter CRUD generator (grocery CRUD)

Posted May 11, 2012

How much time did you spend to create stable and secure backoffice system? i know it actually takes a lot of time (sometimes weeks) to create all the business logic. With grocery CRUD and with the power of Codeigniter framework , you can create a full CRUD system in just one minute. With this Codeigniter CRUD [...]

Read More

ci_logo_flameEasy Package Management for CodeIgniter with Sparks

Posted May 11, 2012

This article i just want to keep great article about Sparks. Sparks is a new package-management system for CodeIgniter that extends the core with support for gem-like sparks. This tutorial interweaves an entry-level overview of the architecture and usage of the sparks system with the creation of dovecote—a simple spark for managing RSS data. Let’s take [...]

Read More

ci_logo_flameHow to remove index.php from CI URL

Posted May 11, 2012

This article explains how to take away “index.php” from your CI application URLs. Open application/config/config.php file. Find following statement in this file. $config["index_page"] = “index.php”; And remove index.php from above statement, this will look like following. $config["index_page"] =””; Create .htaccess file in root directory and paste following statements in it. RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d [...]

Read More

184016907607801444An Explanation of HTML5 for Beginners

Posted May 10, 2012

If you’re an active designer or developer you’ve undoubtedly heard the term “HTML5” being thrown around almost as frequently as Apple, Google or Twitter. “HTML” stands for “Hyper Text Markup Language” and can be found in nearly every website on the web. HTML4 was released in 1997 and has been updated to handle the increasing [...]

Read More

2-net-tuts25 WEB DEVELOPMENT BLOGS YOU SHOULD BE READING

Posted May 10, 2012

To stay ahead in the web development game, it’s utterly vital that you’re up-to-date with advancements in your chosen field. As we all know, the best way to get current information is from blogs, but which ones to look at? There are loads of great web development blogs out there and tons of terrible ones [...]

Read More

ci_logo_flameCodeIgniter Autocomplete

Posted May 10, 2012

Codeigniter is a great framework for php . It is simple and already helps lot of people to write faster code. The documentation is very good with examples for all the classes – functions. But (there is always a but…!) in eclipse we used to have our own classes and when we write the “magic [...]

Read More

810967844Refused to display document because display forbidden by X-Frame-Options

Posted May 10, 2012

Today, i got some problem about redirecting  after  redirect_uri of https://graph.facebook.com/oauth/authorize it could not  redirect to so i tried to debug then it said Refused to display document because display forbidden by X-Frame-Options i tried to searched on google and i found some blog on the internet they said that facebook not allow to  redirect [...]

Read More

Hello!

Posted May 9, 2012

hi there! i have just finished my first blog and today It’s LAUNCH DAY at my new blog I hope you programmer guys happy on this blog and i will share everything about my experience programming see you next article

Read More