Posts Tagged ‘dev’

Pheasant Run Resort

Pheasant Run – my first DATA:URI project. 2009.

The data URI scheme is a URI scheme (Uniform Resource Identifier scheme) that provides a way to include data in-line in web pages as if they were external resources. This technique allows normally separate elements such as images and style sheets to be fetched in a single HTTP request rather than multiple HTTP requests, which can be more efficient.

(more…)

Adobe Brackets – A New HTML/CSS/JavaScript Open-Source IDE

Brackets is an open-source editor for web design and development built on top of web technologies such as HTML, CSS and JavaScript. The project was created and is maintained by Adobe, and is released under an MIT License.

Among the most interesting aspects to this new IDE project is that:

Brackets is still in the oven and needs to bake a little longer before it’s a full-featured code editor. The milestone builds available on GitHub are there for contributors and those special kind of crazy designers and developers who like to live on the edge. Performance, stability and features are all in flux. Use at your own risk.
However, if you like living on the bleeding edge, just view the wiki for info on how to download and run Brackets.

Fork it on GitHub!

Stylish for Safari: Major version Update – 1.3

New version of my useful extension available for download!

v.1.3 Changelog:

Youtube Tab App for Pages

Hello fans! Check my new application “Youtube Tab“!.
Visit this landing page to install app on your page.

Application based on Facebook and Youtube APIs, PHP, MySQL and jQuery.

Like and share, thank you!

Tip for Youtube Developers

Im just trying to apply better optimization to the original youtube sprite image:

Original (34.98 KB):
youtube sprite image
Optimized (13.64 KB):

Optimized image (right one) – more than twice smaller in size, but pretty identical visually.

Im using free tools for this optimization, ImageAlpha and then ImageOptim.

Thanks for attention!

Flickr Tab – Released!

Hello fans! First stable version of my pilot application “Flickr Tab” was released today.
Visit this landing page to install app on your page or check some example pages.

Application based on Facebook and Flickr APIs, PHP, MySQL and some jQuery powered.

Like and share, thank you!

Cross Browser Support for Console.log()

Almost all programmers use browsers Javascript-console for debugging.
The console is built into Chrome, Opera, IE and installed with Firebug in Firefox.
But she has a couple of disadvantages, which can be very easy to fix.

console.log('Cross Browser Support!');

They are:

Lets fix these problems quickly and easily!
(more…)