The Dreamy Spoon Website

March 3rd, 2011

Yesterday, I finished developing another website called The Dreamy Spoon. The Dreamy Spoon is a Self Served Frozen Desserts Store located in Maumelle , Arkansas and it a full flash website that also has a wordpress blog with it. This has to be one the most fun websites I have done in a while, partly because of the silliness of the design (which was done by Cody Scott of  Kinetic Media Solutions ). Some of the special things about the website are they it uses SWFAddress to increase SEO and add the ability to go straight to a specific page, as well as a custom MP3 music player, and all the animations were pretty cool too. The website includes everything from a flavors page, a contact page, and links to the social media websites.

One of the hardest things to code for the website was getting the stage to resize correctly when the user resizes the browser window, because the grassy hills had to stay at the bottom and the cloud background had to scale correctly.

To increase SEO, I created the The Dreamy Spoon Blog (made from WordPress) that the owner could add news posts and I also duplicated the flash pages  into wordpress pages and basically hide them from the user (meaning no actual links to them), but when I submit a sitemap to Google Web Mastertools I will include those links so they get indexed.

This might be the best flash website I have done so far and it was a lot of fun to work on, let me know what you guys think.

Cya

How to Detect Android and Redirect to Android Version Website

February 22nd, 2011

android-phone

I have been posting redirect scripts for several devices such as the iphone and ipad, and I thought why not add android to the list. I own a android phone and I love it, and I have tested this script so I know it works. This code detects whether the person viewing your website is on a Android device. If they are on a Android phone, you can redirect them to a android version website or just to another page, its up to you. If they are on a normal computer it doesn’t redirect them and they go on as normal. Its just some simple javascript, and if you want to use it just change the “document.location” value to the url you want them redirected. Here is the code, and its just the same as when you detect for iPhone.

1
2
3
4
5
<script type="text/javascript"> // <![CDATA[
	if ( (navigator.userAgent.indexOf('Android') != -1) ) {
		document.location = "http://www.yoururladdress.com/yourpage.html";
	} // ]]>
</script>

Cya

Coronado Cupcakery Website

February 10th, 2011

A few weeks ago, I finished developing and designing another website called Coronado Cupcakery. The cupcakery, located in Coronado, California has a fun but clean feel to it and the owner, Rosalina, wanted to have a similar look and feel for their website. Rosalina was a great client and I loved designing and developing her site. Some of the things I love about the site are the clean lines, classic text, and lots of color (I kept the background white for a clean look, and so that the colors and pictures would pop off the page). The website includes everything from a flavors page, to an ordering form, to a gallery of some of their most impressive work…. all organized in a fashion that is user friendly and easy to navigate.

Another part of the site I like a lot is the navigation. To create it, I used nettuts How to Build a Lava-Lamp Style Navigation Menu but I edited the files some so that the hover effect didn’t cover the entire menu item, but instead just kept an thick underline underneath the menu item. I really like the effect and I think I might recreate it as a flash menu.

Cya

Richard Godwin Website

October 14th, 2010
Richard Godwin Website Richard Godwin Blog - Welcome to the Slaughterhouse

I have finished working on another freelance website for a client, its called richardgodwin.net, and as you probably guessed it was for a person named Richard Godwin.  Richard is a really talented writer of dark crime fiction and noir,  and is about to publish his book, called ‘Apostle Rising.’  He had two blogs already that he consistently updated, so it was an obvious choice to build his site off of the WordPress Framework. Another reason I built the site using the WordPress framework is because of the awesome admin section it has. It really does do a great job in allowing the client to change the content on the website whenever they want, especially when they don’t have any coding knowledge.

As I worked on the site, Richard hired a graphic designer named Matthew Swann to finalize some graphics for the site. I usually do the graphics as well for the sites I work on, but it was a nice change of pace to have some help and it was really great working with Matthew.

There are a few special things I did for this site, that I want to list off here. There was a great plugin called WordPress.com Stats from their old site, that I implemented into their new site that lets them view their hits and pageviews from the WordPress dashboard. There were some problems initially with it but I fixed it by going into phpMyAdmin and messing with some fields in the SQL database.  For the navigation of the website and blog, they really liked the CSS Horizontal Menus I found on http://www.cssmenumaker.com. So I implemented one of those into the theme, and changed the color around to go with the rest of the site a little better. Another cool item on the site is the Steel Melting Flash Text Effect in the banner. I bought the file from activeden and added it to the site on two different pages. I think it looks really great and it achieved the flashy effect that Richard was wanting for announcing his upcoming book.

The last thing I want to talk about is the new default theme for WordPress called Twenty Ten. I created his blog theme from the Twenty Ten Theme and I just wanted to say that it was really easy to work with and modify, and that it comes with a ton more admin options in the dashboard area that the old default theme was really missing. My hat goes off to the WordPress team as they constantly raise the bar of their product again and again.

Cya

Flash News Feed Ticker

September 21st, 2010

Flash News Feed Ticker

I have just finished working on another file for sale on ActiveDen and its a Flash News Feed Ticker. This is the second version of my News Feed Ticker, and the biggest difference is that I implemented an XML file to style it and for customization reasons, and it has a lot of improvements including:

  • It’s compatible with all feed types (RSS and ATOM )
  • This ticker automatically grabs the first image in each feed post to display
  • It updates automatically
  • It is completely customizable through an XML file so there is no need to even open up Flash to edit it
  • Completely re-sizable so that it fits to any size container
  • Easy to change the number of posts you want displayed

This news feed ticker, or reader as some people call them, includes three different skins or themes: a dark, a light, and a social media skin. Also if you want to customize the look and feel of it, you can do this very easily by editing the colors in the XML settings file or by editing the symbols in the Flash file’s library. Also there is an in-depth help file included.

Cya