You are browsing the archive for Development.

by admin

Google Dev Links

June 14, 2011 in Development, Google Calendar, Google Map

Google Map Code Generator: http://www.mobilefish.com/services/googlemap/googlemap.php

Color customization for embedded Google Calendars:  http://www.unitz.com/u-notez/2009/04/color-customization-for-embedded-google-calendars/

 

by admin

A Version Control App worth checking out

April 28, 2011 in Development

Bazaar in 5 Minutes

It’s billed as, “Bazaar is a distributed version control system that makes it easier for people to work together on software projects.”

by admin

JQuery Corner Demo

April 28, 2011 in Development

http://jquery.malsup.com/corner/

by admin

VI Editor Cheatsheet

April 27, 2011 in Development

http://www.lagmonster.org/docs/vi.html

by admin

Enable mod_rewrite in a Ubuntu server

April 27, 2011 in Computer Configuration, Development

http://www.ghacks.net/2009/12/05/enable-mod_rewrite-in-a-ubuntu-server/

by admin

Apple Webserver Jump Started

April 4, 2011 in Apple, Computer Configuration, Development

All of the sudden, my development Apache webserver on my Macbook Pro stopped working. I found the soution here:

http://hintsforums.macworld.com/showthread.php?t=83942

Hi aaron. I had exactly the same problem. “Safari can’t connect to the server.
Safari can’t open the page “http://localhost/” because it could not connect to the server “localhost”.

Using Terminal and issuing a “sudo apachectl -t” showed that I had a syntax error in line 1 of my httpd.conf file. I think it happened when I edited the file using Text Wrangler, and accidently saved it with hard-coded line-numbers prefixed to the lines; of course – apache didn’t understand the 1st line, which was “1 #”. Once I fixed that and restarted apache, everything started working as it used to in Mac OS X 10.4.10.

by admin

Double home breadcrumb links in WordPress

March 16, 2011 in Development

Here’s the solution to the problem I was having where two consecutive “Home” links were appearing in my Breadcrumb NavXT plug-in generated breadcrumb trail.   The problem would appear on category listing pages (i.e. /category/news/).  First off, I changed the name of an alternate home page template that I was using from “home.php” to something else.  Apparently, WP uses index.php and home.php interchangeably.  If home.php exists as an alternate template file, it will cause problems (read here for reference: http://codex.wordpress.org/Settings_Reading_SubPanel).  That was one thing.

The other change and the one that I think solved the problem was opening up the Breadcrumb NavXT settings panel and unchecking and clearing out the “Home Breadcrumb” setting.  Saving the configuration and rechecking and resetting the Home Title to “Home”.  When I took this action, the double Home was gone and all was good.

by admin

WordPress Widgets and Ancestors

March 1, 2011 in Development

Here’s a good article on building your own WordPress widgets:  http://justintadlock.com/archives/2009/05/26/the-complete-guide-to-creating-widgets-in-wordpress-28

Articles in determining a page’s ultimate ancestor:  http://www.wptavern.com/forum/plugins-hacks/1761-how-get-post-post_name-post-id-3.html#post17666

Selective Page Hierarchy for wp_list_pages() article: http://wordpress.mfields.org/2010/selective-page-hierarchy-for-wp_list_pages/

 

by admin

How to build a custom Facebook page

February 28, 2011 in Development, Social Media

http://mashable.com/2010/02/22/build-facebook-landing-page/

by admin

PHP & MySQL Configuration Help for Mac

February 7, 2011 in Apple, Computer Configuration, Development

Go here:  http://discussions.info.apple.com/message.jspa?messageID=12820394#12820394