Update Oct 2011Few Up Coming Articles
I am trying to keep this going with new things that I do every so often. Along with helpful tidbits that I run into.
So here is a list of upcoming articles.
- Alternative Hosting Solutions / Website Hosting Solutions.
- Alternative HTTP Servers (Other than Apache and Tomcat.)
- CSS3 Animations with JavaScript
- GDFonts... Converting text to an image. (I use this on the side bar of the site.)
- Social Network Plugins
- Voting Systems (The good the bad and the ugly...) "This one will probably be December before I get to it."
- And so much more than I can recall at the moment also!
Read More
Google Search API vs Bing Search APISearch Engine API
PHP | JSON | Web Services
One of the things I love to do is learning various API's and new technologies. One of my many side projects is a Dance Dictionary that will contain step names, how to's, definitions, videos and pictures. I started writing up the tech specs and a scope for the project and start to think about utilizing a search engine to power parts of it.
Out of my research the two engines that came to mind were Google and Bing. Now my scope of the project will rely heavily on two things. 1) Images 2) Videos. Later on ill probably utilize more items such as question and answers and such but that cant wait.
Read More
LAMP Stack InstallSetting up a LAMP environment.
Apache | PHP | MySQL | UbuntuRecently I got curious and adventurous into setting up a Virtual Environment on my Mac's VMware Fusion with Ubuntu, Apache, MySQL and PHP. As a Web Developer I often find little need to be a Sysadmin and spend WAY more time developing. It may come as a shocker but its often not a required effort to need to have the knowledge now days of how to setup the environment I work in! An analogy behind this is a mechanic doesn't necessarily build cars, but rather fixes them. While they may understand the details behind it they may have never put a car together from start to finish, but if they had to they could...
So I figured I would post a little bit about what I did to get it going. Because this was my first run of doing this it took a little longer than it should have. But now that I have gone through it I could probably do it as fast as my machine can download.
Read More
Been a few days...
So I realize its been a few days sense I last posted. But I promise Ill have something to post soon. I am currently working on a entry/vote contest for GetMarried.com. Once I am done with this ill have some more to write about. It is utilizing some CSS3 tricks along with JavaScript to animate portions of it.
Along with this I am working on a small side project that will create sitemaps and even give detailed reports on your site. I have built the crawler portion, but thinking I am going to minimize the sitemaping element so I can make it for free. While I will make the reporting parts a paid element.
Read More
HTML ValidationImportance of Validating HTMLFixing Cross Browser Issues
CSS | HTMLRecently I ran into an issue with IE 8, but all the other versions of IE and Firefox, Chrome, and Safari looked just fine! Some of the sites I work on happen to get extremely large and the CSS, HTML portions get split up over several files. Because of this often times its easy to miss something. Especially when there has been 5-6 developers in that section over time.
When dealing with Cross Browser support I find that HTML validation is a must. It may not resolve every issue that comes up to bat, but it will certainly help on some crazy pesky issues.
Read More
CachingRecent Additions to the Site
JQuery | Javascript | PHP | MySQLLately I have had "caching" on the brain and have been working on a decent way of caching.
So far I have found that caching is obviously faster and in XML format makes it really easy to iterate through in Object format.
My methods so far are
- Checking a database table for current cached item information.
- If it has an expiration date or does not exist the feed needs to be cached.
- If needs to be cached - Caching will grab the feed via curl, fopen, or file_get_contents()
- Feed will then be stored in a file in a specific directory on the server.
- Database will either be updated or inserted with feed information.
Read More
Development TheoriesUI Testing all guessing?Product Strategies
Tutorials | WebsitesSomething I have been saying for a long time now is how the Web World is a guessing game. The same thing can be applied to many other occupations. Facebook, Twitter, and so many other "start ups" that have succeeded in becoming a house hold name in the beginning had no idea if they would be viral.
Facebook had a humble beginning that lead to a insanely addicting social network that allows you to connect with everyone you know and their trash cans. Twitter provides us with a 140 characters or less thoughts. Which is nice as Facebook friends to give us WAY to many details about their lives.
Suddenly with these two start ups they created a new fad. Status updates!
What does this all mean? Basically they chimed in on what they thought to be a "hole" in the market. This hole they filled or rather created.
Read More
shauncs: Is there a way to uninstall child 2.0 squeal application? It is starting to kill my ears... @maddoxcs
shauncs: NASA reached Dark Side of the Moon... No Robots, Space Bridge, or Alien Space craft found... http://t.co/HxagPK1d
shauncs: Drake Curtis Strickland - Born 1/27/2012 7:48 PM - 7.6 Pounds - 19 7/8 height. Emergency C-Section. Mom & Baby are doing great!
shauncs: I'm in a group video chat with 1 other person - Click to watch or join: http://t.co/XakgdJG9
shauncs: I'm in a group video chat with 1 other person - Click to watch or join: http://t.co/PnGrIGKV
- PHP (16)
- Javascript (15)
- HTML (12)
- MySQL (11)
- JQuery (8)
- Websites (7)
- CSS (6)
- Custom Frame Work (4)
- Tutorials (4)
- Games (3)
- Hacking (2)
- Unix (2)
- Imagemagick (2)
- Wordpress (2)
- Plugins (2)
- Nerdy (2)
- Ubuntu (2)
- HTML5 (2)
- XML (2)
- Startups (1)
- Categories (1)
- Apache (1)
- GD Library (1)
- Web Services (1)
- JSON (1)