Turn Off Light Feature For Video Streaming Site
Most of the time when you’re watching a streaming video from YouTube or elsewhere, you find that all the comments, related videos, or ads are a…
// CATEGORY · 26 POSTS · WEB APIS
Platform primitives — what’s new, what’s stable, what’s worth using.
Most of the time when you’re watching a streaming video from YouTube or elsewhere, you find that all the comments, related videos, or ads are a…
Get the last tweet of your tweets or someone’s tweet with a username — no OAuth needed. Twitter has their own API to get the last…
From the previous article I wrote, Get Last Tweet Without OAuth Using PHP, I now want to share how to get the Twitter update with jQuery.…
jQuery is a fast and concise JavaScript library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed…
Google Chrome is a web browser developed by Google that uses the WebKit layout engine and application framework. It was first released as a beta version…
If you are still new to web design and web development, you must be familiar with HTML code. As I am writing this, the new HTML…
HTML5 is a new HTML standard for structuring and presenting content on the World Wide Web. One of its new features is media playback, including video…
Curl is a command line tool to transfer data using various protocols. The Curl project was released with libcurl, which is a library for curl that…