
Search In
Rake is a Ruby task management tool. Like in Unix we have 'make' utility.
So we can say Rake is Ruby Make. It uses a Rakefile and .rake files to create a list of tasks.
We can see all the Rake tasks available in our current directory by one o
Hello Reader's,
If you are working on CodeIgniter Project and want to customize the pages URLs. Codeigniter offers you to do this by using it Routing function. The Routing the is method for hiding the controller and model functions from yo
Previous Git Blogs
1. Intialize git repostiory
2. First Commit
3. Two tree architecture and Three tree architecture
4. Best basic practices for writing commit messages
5. Viewing the commit logs
6. Git Basic WorkFlow
7. What is HEAD pointer in GI
Cakephp's bake console is the fastest way to create models, view and controller. In order to create it first you need to create the table. In this case I am creating Users table:
CREATE TABLE users (
id INT UNSIGNED AU
Road from Lotus Notes to Outlook could get a unwieldy task when finished without fitting thought and control. But Not with IBM NSF to PST Exporter, which is organized to forbear users migrate Notes database to Outlook with hearty relieve and effortle
I keep seeing 'Not Found' when trying to load my Shiny application, it seems to be that R cannot find the Shiny server, I have tried reinstalling all packages and still no luck.
The strange thing is that it works the first time I open R Stud
Virtual Hosting is a process in which we can host multiple sites on a single server. or we can also say single Apache to have multiple sites.
Types of Virtual Hosting
Virtual hosting is of two types-
1. Name Based
2. IP Based
Name Based Virt
Hello Reader's if you are looking to desing the multilaunge website then codeigniter offers you to do this with very easy steps. First learn what is multilanguage website.
A multilanguage website is which can run in any langauge which ev
In OpenERP first create custom module and inherit the email_template object in your own module. Then create templates in .xml file.
Follow these step given below:
Step1- First, create module like: test and then create .py file like as: test
Saving layer styles in Photoshop:
Layer styles are the layer blending and effects which are used in the photoshop for the purpose of shadows, gradients and creating depth within the images or illustrations. In this tutorial we are going to create th
