google+javascriptbanktwitter@js_bankfacebook@jsbankrss@jsbank






Hướng dẫn thực hành JavaScript và jQuery nâng cao Trong bài viết trước, jsB@nk đã giới thiệu với các bạn danh sách 35 hướng dẫn thực hành JavaScript và jQuery nâng cao dành cho các nhà thiết kế web, đây là các bài thực hành khá đơn giản dành cho những người không chuyên về lập trình.

Còn hôm nay, jsB@nk sẽ giới thiệu cho các nhà phát triển ứng dụng web, ứng dụng JavaScript thêm nhiều bài hướng dẫn thực hành JavaScript chuyên về lập trình hơn. Bạn vui lòng vào trang trong để xem chi tiết, hoặc xem thêm các bài viết khác bên dưới:

- Siêu danh sách các công cụ JavaScript hữu ích dành cho phát triển web
- 50+ kĩ thuật và plugins hữu ích dành cho jQuery
- Các hiệu ứng jQuery thiết yếu dành cho Nhà thiết kế Web


Miễn phí web hosting 1 năm đầu tại iPage



Nếu bạn vẫn còn đang tìm kiếm một nhà cung cấp hosting đáng tin cậy, tại sao không dành chút thời gian để thử với iPage, chỉ với không quá 40.000 VNĐ/tháng, nhưng bạn sẽ được khuyến mãi kèm với quà tặng trị giá trên 10.000.0000 VNĐ nếu thanh toán cho 24 tháng ~ 900.000 VNĐ?

Có trên 1 triệu khách hàng hiện tại của iPage đã & đang hài lòng với dịch vụ, tuyệt đối chắc chắn bạn cũng sẽ hài lòng giống họ! Quan trọng hơn, khi đăng ký sử dụng web hosting tại iPage thông qua sự giới thiệu của chúng tôi, bạn sẽ được hoàn trả lại toàn bộ số tiền bạn đã sử dụng để mua web hosting tại iPage. Wow, thật tuyệt vời! Bạn không phải tốn bất kì chi phí nào mà vẫn có thể sử dụng miễn phí web hosting chất lượng cao tại iPage trong 12 tháng đầu tiên. Chỉ cần nói chúng tôi biết tài khoản của bạn sau khi đăng ký.

Nếu muốn tìm hiểu thêm về ưu / nhược điểm của iPage, bạn hãy đọc đánh giá của ChọnHostViệt.com nhé!
Thử iPage miễn phí cho năm đầu tiên NGAY

Updated: April 17th, 2013

FREE JavaScript tutorials to Read

Integrate SexyBookmarks into any HTML page with JavaScript

This tutorial and article will teach you how to actually use this JavaScript plugin in any website, not just WordPress implement it wherever you want it! Portfolio page? - no problem! :)

It may or may not be true that you can learn a programming language in 7 or 21 days, and it may or may not depend on what “learn to program” book you read. However, it does take a lot longer than that to gain experience in how to use a language most effectively. It is a cumulative process that builds up your skills day after day and year after year.

JavaScript is used in billions of Web pages to add functionality, validate forms, communicate with the server, and much more.

Where and how to write Javascript code

First of all, there are two ways to write your JavaScript code. Lets have a look at these options. The first is by embedding the code in your HTML document. We do this by using the opening and closing script tags, defining the script type & typing our code. We seen an example of this in our introduction to Javascript article.

The second method is to write our code in an external file. This benefit of this method is that we can run the same code on multiple pages if necessary. Thus saving ourselves from repetitive strain injury!

Image Control Manipulation in JavaScript

Welcome to the home of the one and only JavaScript Guru. I will from here on our take you under my wing in the art of JavaScript. For the lesson at hand we will be beginning with an Image control in our HTML and see what we can do from there. If you do not have an Image to work with or would like to follow along in the code as well, please feel free to download the free source code located below.

How to Speed Up Page Loading With Lazy Loading JQuery and JavaScript

In today's lesson we will be learning how to decrease loading time on web applications with a number of videos. Usually the way things work is that a page, along with its content loads at a given speed, but nothing on the page is usable until the application is fully loaded. What we are going to be doing is load the page without any videos, and then when a video is requested by the user to view, it will load on its own, separately from the page.

Quick Tip: Create Cross-Browser Datepickers in Minutes

In this quick tip, I'll show you how to use the new HTML5 date input, and then provide a fallback jQuery UI solution for the browsers which don't yet support this new input type.

Canvas From Scratch: Transformations and Gradients

In this article, I'm going to walk you through transformations in the canvas, as well as shadows and gradients. Transformations are an extremely valuable set of methods that allow you to start being creative with the way you draw objects on the canvas. Let's get started after the jump!

Substring Method in JavaScript

Knowing how to manipulate strings can become one of the most helpful tools in your bag of tricks in the wonderland known as JavaScript. One of the Methods we can use that we will be discussing here today is called the Substring Method.



We used over 10 web hosting companies before we found Server Intellect. They offer dedicated servers, and they now offer cloud hosting!

The Substring Method in JavaScript can also be applied to Visual Basic, as well as Visual C Sharp, C#. What the Substring Method does is it allows you to take sections a.k.a. parse, whether its singular words or full phrases, and create a new string or unleash your will upon it. Using this in conjunction with the IndexOf Method will let you find where the variable, section of the string you are looking for, is located.

Create a Photo Admin Site Using PHP and jQuery

I'm pleased to present you with part one of a two part series on creating a photo site using PHP, jQuery, and AJAX. Originally, I intended to fit the entire tutorial into one screencast, but that quickly became a pipe dream as I realized that there was simply too much to cover. Nevertheless, even if you only watch this first video, you should learn a great deal.

We'll be retrieving images from a database, creating a simple login form with authentication, and will then allow for our database to be asynchronously updated. Sounds good? If so, let's get into it.

Build An Incredible Login Form With jQuery

One struggle that still remains today in web design is displaying all of the redundant information on every page. For example, a login form. What if there was a way to easily make the content accessible on every page, but keep it hidden until needed? Well you can, by making a top panel that when clicked, will reveal its self and its content. But we need to make this look nice, so we'll also animate it.

Improve your jQuery 25 excellent tips

jQuery is awesome. I've been using it for about a year now and although I was impressed to begin with I'm liking it more and more the longer I use it and the more I find out about it's inner workings. I'm no jQuery expert. I don't claim to be, so if there are mistakes in this article then feel free to correct me or make suggestions for improvements.

JavaScript An easy introduction

Javascript is used to add interactivity and functionality to a site. It has many uses, from detecting the viewers web browser to validating form input. It is compatible with all major web browsers, and is relatively easy to learn. This makes it one of(if not) the most popular scripting language on the internet. In other words, if you are are web developer(or aim to be) it is in your best interest to start learning Javascript now!

iPhoneKer.com
Save up to 630$ when buy new iPhone 15

GateIO.gomymobi.com
Free Airdrops to Claim, Share Up to $150,000 per Project

https://tooly.win
Open tool hub for free to use by any one for every one with hundreds of tools

chatGPTaz.com, chatGPT4.win, chatGPT2.fun, re-chatGPT.com
Talk to ChatGPT by your mother language

Dall-E-OpenAI.com
Generate creative images automatically with AI

AIVideo-App.com
Render creative video automatically with AI

JavaScript theo ngày


Google Safe Browsing McAfee SiteAdvisor Norton SafeWeb Dr.Web