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 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 ReadingApparently 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