Code Alien - Configuration, Design & Development
Wednesday, 10 February 2016
Internationalization and Locale-Based URLs with Ruby on Rails 4.x
›
In this post we will learn how to produce the following locale-based URLs: Deutsch: http://example.com/de/books English: http://example.co...
Friday, 5 September 2014
HTML5 Pattern Regex Date Validator for 1900-2099 using YYYY-MM-DD
›
HTML5 pattern is a wonderful tool for validating user input, and date validation is a common problem if one doesn't want to use a date p...
3 comments:
Thursday, 4 September 2014
Expand and Collapse Textarea Automatically When Typing
›
I was searching one day for ways to expand the textarea automatically, but couldn't find any solutions that were quite what I wanted. So...
Wednesday, 12 February 2014
Chrome Secure Shell App Remove All SSH Hosts
›
Secure Shell uses strict checking, and if the signature of your host has changed, you will not be able to connect while receiving this err...
Sunday, 9 February 2014
Align Text Both Left and Right on the Same Line in Text Editors
›
Sometimes we would like to align some text on the line to the left and some on the right. Occasionally we even want three types of alignment...
Sunday, 19 January 2014
How to Completely Log Off Users by Destroying Sessions in PHP
›
In order to delete a session, two things need to be done: The session variables need to be destroyed: session_unset() . This ensures that al...
2 comments:
Home
View web version