EllisLab has yet to update their website with the new User Guide but you are free to download 2.1.0 to see the changes. Scanning through the change log, I see a lot that I like: Added increment_string() to String Helper … Continue reading
For those not already on the GIT bandwagon, Apache Subversion is a great chose for versioning your software projects. Even better, Lion has Subversion 1.6.16 installed my default. To see for yourself, in terminal: $ svn --version You should see … Continue reading
Task: Allow users to embed their rating on our site, as an image, on their personal site. Goal: Stress our server as little as possible. There are several ways of doing this but the basic process of how this works is: Our … Continue reading