Embed Videos Using Its Shared Link With PHP

Another great video tutorial I’d like to share with you today comes from a young YouTube user (who also seems to be big a Guitar Hero fan) who goes under the handle of Abell12. This featured video will show you how to create a script that will allow users to embed a video onto a [...]

Continue Reading →

AIMcrm Lead Management Software

Whether you’re running a small or medium-sized business online, it is crucial that you equip yourself with the right tools that will help you manage your sales leads and keep track of your customers’ interests and activities. That’s where customer relationship management (CRM) software like Active Internet Marketing’s AIMcrm comes in. AIMcrm is an easy-to-use [...]

Continue Reading →

eDirectHost Website Builder

If you want to create your own website for promoting and selling your products or services online, then eDirectHost can be of great help. eDirectHost is an online ecommerce website builder that provides you with the necessary tools to help you get started in setting up your own e-commerce site. It boasts of a comprehensive [...]

Continue Reading →

Displaying Tweets With MooTools Widget

If you’re looking for a way to be able to display tweets in your website using a MooTools-built widget, then today’s your lucky day. Today we are highlighting ‘Tweet Display’, a nifty widget developed by Thomas Kunambi that allows you to embed tweets in a designated container by pulling the information from a specified Twitter [...]

Continue Reading →

Color Box – Lightweight Customizable Lightbox for jQuery

Color Box is a lightbox plugin for jQuery that is lightweight and highly customizable. Created by Jack Moore, it is one of the top jQuery plugins that supports images, slideshows, inframed content, grouping, and ajax inline. It can be extended with callbacks and event-hooks without altering source files, has 10KB of JavaScript with less than [...]

Continue Reading →

How to Create CSS3 Optical Illusions

Here’s another awesome CSS3 tutorial that may be useful to your design projects. Andrew of Script Tutorials demonstrates how you can create optical illusions using CSS3. Below are the following codes: HTML Index.html <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”utf-8″ /> <title>CSS3 Optical Illusions | Script Tutorials</title> <link href=”css/layout.css” type=”text/css” rel=”stylesheet”> <link href=”css/illusions.css” type=”text/css” rel=”stylesheet”> [...]

Continue Reading →

Parse YouTube URLs With PHP

Here’s a nice PHP snippet that some of you might find useful with regards to information on YouTube videos. It’s a code that I came across over at PHPZAG that will parse the various types of YouTube URLs and then returning their embed iframe. <?php function parseYoutubeURL($link, $width=430, $height=230){ $final = ‘<iframe width=”‘.$width.‘” height=”‘.$height.‘” src=”http://www.youtube.com/embed/{code}” [...]

Continue Reading →

Creating a Cool Unusual Text Effect

Created by the guys at Photoshop Star, this tutorial shows you how you can make a cool unusual 3D-like text effect using some of the tools in Photoshop. It’s so simple that rookies can easily make it work. For this text, Familian font was used. The tools you’re going to need are Gradient Tool, Radial [...]

Continue Reading →

Creating A Cool Post Date Icon Using CSS

Our featured tutorial for today is from Chris Spooner of LINE25, and what it’s about is recreating that classic and attractive calendar (or date) icon which I’m pretty sure is quite familiar to everyone; we usually see it on various user interfaces to represent an organizer app or widget. But in this tutorial,,you’re going to [...]

Continue Reading →

Creating a Mobile WordPress Theme with jQuery Mobile

jQuery Mobile lets you create web apps like a WordPress theme. Jean-Baptiste Jung displays a useful tutorial on how you can do that. Here are the following steps: 1. Getting the files. With tools like Blank Theme, a WordPress theme without stylings, in use, you can save some time creating a theme from scratch. Simly [...]

Continue Reading →

Page 2 of 5«12345»