Ember 101 – 03 Ember Routes

Here is the third video of the series. In this video we are going to understand how Ember Routing works and how we can load model data inside route. We also have tried to cover nested routes and some other […]

Continue Reading

Ember 101 – 01 Ember Inspector

We have just started a youtube channel where we would upload videos related to different technologies we use while working for our clients and in-house development. Ember 101 is our first series of Javascript lectures and videos. We would discuss […]

Continue Reading

Installing Redmine on Centos 6.4 + GIT Support

Ruby Install # yum install httpd-devel ruby ruby-devel -y # cd /tmp # wget http://fossies.org/unix/www/apache_httpd_modules/mod_ruby-1.3.0.tar.gz # tar zxvf mod_ruby-1.3.0.tar.gz # cd mod_ruby-1.3.0/ # ./configure.rb –with-apr-includes=/usr/include/apr-1 # make # make install   Configure Ruby to load with Apache # vi /etc/httpd/conf.d/ruby.conf […]

Continue Reading

Programming Guidelines: How to program

Define Programming Languages First select a programming environment to work on, the coder must know the limitations, cons and pros of the language, and must know how to use the language. If he don’t know what can be done with […]

Continue Reading

Print Material: Process Workflow

Information Gathering –          Have client sent the information? –          Is this information is sufficient? –          If not, what information is required? Number of Designs to present Color range Sample / benchmarks which client is interested in Other… –          Finalizing the […]

Continue Reading