Zen Coding is powerful abbreviation engine which allows you to expand expressions into HTML code. The hint of zen coding is using css selectors to generate code which is pretty cool like access the dom elements.
Install Sun Java JDK on Ubuntu
I usually use open source software but sometimes we haven’t choice. When i started to use PhpStorm IDE, i got notification over Performans Issue over Open JDK. Yes i also don’t believe it. PhpStorm offered me that Sun JDK instead of Open JDK. So i decided that switch Sun JDK. This short post is helped us how to install Sun JDK on Ubuntu.
Set the Default Browser on Ubuntu From the Command Line
Open your terminal
1
| |
Choice your browser
1 2 3 4 5 6 7 8 9 | |
Thats all.
Difference Between & and &&
& is unconditional logical AND; && is conditional logical AND; | is unconditional logical OR; || is conditional logical OR;
Rails 3.1 and ExecJS::RuntimeUnavailable Error
When i start the rails server
1
| |
I get the
1 2 | |
Add Ruby on Rails Locale Files From Subfolders
As you know locale files place at /config/locales folder like en.yml, tr.yml . If you want to organize your folder with sub folder. You must edit your config/application.rb
Configure Hostname on Ubuntu
1
| |
Add 127.0.0.1 your-hostname
1
| |
Write your-hostname in
1
| |
Verify that hostname is set
1
| |
Best Regards.
Configure Timezone on Ubuntu
Time zone is very important at web applications. This is the solution to set up the servers.
1 2 3 | |
Best Regards.
Github Repository Installer for Kebab Project
We support a lot of our customer project in these days. Installing and setting new kebab project and its vendors are become very boring. I decided to write a simple installer for this problem. If you want, you can also modified for your project. You can find the source code on Github. https://gist.github.com/1158767 . If the link is broken, please send me a comment.
Understanding Doctrine Record State and Kebab_Validate_DoctrineTable
In this tutorial, i try to show you how Kebab_Validate_DoctrineTable manages the unique validation. Lets give an example of unique validation.