Skip to main content

📘 Understanding Drupal: A Complete Guide to Caching Layers — my new book is out now!

[2012-06-20]

Custom Form Fields in Joomla

#joomla #php #tutorial
When I was developing my Joomla! components to make my GRealty suite I needed a few custom fields that were not native to Joomla The process is simple and only requires one new folder and one new file in your component. In your components admin/models/  folder create a new folder called 'fields'.
[2012-01-22]

Simple PHP Calendar Script

#php
Here is a simple PHP calendar script that can be easily customized and designed with CSS.
<?php

$time = time();

$numDay = date('d', $time);
$numMonth = date('m', $time);
$strMonth = date('F', $time);
$numYear = date('Y', $time);
$firstDay = mktime(0,0,0,$numMonth,1,$numYear);
$daysInMonth = cal_days_in_mo
  
      
[2011-12-11]

Bootstrap from Twitter

#javascript #twitter #web
Need to do a quick web site but strapped for time? Twitter has a whole bunch of open source projects they have released, and one of them is called Bootstrap. It comes preloaded with CSS styles and simple JavaScript plugins.
[2011-12-05]

jQuery Rating Script

#jquery #php #tutorial
For KenoBarNight I just added a simple rating system mocking that of YouTube and others; a simple "I Like It" or "I Don't Like It". Use whatever verbage you'd like, that is what this script does.
[2011-12-04]

Achievements - Winning the Internet

#tips #web
Achievements seem to be popping up in every new web service. Why? Because achievements make you win the Internet. Okay, not really, but it does make your user feel more engaged into your web site. It gives the user a reason to use your site and do more things on your site. The best part is the achievements do not even need to be all that difficult.
[2011-12-03]

Awesome Google Infographic

#google
Over at Business MBA, I found this awesome infographic labeled "Behind the Numbers" that breaks down some information about one of the largest companies out there, Google.
[2011-11-30]

Tips for Google Maps and Mobile

#google #tips #web
When developing web applications it is always wise to use the most up to date APIs and know when to scale back on certain functionality.
[2011-11-28]

Mobile Geolocation

#geolocation #mobile #mysql #php
With the new wave of mobile devices being a major way to access the Internet, it has become possible to customize web applications based on a user's location - or create web applications based on user location.
[2011-11-27]

Google+ Profile and your Blog

#google
Google just made it easy to link your Google+ profile to your blog or other articles. Simply ensure to put a link to your Google+ profile with a rel="author" tag.
<a rel="author" href="https://plus.google.com/101530880977549569019/" title="Google+ Profile">