Quantcast
Channel: Coding Recipes » Programming
Browsing latest articles
Browse All 10 View Live

PHP; Advancing Array Pointer In a Foreach Loop

This is not possible because ‘foreach’ operates on a copy of the array so there is no way to do it, don’t waste your time BUT You can work around this by replacing the ‘foreach’ with a ‘while’ loop,...

View Article



Learning PHP – best PHP books

We are closing down our forums, it’s time to move on, but we are keeping some important threads, here is one… Learning PHP – best PHP books PHP and MySQL Web Development (4th Edition) (Developer’s...

View Article

PHP MySQL Web Development Security Tips – 14 tips you should know when...

We are closing down our forums, it’s time to move on, but we are keeping some important threads, here is one… PHP MySQL Web Development Security Tips – 14 tips you should know when developing with PHP...

View Article

Script For Counting Number Of Lines Of Code In Your Website; Composite Design...

This is another thread from our forums which we are closing down soon. This script will count the number of lines in all of your source files recursively. Just place it in any folder and point your...

View Article

jQuery UI Dialog And The Enter – Return Key Problem

This is another post for my ‘Annoying Stuff’ collection and this one is very, so very annoying… The problem is that jQuery UI, supports forms in dialogs but the problem is that a user can’t hit ‘Enter’...

View Article


Beginning Source Code Management With GIT Tutorial Part 1

If you are not using anything like GIT and you just use simple folders for development then I’m sure you have had situations where you needed to make some changes but broke the whole thing. Or consider...

View Article

The Best Python Code Editor: Komodo Edit

I looked for a Python editor a lot, I found Pydev which is a plugin for Eclipse and since Eclipse sucks, it’s ugly and the code looks ugly too, it just kills my creativity, it’s also slow on top of...

View Article

Python SQLite3 In Multiple Threads

If you create your database in a thread – usually the main thread – and try to use it in another thread your will get: ProgrammingError: SQLite objects created in a thread can only be used in that same...

View Article


How To Create WordPress Widgets

No need for a huge fancy post, here is a very simple WordPress widget: You must paste this code into your theme’s functions.php file located at: /wp-content/themes/YOUR_THEME class My_Simple_Widget {...

View Article


Understanding Pointers In C – C Pointers Tutorial

We need to cover some ground so be patient and you will learn all about pointers. A computer stores variables in it’s memory and the memory is basically a series of zeros and ones. So if you could see...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images