Archive

Author Archive

High Priorities for Great SEO

January 11th, 2009 Comments off
Write Great Content » I’ve worked with many web clients who want their site to be ranked high in the search engines, and want people to be able to find their site by searching for all sorts of keywords, problem is they don’t want to put in the work of writing good content (or pay [...]

Self-Submitting PHP Tell-A-Friend form

January 6th, 2009 Comments off
Want to put a “tell a friend” form on your website so visitors can easily tell their friends about your site?  Below is the code for a self-submitting PHP tell-a-friend form (which could also easily be adapted as a standard contact form). Simply change “domain” to your website URL, and paste the code where you want [...]
Categories: form, PHP, self-submitting form Tags:

Javascript: Print Page button

January 6th, 2009 Comments off
here’s a very simple javascript to place a link on a webpage to facilitate the user’s printing of that page: simply paste the code below where you want the button to appear: <SCRIPT LANGUAGE=”JavaScript”> <!– Begin if (window.print) { document.write(‘<form>Click Here To ‘ + ‘<input type=button name=print value=”Print” ‘ + ‘onClick=”javascript:window.print()”> This Page!</form>’); } // End –> </script>
Categories: Javascript Tags:

Javascript: Display Random Text from a list

January 5th, 2009 Comments off
Did you ever want to display a random text from a pre-populated list?  Maybe you wanted to randomly display a client testimonial from a list of 10… well, here’s the script you need. place the following code in the head of your document (somewhere between the <head> and </head> tags): <script type=”text/javascript” src=”../scripts/rotate.js”></script> now, place the following code [...]
Categories: Javascript, random text, web development Tags:

The Time is Now!

November 13th, 2008 Comments off
The bad news: the economy is down, the stock markets are down, housing markets are down, and unemployment is up. The good news: There’s not a better time to start your own business! That’s right, with the economy slumping and people losing jobs left and right, there’s not a better time to start your own business and [...]

Creating a simple javascript Popup Div

October 20th, 2008 Comments off
Sometimes you want to create a div in your document that opens a pop-up window that shows another webpage, but that isn’t actually another browser window.  The code below will do just that for you in a simple manner.  You can change the page that shows in the popup by simply changing the “src” from [...]
Categories: Javascript Tags:

ChildImpressions.com

October 20th, 2008 Comments off
ChildImpressions.com is an html-based website, with it’s formatting layed out with tableless css.  There are a few flash elements – the hands at the top, the menu bar, and the rotating quotes on the right. This is another simple site, with a clean design, that is meant to be a key marketing piece for the business [...]
Categories: Client Site Spotlight, CSS, flash, html, PHP Tags:

Choosing the Right Web Hosting Company

July 27th, 2008 Comments off
Before you can establish your web presence, you are going to have to choose a web hosting company (unless you have the technical skills to host the site yourself that is). With the plethora of web hosting companies out there today, the choices can be daunting and since the comparisons are rarely apples to [...]

Some Simple Web Acronym Clarification

June 30th, 2008 Comments off
Hello All, today I thought it would be useful for some to simply break down some of the acronyms thrown around in the web design and web development world… 1. HTML – HyperText Markup Language – the basis of the web. HTML is the basic building block which web browsers read in order to render web [...]

SEO Warning Signs – ways to avoid the wrong contractor

June 29th, 2008 Comments off
With so much emphasis put on internet advertising these days, it’s no wonder that companies are willing to spend big dollars (and i do mean BIG dollars) to get their sites ranked at the top of searches on all of the major search engines. To do this organically (without pay-per-click advertising) is a detailed [...]