ZachSchneider [dot] com
  • Facebook
  • Google
  • Linkedin
  • Tumblr
  • Twitter
  • Blog
  • About Me
Home» Posts tagged "Web Development"

Auto Update WordPress Locally

Posted on May 27, 2011 by Zach in Fun
Auto Update WordPress Locally

As a web developer I run a local instance of WordPress on my machine, and out of the box you can NOT take advantage of WordPress’ auto upgrade/update feature. If you open a terminal and update  the file permissions this will resolve that issue. $ cd //Sites/ $ sudo chown -R _www wordpress $ sudo [...]

Web Development, Wordpress

include vs. include_once vs. require vs. require_once

Posted on September 2, 2010 by Zach in Fun

include (‘sponsor_links.php’); If the file sponsor_links is present in the current folder, it will be included ( way may want it to appear both – at the top and at the bottom). include_once (‘statistics.php’); If the file statistics.php is present, it means we want statistics for the page. Otherwise, we don’t want statistics. Deleting statistics.php [...]

Code, examples, PHP, Web Development

Top 10 SEO checklist

Posted on May 14, 2010 by Zach in Fun

Proper Title Tags Well-constructed title tags contain the main keyword for the page, followed by a brief description of the page content. It will be less than 65 characters and avoid using stop words such as: a, if, the, then, and, an, to, etc. Your title tag should also be limited to the use of [...]

SEO, Web Development

CSS Image Rollover

Posted on August 7, 2009 by Zach in Fun

The CSS method uses what is known as an image sprite to load all the rollover effects as a single image and we then use CSS to do the transition. To create the image sprite just create a single image containing all of the individual transitions.  Once you have your image sprite you just need [...]

CSS, How to..., HTML, Web Development

IE Specific Stylesheets

Posted on August 5, 2009 by Zach in Fun

Internet Explorer has it’s problems with CSS (OK, it’s pretty much awful) but if you are worth your salt as a CSS coder, you should be able to deal with it. I am of the opinion that you can handle anything IE can throw at you without a ton of hacks and without having alternate [...]

CSS, HTML, Internet Explorer, Web Development

Installing Eclipse with the Palm WebOSdev SDK

Posted on August 5, 2009 by Zach in Linux, Windows

Installing Eclipse and the Plug-Ins This section describes how to install and update Eclipse. Note: If you are using an earlier version of Eclipse, you must upgrade to Eclipse 3.4 to get the new plug-ins for Palm webOS development. To install Eclipse Download Eclipse 3.4.2, also called Ganymede. Mac: Download Eclipse 3.4.2 and extract into [...]

Eclipse, How to..., Linux, Palm, Web Dev, Web Development, WebOS

ColdFusion Try and Catch

Posted on July 27, 2009 by Zach in Fun

In order for your code to directly handle an exception, the tags in question must appear within a cftry block. It is a good idea to enclose an entire application page in a cftry block. You then follow the cftry block with cfcatch blocks, which respond to potential errors. When an exception occurs within the [...]

Code, ColdFusion, How to..., Web Dev, Web Development
  • 1
  • 2

Search

Recent Posts

  • 50 Geeky Date Ideas for Valentine’s Day
  • What Your Toilet Paper Says About You
  • Skype Chat Commands
  • Downtown Dash 2011
  • 11 Signs they do NOT want a relationship with you

Facebook

Archives

  • February 2012
  • December 2011
  • October 2011
  • September 2011
  • July 2011
  • May 2011
  • April 2011
  • January 2011
  • September 2010
  • August 2010
  • June 2010
  • May 2010
  • March 2010
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • March 2007
  • February 2007

© 2012 ZachSchneider [dot] com