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 [...]
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 [...]
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>
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]