Work Life

Posted by & filed under Apps.

Recently I’ve been trying to stay ahead of my accumulative work load and multiple task management systems, and decided I would build my own interface to help with my job to simplify my “Work Life” so I can accomplish more and follow through with tasks. Feeling a little overwhelmed by emails? Do you keep thinking […]

Designing Blueprint CSS for Mobile

Posted by & filed under Mobile.

I happened to use Blueprint CSS to build a website recently and I was trying to figure out how to retrofit the template for a smart phone. I did figure out the first part. rel=”stylesheet” href=”/css/main.css” type=”text/css” media=”screen” rel=”stylesheet” href=”/css/screen.css” type=”text/css” media=”projection” rel=”stylesheet” href=”/css/print.css” type=”text/css” media=”print” rel=”stylesheet” href=”/css/mobile.css” type=”text/css” media=”mobile” rel=”stylesheet” href=”/css/ie.css” type=”text/css” media=”screen, projection” […]

Writer for Chrome

Posted by & filed under HTML5, Just for Fun.

Introducing the first web app that uses HTML5 technology to allow online word processing on the Google Chrome Web App Store. While most word processing programs are confusing and take a long time to load and start up, Chrome Writer lets you skip most of the waiting time and lets you get started writing down […]

Chrome Editor App

Posted by & filed under Site News.

Over the past few months I’ve been working on the new Chrome Editor App for the Google Web Apps Store. So far it’s been interesting building an app on the Google Chrome Dev application environment since things seem to change pretty frequently. If you’ve used the Chrome Editor Extension in the past there are many […]

HTML5 vs. Flash

Posted by & filed under Just for Fun.

Round #1 Video Flash Video was probably one of the most widely used features in Flash. It loaded pretty fast as long as you have the right version of the plugin. The downside was the hardware on your computer would heat up and the only way to create a Flash video player would be to […]

The HTML Hamburger

Posted by & filed under Just for Fun.

I wrote a long time ago in a short tweet that HTML is visually pretty similar to a Hamburger. I am going to attempt to explain this in more detail for the beginners. <html> – The Bun Layer <title> – The Ketchup / Sauce Layer – </title> <head> – The Pickel Layer – </head> <body> […]

World’s Fastest Web Browser

Posted by & filed under Site News.

The web browser today seems almost more important than the operating system you use since most browsers are on more than one platform. I ran some speed tests a couple of weeks ago. These speed stats were what I found. #1 Opera 10.53 – 299.2ms #2 Chrome 5.0.375.38 beta – 308.0ms #3 FireFox 3.6 – […]

Practical CSS 3.0 Styles

Posted by & filed under HTML5.

Border Radius– IE9 , FF3.6+ , Chrome Beta , Safari , Opera /*Rounded Corners Look and Feel*/ .radius{ border-radius:10px; /*IE9*/ -moz-border-radius:10px; -webkit-border-radius:10px; } Dropshadow– IE9 (maybe), FF3.6+ , Chrome Beta , Safari /*Webkit and Geko based shadow*/ .shadow{ box-shadow: 8px 8px 8px 4px #888; /*IE9*/ -webkit-box-shadow: 8px 8px 8px 5px #888; -moz-box-shadow: 8px 8px 8px […]

Google Chrome Web Apps Store.

Posted by & filed under Site News.

Today Google announced in it’s blog that it plans to have a Chrome Web Store. The Chrome blog Blog.Chromium.org is a valuable place for learning about the new enhancements and features about to Google’s Chrome browser. This news is particularly interesting, because I can possible offer a more advanced “Chrome Editor” for a small price […]

Chrome Editor Featured

Posted by & filed under Site News.

As I keep adding features to the Chrome Editor project it seems the guys at google have noticed this, and have nicely featured my extension at the top of the Web Development category page. I feel so honored to have the top slot on the page. Google is such a unique company and I really […]