Quantcast
Channel: WebDevTutsDepot » Scripts
Browsing latest articles
Browse All 20 View Live

Image may be NSFW.
Clik here to view.

YouTube API With Zend Framework Tutorial, Installation

Today I want to show you how to use the Zend Framework to work YouTube’s API. While there isn’t anything you can’t do without the framework it sure makes you code a lot shorter, less error prone and...

View Article



Image may be NSFW.
Clik here to view.

YouTube API Tutorial: How To Get a Video’s Comments Using Raw PHP

This post is an alternative to a previous tutorial, YouTube API With Zend , where I showed you how to get a video’s comment using the Zend Framework. In this post I will show you how to do the same...

View Article

Image may be NSFW.
Clik here to view.

HTML 5 Slider Bar Tutorial

Out of the new HTML tags one that you should be really excited about is the slider input tag. It used to be that you could only render a slider bar with a javascript library, but not anymore. What Can...

View Article

Image may be NSFW.
Clik here to view.

Best Buy Search API Tutorial

I just had an idea for a website, it uses the Best Buy’s Remix API so I had to learn to use it and now I want to show you how easy it is. About The API Best Buy's API You can only do one thing with...

View Article

Image may be NSFW.
Clik here to view.

Arduino Serial Communication With C++

I just go my Arduino a couple of weeks ago and even though I haven’t had much chance to play with it one of the first things I wanted to do was send data to it from my computer. Am starting very...

View Article


Control Your Arduino With PHP Via C++…and Why Not JQuery!

For a couple of days now I have been looking for a PHP class that would help me send data to my Arduino board. So far the only class everybody points to is this one, but I haven’t been able to get it...

View Article

How To Check For New Tweets From a User

It’s very easy to check if a user has posted a new tweet with JQuery. You will be using getJSON along a new native javascript function which you might not have heard of. This is how your script is...

View Article

Quick CSS Tip: Control The Color of Highlighted Text In Your Website

If you are the type of designer who thinks that any single pixel or color can make or brake your website here is a quick tip I think you’ll appreciate. The Effect Most of the time when you...

View Article


JQuery’s Browser Detection Capabilities

If you have ever worked on apps that require different scripts, images, or links for different browsers you will find this useful. Check Which Browser The User Is Using JQuery allows you to use the...

View Article


How To Use Cookies With JQuery

JQuery has come and made everything easy for us, from simple toggling to otherwise complicated ajax, and whenever jQuery is not able to deliver there is always someone who has made a plugin exactly for...

View Article

Working With Sessions In PHP

One of the first things people want to do when they get started with development is made some type of login system. But how do you get started? The answer is learn about sessions. What Are Sessions...

View Article

How to Return More Than One Value From a Function in PHP

Here is a cool trick you might not know if you want to return multiple values from a function and assign them to variables with different names each. Here Is How It Works: Say you have the following...

View Article

Limit the Number of Characters In a Textarea or Textfield Using jQuery

It’s very easy to limit the number of characters you want a user to submit with JQuery, you would of course still have to validate with a server-side language, but that’s another story. After reading...

View Article


PHP Password Protection By Encryption

The Encryption Say a user signs up to your site and he/she enters the password “iLoveDogs”, the way you would encrypt the password would be the following. <?php $password="iLoveDogs";...

View Article

Image may be NSFW.
Clik here to view.

10 HTML5 Tutorials and Resources You Need To Have

HTML 5 Demos and Examples HTML5Rocks HTML5 Cheat Sheet How to Draw with HTML 5 Canvas HTML5 Audio and Video: What you Must Know HTML5 Unleashed: Tips, Tricks and Techniques HTML5 Browser Compatibility...

View Article


HTML5 Tutorial: How To Embed MP3 files

The Main Tag To embed an audio file in HTML5 use the audio tag <audio> </audio> The Source Sub Tag Specify the source file path between this tag <audio> <source src="filePath.mp3"...

View Article

Image may be NSFW.
Clik here to view.

How To Easily Make a Favorite Icon For Your Site

Have you noticed those icons in your browser’s tab for every page you visit? They are nothing more than, well, little icons. In this tutorial I will show you how to make one for your site. Step 1: Make...

View Article


What’s New In HTML 5: Expanding and Collapsing Content Effect

In this post we’ll learn about an HTML 5 effect similar to dropdown menus. Check out the following code: Full Code <!DOCTYPE html> <html lang="en"> <head> </head> <body>...

View Article

JQuery Beginners Tutorial: One Time Events

Say you want to execute an event only once, like the click event. One way to do it would be to set up a counter variable and check if it has reached one. The other way is to use the one event. In the...

View Article

How To Redirect Mobile Users To Your Mobile Website

The PHP command $_SERVER['HTTP_USER_AGENT'] returns browser information, and we can get a list of all mobile browsers from this website. Now if we only had a function we could use to know if the...

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images