So lately, I have been playing on CodeCanyon which is a site for the sale of scripts much like ThemeForest. I have implemented a lot of their scripts into Nuke and I thought you guys might like to poke around to see what might could enhance your site.
Hello everybody!
Here at MeoToo Development we want to wish all you a Merry Christmas and a very happy new year 2010. Also, we want to thank a lot to everyone who has supported us and our works, much appreciated! so that we have started a XMas Promotion for you:
--- 30% discount in ALL of our Products! ---
This promotion will be valid during this week, until the next year. Don't let this opportunity go away! Get them while they're hot! ;-)
For further details, please visit:
www.meot...
I came across this article today while browsing some of my favorite sites and if your trying to learn php this is worth the read. I consider most of them best practices.
1. Befriend the PHP Manual
If you're new to PHP, then it's time to get acquainted with the awesomeness that is the PHP manual. The PHP manual is incredibly thorough and has truly helpful comments following each article. Before asking questions or trying to figure out an issue on your own, save some time and j...
I think one of the key features of PHP is surely the array. If you code php then you use them more than you know.
An array in PHP is actually an ordered map. A map is a type that associates values to keys. This type is optimized for several different uses; it can be treated as an array, list (vector), hash table (an implementation of a map), dictionary, collection, stack, queue, and probably more. As array values can be other arrays, trees and multidimensional arrays...