© 2011 steveostudios

Web Generators

Posted on November 24, 2011 by in HTML/CSS, Quick Tips | No Comments
css2

All design takes time and practice learning the metaphorical pallet and brush for the medium. In fine art, you have charcoal, pastels, paint, and canvas. With Photoshop you have the Brush Tool, Rubber Stamp, and your Canvas. In Web Design, you have images, CSS, HTML and a variety of other languages to play with on a browser canvas. While learning [...]

Continue Reading

Appcelerator Mobile Web SDK

Posted on October 18, 2011 by in Code, Picks | No Comments
mobileweb

Appcelerator is working on an amazing new idea which is totally worth mentioning here. Currently Appcelerator provides SDKs for the desktop, supporting Windows, OSX, and Linux, and Mobile, supporting iOS, Android, and Blackberry. They have recently announced ‘one more thing’, and that is the Mobile Web SDK. Essentially, it’s [...]

Continue Reading

CSS Custom fonts in Windows

Posted on June 24, 2011 by in HTML/CSS | 3 Comments

Apparently either IE or something in Windows doesn’t like custom fonts in CSS. I discovered this while trying to place a custom font in a Titanium Desktop app using the (so I thought) standard: 1 2 3 4 @font-face { font-family: 'MyFont'; src: url('myfont.ttf'); } This works great in Firefox and Safari, as well as Titanium’s [...]

Continue Reading