Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Wednesday, November 26, 2014

Share Intellij idea 14 license key



Decompiler

IntelliJ IDEA 14 comes with a built-in decompiler for Java classes. When you want to take a look inside a library that you don't have the source code for, now you can — without any third-party plugins. More details »

Wednesday, November 19, 2014

Share PHPStorm 8 key(License Key)


PHPStorm 8 (License Key)


PHP Language Support

Power of language injections

Language injections into PHP literals have been completely re-worked to support complex expressions, including a possibility to substitute dynamic parts with sensible values. This is particularly important for working with SQL queries in your project, and yields a significant productivity boost when writing or testing database queries.Read more about language injections enhancements »



Keep up with the PHP evolution



The latest PHP 5.6 is fully supported including exponentiation, use const, use function, constant expression, variadic functions, argument unpacking, and more.

With all the language features in place, there is no reason not to update your project to the latest PHP version.Read more about PHP 5.6 support »

Key Subline Text 3



I wan share key subline text 3


Key Sublime Text 3 (Build 3065)

Wednesday, August 20, 2014

Lớp đối tượng RegEx và cách validate các form bằng javascript



Như bài viết Thẻ iframe và những lưu ý đã đề cập, trong javascript có sẵn một lớp đối tượng hàm RegEx cho phép chúng ta kiểm tra các chuỗi ký tự và validate một cách nhanh chóng mà không cần viết thêm các hàm xử lý chuỗi. Trong bài này chúng ta sẽ cùng tìm hiểu cơ chế RegEx và một số ứng dụng validate dữ liệu.

Trước hết chúng ta thử chạy đoạn code html sau đây: