タグ CatsWhoCode.com
人気順 10 users 50 users 100 users 500 users 1000 usersSuper useful online tools to make JavaScript development easier | CatsWhoCode.com
JSBeautifier Is your JavaScript code ugly or hard to read? If yes, no problem: Here is JS Beautifier, a handy tool to make your JS code more prettier and easier to read. JS Beautifier can also deobfus... 続きを読む
Awesome jQuery snippets to work with forms | CatsWhoCode.com
Disable “enter” key in your forms If you want to prevent visitors to accidentally submit your form by hitting the “enter” key, you can use this snippet to disable the use of the “enter” key in your fo... 続きを読む
フォームを使いやすくするためのjQueryスニペットの紹介。Enterキーでの送信をキャンセルしたり、入力されるまで送信ボタンを押せないようにしたり。 → Awesome jQuery snippets to work with forms | Ca
Awesome jQuery snippets to work with forms | CatsWhoCode.com 続きを読む
10 super useful WordPress shortcodes | CatsWhoCode.com
Display a snapshot of any websiteWant to be able to take a snapshot of any website, and display it on your blog? This cool shortcode allows you to do so. Just paste the following code into your functi... 続きを読む
10+ useful tools to simplify CSS3 development | CatsWhoCode.com
CSS3 Pie Are you surprised that Internet Explorer 6/8 CSS3 support is almost non existent? I guess most of you aren’t. Unfortunately, some clients may want you to create a website that look like in a ... 続きを読む
10 super useful PHP snippets - CatsWhoCode.com
Super simple page cachingWhen your project isn’t based on a CMS or framework, it can be a good idea to implement a simple caching system on your pages. The following code snippet is very simple, but w... 続きを読む