My newest business venture, Fat Free Interactive (a Boston based web design and development company) is currently in production. I've Made some major strides in it's implementation into Expression Engine v2.1. I'm posting a few screen shots to give you an idea of how it's going. Please leave a comment below and let me know what you like and dislike about the design so far.
Screenshot #1

Screenshot #2

Screenshot… read more
There are some instances where you may need to get your absolute server path to get your website to work. I've come across this need many times, including for CMS directory path definitions and .htaccess directory definitions.
If your site is coded using PHP, you can find the server path with PHP of any page on your site by placing the following code at the top of the page :
<?php echo $file=$_SERVER['DOCUMENT_ROOT']; ?>
This bit of code will spit out something like this ; /www/sites/sitename, where "www" is… read more
This article will not make much sense to anyone unless they are Aptana users. If you are ... read on.
Aptana is fairly new to me as a web development tool (I've quite used to Dreamweaver - which is both a good and a bad thing). Aside from Aptana being a free and open source web development tool, it has a vast number of development plugins and a fairly easy to use interface. There are some things about it I like (such as it's excellent code coloring techniques and PHP development support - PHP is a newer language… read more
All that can be said about this quick Adobe CS5 Production Premium video is "really cool!". For those of us who will dive into CS5 in the near future, I think we're all going to be pleased. Lot's of new stuff to learn!
read more
This video tutorial is all about learning how to install XAMPP (web development server) and Expression Engine 1.6.8 on your computer in order to help save time during the development of your websites.
Some key points to note are :
- Download XAMPP for free here : http://www.apachefriends.org
- Download Expression Engine 1.6.8 for free here : http://www.expressionengine.com/
If you all have any questions, don't hesitate to leave a comment or contact me. Feedback is… read more
How do the most successful websites on the internet get such great domain names? Is it all by accident? Did the name come before the business, or vice verse? Did they just get lucky? What makes the domain name so successful?
The answer to all of the above questions is "yes" .. and "no" ... and "maybe". Much of the success of choosing a domain name depends on the content available on the site. Without a superb search function, Google would not be where it is today.… read more
Although this is primarily directed towards the web designers & web developers of the world, if you are simply curious about creating your own presence on the internet, this will be a good first step for you. I'm going to outline, through my experience, the 5 best ways to make a decision on what CMS (Content Management System) you should use for your next web project.
1 : What is the site for?
First and foremost, you really, really need to know and understand what,… read more