Sublime text 2

Tags: SCSS, SASS, Sumlime text 2, editor

Within three years i used a Textmate as my primary text editor and I admired it, that's really flexible and simple editor, before that i worked with Eclipse, therefore its speed just hit me. However, there were some things that I could not cope, but it was not a big deal. I work as a front-end developer and I had been looking for a textmate plugin that would highlight pairs tag since i started using it. It's not critical, because when I work with my own file I know where the beginning and end of the tag, but when you open someone else's file, it helps. Secondly, when I press 'CMD+left' i wanted to see cursor on the first character in a string, rather than on the beginning of the line. It's annoying a bit.

Continue reading →

Sencha Touch 2.0 as a Good Tool For Develop

Tags: javascript, sencha touch, extjs

Hi guys!

Today I wanna talk about new Sencha's Inc. product - Sencha Touch 2.0 (ST2). What is new in Sencha Touch 2.0 you can check here in more detail, I just wanna share my impressions and some experience during the development. Almost all the new in ST2, from including files till definitions and declarations of classes. Some guys from our team started to study ST2 before release of developer version. At this moment still have not full release of ST2, product is moist, but worth it to give it time.

Continue reading →

Coffee script v1.1.1 is too slow

Tags: coffeescript

Hi folks!

I really love what these guys did, coffee script is very useful tool for web developers which simplifies my life 100 billion times. But latest version is very slow when you do compile with join option... and when I say slow i mean veeeeery slooooowww.

Continue reading →

Creating Multilingual support on CodeIgniter using Google Translator API

Tags: Codeigniter, php, javascript, front-end, java, bash-scripts

Intro

Hi All! Today I am going to tell to you, how we can create the multilingual support on CodeIgniter framework using Google translator. As you know CodeIgniter uses the Language class which provides functions to retrieve language files and lines of text for purposes of internationalization.

Continue reading →

Welcome to SCSS

Tags: SASS, SCSS

Syntactically Awesome Stylesheets

Hey everybody, our company has started used SASS/SCSS for our projects (previously we tried to use LESS, but SCSS is much more interesting, and today i'll prove it)

What is Compass?

COMPASS is an open source CSS authoring framework written in Ruby that attempts to fix a lot of the shortcomings of CSS. It also streamlines development by providing a number of utilities and tools to make writing your CSS files easier and faster.

Continue reading →

Concurrent programming

Tags: coffeescript

Concurrent requests/programming is always a big pain for javascript developer, but not now. Today I'm sharing with you another one usefull thing - data provider!

Continue reading →

Get data easily

Tags: coffeescript

Today I'll share with you another one usefull thing - safegetter of data from the object!

Continue reading →

Most used front-end practices (part 2)

Tags: css, front-end, xhtml

Hi everyone, in the second part I want to continue the story about my favorite front-end practices.

Continue reading →

jQuery MacOS Finder

Tags: jquery

Good day my dear friends. In my first post, I want to show my new jquery script - navigation using arrows on the keyboard. (I made it look like a "Finder" in MacOSX).

I used jQuery UI extension for dragging, and create my own plugin for keyboard navigation.

Continue reading →

The best bash-scripts

Tags: bash-scripts, unix

Hello my friends. Almost all developers in Lodoss use UNIX OS (MacOSX or Linux), this post for these guys. I want to share with you my favorite bash-scripts that I use within three years.

Continue reading →