Posts Tagged ‘front-end’
A tutorial and explanation of Adobe Flash basics, understanding palletes and layout of the program. This tutorial will also walk step-by-step through actionscript and how actionscript is integrated into a flash animation using symbols and objects.
Love it or hate it, I re-designed the Chosen Development website. I was growing tired of the Organic theme that I had developed for it originally. Though it was highly creative, it was too busy. I decided to go with a simple layout, color scheme and dark style. This a typical style for me, but I’m proud of that. Chosen development consists mostly of the work of myself and Shane who loves the new design also. I’ve also integrated our new Creative Brief Interview so that we can automate the initial research and gathering phase.
Combining a poor economy with an ever changing web makes it challenging to stay on the cutting edge. With multiple web languages, platforms, and techniques it’s important to dedicate your time to being versatile and flexible while not wasting time learning skills that you won’t use. In the past 2 years I have learned and mastered many tools and techniques, and I’m here to share what has been valuable and where you can trim the fat from your day.
In the past few years we’ve seen a growing trend towards forcing new typefaces on the web. CSS defines a property for browsers to support a property called @font-face which lets the developer define new typefaces and include the original font file for the browser to download and render the site with. Support for this feature has been implemented in Safari and is due to release with the next versions of Firefox and Opera…
Learning Flex has been a fun but challenging experience for me thus far. The concept, the classes, and even Actionscript all make perfect sense to me, but though I may understand the logic, learning the syntax can be incredibly difficult. I decided to make my first application in Flex a blog RSS reader and Flickr thumbnail viewer. I still have a ways to go (with the flickr portion especially) but here is the source code for this Adobe Flex Application thus far
There is so much to be said about Javascript Libraries (JavaScript Toolkits or JavaScript Frameworks, if you prefer those terms, they’re all pretty much the same thing in regards to what I’m writing about). What is a JavaScript Library JavaScript Libraries were born as demands for JavaScript rose to create more interactive and dynamic websites. [...]