Please find useful regular expressions for numeric, alphanumeric, alphabets only, date etc, Numbers only regular expression (0-9 regex) – ^[0-9]*$ Decimal numbers with 2 floating point compulsory regu… more →
satyanarayana's Blogwrote 1 hour ago: Here is the code to select the cells by dragging the mouse around the table. <!DOCTYPE html PUBLI … more →
wrote 1 hour ago: Since I dabbled quite a bit in functional languages like Haskell, I came to like nested functions ve … more →
wrote 2 hours ago: Several months ago, as the “year of learning to code” was getting underway, I wondered w … more →
wrote 3 hours ago: This is Part 2 in a series where I’ll be detailing various settings for specific programs and … more →
wrote 4 hours ago: JavaScriptにクラスの概念はありませんが,functionをコンストラクタのように動作させる,つまりその関数によって創りだすオブジェクトを初期化することでコンストラクタの機能をサポートしていま … more →
wrote 13 hours ago: var currentYear = (new Date).getFullYear(); $(document).ready(function() { alert(currentYear); }); … more →
wrote 14 hours ago: The keynote presentations given Wednesday and Thursday mornings at the O’Reilly Fluent JavaScr … more →
wrote 15 hours ago: Biasanya, bila Anda memiliki form dengan beberapa field input teks, mungkin Anda tidak meinginkan ba … more →
wrote 20 hours ago: Hi, Hope you are doing great! Our client needs “Java Developer” for 06+ months Contrac … more →
wrote 21 hours ago: In the <head> <script type=”text/javascript”> var IE_lt_8 = false; </scri … more →
wrote 1 day ago: Asking which programming language is best is a good way to start a debate among novice programmers. … more →
wrote 1 day ago: Look at the number of people at Web Directions Code! Hey everyone! We just finished a great event at … more →
wrote 1 day ago: While surfing through internet I came across one interesting JavaScript technic. Just observe the co … more →
wrote 1 day ago: In SharePoint 2010 if CMSSiteManager.js library is loaded besides jQuery, then much of stuff stops w … more →
wrote 1 day ago: JavaScript has nothing to do with “Java”, not is it an incomplete language because of th … more →
wrote 1 day ago: HI, To display a notification about every script error GoTo Tools–>InternetOptions– … more →
wrote 1 day ago: Some time ago I posted about Codecademy when it was still new. On a whim I revisited again and it gr … more →
wrote 1 day ago: Fun with HTML and CSS continues… This week, we have installed a code editing program “Ap … more →
wrote 1 day ago: I had some jQuery on a page that changes with a change to a field in a form, like so: <%= tax.sel … more →