Search
-
Popular Posts
-
-
Recent Posts
Follow for New Updates
Tags
analytics api apple blog browser chrome chromium Design dropbox email extension facebook firefox google greasemonkey hack ipad javascript jQuery jquery ui keyboard linux logo mac Marketing news osx php portfolio prius project quicksilver scam search SEO shortcuts social spam ssl twitter unix ux video windows wordpress
Monthly Archives: December 2009
The PHP Object Expands in PHP5
Starting with PHP 5, the object model was rewritten to allow for better performance and more features. This was a major change from PHP 4. PHP 5 has a full object model. Among the features in PHP 5 are the … Continue reading
Good Practices in PHP
Here are a few tips for those of you who’d like to write good code in PHP: Set up a Development Server Set up a development server or sandbox. Don’t write, test, or develop code on a production server. If … Continue reading
WPtouch iPhone Theme
“With a single click, WPtouch transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android or BlackBerry touch mobile device.” Basically, this plugin will take your … Continue reading
Posted in Design, Tech Opinion, Web Development
Tagged iphone, micro browser, wordpress
Leave a comment
Most Popular Programming Languages
Most Popular Languages as of January 2012 PositionJan 2012 PositionJan 2011 Delta in Position Programming Language RatingsJan 2012 Delta Jan 2011 Status 1 1 Java 17.479% -0.29% A 2 2 C 16.976% +1.15% A 3 6 C# 8.781% +2.55% A … Continue reading
Posted in Marketing, Tech Opinion, Web Development
Tagged (Visual) Basic, Ada, C, Delphi/Object Pascal, Java, javascript, Lisp, logo, Lua, Objective-C, Pascal, Perl, php, PL/SQL, Python, R, ruby, Transact-SQL
Leave a comment
Blogger Technology: Site Cleanup
Just finished a cleanup on the David Coates: Answering Back blog. It uses blogger – which is interesting. It made me miss wordpress a lot. But surprisingly they allowed some cool things, like javascript and remote images, without any hassle … Continue reading
Posted in Design, Web Development
Leave a comment
google donates $20 million to charity
google donates $20 million to charity for Christmas / Holiday 2009 season Quote: “Because charities are experiencing their toughest year in decades, we have committed $20 million to helping those who help us all. Our gift to you is a … Continue reading
More Fields for WordPress 2.9+
Update (3/22/10) I just added a link so you can download the version I am currently using with WP 2.9. It may not be perfect but it seems to be getting the job done well enough :) MoreFields for WordPress … Continue reading
WordPress Query Object Properties
This is an example dump of the $wp_query object Here is the code snippet I used to create this. I unset all the post data with the two unset commands. global $wp_query; $forReturn .= $wp_query->found_posts; $temp = clone $wp_query; unset($temp->post); … Continue reading
Posted in Web Development
3 Comments
Texas Catholic launches social media news story
The Remembering Erin Lahr site went live today, in a new initative by the Texas Catholic to use social media as part of a pilot program for sharing news using multimedia. Visit the site at http://www.erinkrielowlahrstory.com/
vGameU: Students Offer Academic Game Perspectives
Students enrolled in the “Video Games: Theory and Research” class at Wake Forest University decided to take what they’ve learned in class and put it together with their passion for gaming to help gamers and parents evaluate the best new … Continue reading