All the Web Talks from Google IO 2019
I cannot make it to Google IO 2019 this year :sadpanda: But luckily they record everything and share it to YouTube. Here is the YouTube playlist…
// CATEGORY · 26 POSTS · WEB APIS
Platform primitives — what’s new, what’s stable, what’s worth using.
I cannot make it to Google IO 2019 this year :sadpanda: But luckily they record everything and share it to YouTube. Here is the YouTube playlist…
Acid3 is a web browser benchmark tool to test whether the web browser meets web standard compliance. This web browser benchmark tool is easy to use…
Ajax and JavaScript is hard to debug and find where it goes wrong. One of the great offline tools to debug your Ajax and JavaScript code…
Recently I tried developing an application for Facebook as my client demanded. Facebook uses XFBML (eXtensible FaceBook Markup Language) as their markup language to use Facebook…
This glow effect trick with CSS is not a new trick. As an example you can see the glow effect when you mouse hover over any…
Sometimes if you are a blog or forum owner you need to make all your text (in URL format) turn into a live URL (clickable) to…
Google has many services and you can use their API to access and send your website data. For example you can use Google Analytics, Google Calendar,…
From the previous article “Create Facebook Fan Page With Welcome Page“, I wrote how to make a Facebook fan page with a simple welcome page. Now…
A couple of days ago I’ve been struggling with URL validation in PHP. And I found a URL validation class from phpclasses.org which I think is…