Home Blog Projects Wallpapers Themes Fonts

Blog

Archive for “css”

Feel free to look around & browse to your heart's content ...

Coloring Coda like Textmate

Posted on Thursday, February 12th, 2009 under Code Design Downloads | 1 comment

In my ongoing attempt to fall more and more in love with the “One-Window Web Development” amazingness that is Panic’s Coda app, I have reached another yet milestone. I present to you the following Syntax Modes, re-colored to match the ever-popular Textmate “Twilight” theme:ActionScriptCSSHTMLJavascriptJSP-HTMLPHP-HTMLXMLCoda Coloring Theme - "Twlight"In case you are wondering, the font I am using is the delicious Inconsolata by Raph Levien.P.S. If anyone wants to send me a few example files of ...

 

How to implement an iPhone-specific stylesheet

Posted on Wednesday, October 8th, 2008 under Code Design Downloads | No comments

I am a little late to the game on this, but recently I was creating an iPhone screen optimized version of a site for my personal usage and thought I would share some of my findings.

The InitialThough Apple recommends through the expansive information in its iPhone Developer Connection to implement CSS3 conditional statements to effectively achieve alternate style-sheets for personal computers and for the iPhone, I wasn’t satisfied with the resulting functionality. Yes, it did ...

 

Hiding via CSS

Posted on Friday, May 16th, 2008 under Code | No comments

I am in the middle of some research for my Graphic Web Design course and I am in search of an article I thought I had read a while ago.If I am remembering correctly, it outlined the pros and cons of using the two typical methods of hiding content using CSS styles.Option #1:selector { display:none; }Option #2:selector { text-indent: -9999px; }The second is a little trick I first saw Zeldman use, but I know the ...

 

Giant Man Baby – Site

Posted on Monday, October 22nd, 2007 under Design | No comments

Giant Man Baby – Site (uploaded by DRA Studio)I just finished implementing the new CSS stylesheet for Jason’s new video company site, Giant Man Baby Productions. I was given a logo created by a friend (Andrew Sale) and tagline … then pretty much ran with it.I really feel that this design is going to be a lot of fun. It is simple clean and as soon we get some free time, adding in the Flash ...

 

Upgrade in Progress

Posted on Monday, June 4th, 2007 under News | No comments

This weblog is undergoing some updates, so please hang on and be patient. Everything is being switch over from WordPress to the more robust and simplified SimpleLog.Everything should be completed shortly, but you will probably want to hit the “Refresh” a couple of extra times in the next few days, just to be sure you are looking at the newest stylesheet.

 
 

Back to Top