JavaScript Form Validation and Regular Expression Basics

Regular Expression is a Pattern that matched a given input string. The patter can be formed by using meta characters. Meta characters char meaning ^   => beginning of string $   => end of string .  => any character except newline *  =>match 0 or more times + =>match 1 or more times ? =>match ...

Digital Clock using HTML5 Canvas and JavaScript (JS)

Constraints Digital Clock should be displayed in HTML5 Canvas Element If the Time or minute or second is less than ten (10) then prefix with zero (0) Design the digital clock using Cascading Style Sheet (CSS) Expected Output Source Code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...

One Day Workshop – Deep Dive into Amazon Web Services on 25-01-2013

Dear Friends, As per the Direction of our Division Chair and Dean of SCSE, we plan to propose a one day workshop titled “Deep Dive into Amazon Web Services” on behalf of PDC. Date : 25-jan-2013.  Resource Person: Harish Ganesan, Co-Founder and CTO, 8kmiles.com Herewith i am enclosing the brochure for the workshop. With all our ...

Google Chrome Unicode ( Tamil ) Font Display Problem in Ubuntu (Solved)

Recently I installed Ubuntu 12.04 Long Term Support, Since I used GNOME for long time in Ubuntu 10.04, I hope that I will have to adopt the Unity Desktop user interface. One more problem i faced with Google Chrome for displaying Tamil Unicode Fonts. The Consonants are not displayed properly in web browser. But Mozilla Firefox is displaying the same font ...

Enable phpmyadmin Local Access in XAMPP 1.8.x Web Server

After installing xampp 1.8.1 , while trying to access the phpmyadmin http://localhost/phpmyadmin , The following error message was displayed in my web browser. We need to add one more line (Require all granted)  in httpd-xampp.conf file of XAMPP server to rectify this error.  Just follow the given steps Goto terminal and type the command # sudo vim /opt/lampp/etc/extra/httpd-xampp.conf Find the phpmyadmin ...

Responsive Design – A Magic Mantra !!! 1

Web 2.0 was mainly focused only on Desktop and Laptop computers before the year 2010. The recent Smartphone and Tablet evolution has emerged to Information Technology domain to take over the Desktop Computers. Most of Internet users are using Smart Phones like Android or IPhone. So, the Web should be responsive to display it’s content in all such devices. There have ...

2 Weeks ISTE Workshop 2

Software Development Techniques for Teachers of Engineering and Science Institutes eOutreach Team I am attending this workshop, Linux Basic Commands were practiced in first week end (5,6, Nov 2011).  eOutreach Team , funded by MHRD (Ministry of Human Resource and Development) is organizing this workshop at various remote centers in India through video conference system. The following topics ...

Which one to choose ?? – Python 2.X or 3.X ???

Got confused to learn or choose which version of python to learn? Want to know the pros and cons of these versions ? Why this major version changes ? These kind of questions will come to your mind if you are started coding in Python, Of course Python is powerful , easy to learn and ...

Python – Find Days Between Two Dates

Today i started coding to find how many days i have lived in this world, This small python  snippet will find total number of days between two dates. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 ''' Created on 09-Sep-2011 @author: anthoniraj ...

eSpeak – A Multilingual Software Speech Synthesizer (Text to Speech) 4

eSpeak is a software speech synthesizer for English, and some other languages (Afrikaans, Albanian, Armenian, Cantonese, Catalan, Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Finnish, French, Georgian, German, Greek, Hindi, Hungarian, Icelandic, Indonesian, Italian, Kannada, Kurdish, Latvian, Lojban, Macedonian, Malayalam, Mandarin, Norwegian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Spanish, Swahili, Swedish, Tamil, Turkish, Vietnamese, Welsh) ...