Useful Websites

Envato Birthday Bundle

Monday, August 22nd, 2011

envato birthday bundle

Envato is turning five, and celebrating another year with an amazing bundle for sale, the Envato Birthday Bundle. This year they’re going all out and giving you more than $500 ($507 in fact) worth of some of the most awesome marketplace files around for the rock bottom price of $20. That’s a saving of more than 90%!

This bundles has motion graphics, sound effects, music, tutorials, code, site templates and themes, stock photography, Flash and Unity, graphics and vectors, 3d models and more! There are 51 files all for only $20! But be quick, this deal is available for 4 days only! ( 22nd to 26th midday AEST ).

This is a really great deal, get it while you can.

Cya

Groovesharks Amazingness (wotw)

Thursday, April 1st, 2010


For my second entry into the website of the week (wotw), I wanted to rant on how much I love Grooveshark. If you don’t know what it is yet then you need help. Grooveshark is another online music system that allows you to listen to music. Like other music websites like Pandora, and Jango you can set up radio stations that will randomly play songs similar to the artist of your choice. But unlike those other sites Grooveshark allows you to create your own playlists, listen to any song at any time, replay songs, and there aren’t those annoying ads between every song. The only ad is on the right and that’s for the free version. You can pay $3 and the ads will go away, but its really not all that bad with the single add on the right. They also have some really cool features like the RSS feed of songs you are listening too and they have a really cool Grooveshark WordPress Plugin. For me who sits in front a computer more than 8 hours a day,  a really well made music site that allows you to listen to the music you want is vital to get those creative juices going. The most amazing thing of all is that the whole site is made in Flash and has really great features like the use of the back and forward button (you know how often Flash sites suck as this).  Check it out, I highly recommend it, and maybe down the road I will create a cool Flash RSS Grooveshark Reader or something.

Cya

Free Web Icons Download (wotw)

Monday, March 8th, 2010

Website of the Week (wotw) is a new series I am doing on my blog, featuring one website per week or as often as I find a good one. I was basically doing this before when I would talk about other really useful websites that I use all the time or ones I come across while surfing on the net. Now this will by no means be anything close to thefwa.com in terms of awesomeness but it might be useful to anyway out there who is a surfing trying to find some good stuff.

This first entry in the Website of the week is Free Icons: More than 100,000 Icons in One Place. Its a really great site for all things icons, and if you still can’t find an icon that you need you will surely find something that could help you at least get started. Be careful though, you can spend hours looking at all the different  icons without even realizing the time flying by.

Cya

SEO Check List

Friday, March 5th, 2010

I wanted to create a SEO check list for every website that I work on, that way I could go back and reference it after finishing up a site. These methods are proven and if you follow this SEO checklist as well, then you will have increased traffic on your site too. If you want proof of it working, you can check out my other post Search Engine Optimization Techniques where I explain more in detail about all these points. This check list is just a quick guide to help remind you of whats left to finish on the website to optimize it for Search engine ranking. Here we go:

  1. First, you need to validate all of your webpages on your site (meaning your  html code needs to not have any errors or warnings in it). This is the most important step because if the bot can’t index your page then how is it going to know how to categorize it. You can do that here: w3c Markup Validation Service
  2. Select the keywords that pertain to your particular post or page. Its important to select your keywords using a Keyword Tool, like Google Adwords Keyword Tool, so you know how many people are searching the specific terms you are choosing and which ones have the least competition.
  3. Insert your keywords into these parts of the webpage:
      1. Title – Very important, the title appears in the search engine results page as the link, Google uses the title tag for determining page relevance and ranks the page higher if the saearch phrase is found in the title.
      2. URL – Your keywords should be used in the url that specific page,  either in the directory or file name. Its good to use hyphens instead of a space in naming convention.
      3. headings – Every page should have a heading <h1> tag, and the keywords should be used in this and the h1 tag should be used only once.
      4. Text – In the text on your page, its very important to use the keywords in the first part of your webpage content. Also, if there is a small amount of text on the page it could cause the page to be ranked poorly too.
      5. keywords Meta Tag – Every webpage should have the keywords used in “Keywords Meta Tag”.  You add this line of code in between the <head> tags:<meta name=”keywords” content=”Your specific keywords” >
      6. Description Meta Tag – You add them like this:<meta name=”description” content=”A description sentence about your page or post pertaining to your keywords” >
      • Links – Use keywords in your links instead of using “click here” or phrases like that.
      • Images – all <img> tags should use the alt attribute using the keywords
      • Include a robots.txt file in the site root of your website. Even if the robots.txt file is blank upload one to your server because it will prevent your site from producing error messages every time a search engine spider visits your site.
      • Include a sitemap.xml file in the site root of your website. There is a website that will automate or help you create/ edit  a sitemap.xml file, it called xml-sitemaps.com.

      This is just  a really quick seo check list that will dramatically help with your websites overall SEO, but if you don’t think your site is being indexed by google still, you can go to google.com/addurl and add your site url and google will start to index your site.

      Cya

      jQuery: The Write Less, Do More Javascript Library

      Friday, February 12th, 2010

      Keeping up with the latest trends in web development is tough sometimes, only because there are new things always being created. jQuery is  one of the newer creations that have come up in the last several years and its not going away. It is the most popular JavaScript library in use today. If you don’t know what jQuery is then here is a brief description: jQuery is a JavaScript Library that is fast and concise that makes HTML document traversing, event handling, animating, and Ajax interactions for rapid web development much easier. “jQuery is designed to change the way that you write JavaScript.” It’s lightweight, around 23kb, and cross browser compliant and compliant with CSS3 as well. You can create sliding banners, dropdown navigations, and much more with it. I am trying to learn more and more of it everyday, and its pretty exciting. jQuery is provided under the MIT and GPL licenses which means you can use it in your commercial projects like selling of themes and stuff. There are several good tutorials and other helpful resources on their website and I would highly recommend it and learning some yourself.

      Cya