background preloader

How To's

Facebook Twitter

Learn to code. 10 Youtube URL Tricks You Should Know About. Though it has some competition, YouTube remains the premier video site on the web.

10 Youtube URL Tricks You Should Know About

With a staggering amount of videos uploaded every day, some people even make a living from the service. 10 Video Sites That Are Better Than YouTube 10 Video Sites That Are Better Than YouTube Here are 10 great alternatives to YouTube, although the "better than" is obviously open to debate... Read More No matter if you’re a casual YouTube user or go looking for the craziest channels you can find, there are all sorts of ways to tweak YouTube to make it just right for you.

Let’s look at some URL tricks to get more out of the service. 1. How to embed Flash SWF file to Google Sites? This tutorial will show you how to insert Flash SWF file to Google Sites.

How to embed Flash SWF file to Google Sites?

Step 1: Make Flash SWF file. Firstly, please make your Flash file (.swf) with Adobe Flash Studio or Flash Banner Maker software, for example Aleo Flash Intro Banner Maker at . Step 2: Upload Flash SWF file to Google Sites as attachment 1. Login to your Google Sites, navigate to your site, then click "More Actions" on the top right corner and click the "Manage Site" menu item. 2. Click "Attachments" on the left navigation bar, then upload your Flash .swf file. 3. Top 5 Online Tools to Make a Movie Online for Free.

So, after Mark showed you how make quick and professional videos on Windows Movie Maker, you think you’re cut out to be the next great online movie director?

Top 5 Online Tools to Make a Movie Online for Free

After shooting countless video clips and pictures, you now have to bring them all together with some video editing magic to create your movie. However, renting an editing room or buying propriety software might be just out of your price range. Free desktop software might not do because it might seem a little “too technical” for some of us or simply doesn’t have the feature you’re looking for.

Thankfully, there are a lot of simple online tools to help you make a movie online for free. Here are 5 of the best I’ve found so far. One True Media One True media is a popular online application for creating videos, montages, and slideshows. One True Media has a wide selection of video transitions and themes that users can use with great effect. How to Embed Almost Anything in your Website.

Learn how to embed videos, mp3 music, Flash videos (both swf and flv), pictures, fonts, spreadsheets, charts, maps and everything else into your blog or website.

How to Embed Almost Anything in your Website

Learn how to embed almost anything in your HTML web pages from Flash videos to Spreadsheets to high resolution photographs to static images from Google Maps and more. Embed RSS Feeds in Web Pages Go to this page, replace the feed URL with your own feed, use the default color scheme or change it to something else and then click Get Code. You’ll get a JavaScript snippet that can be easily placed in the sidebar of your blog. If you like to embed feeds from multiple sources, merge all of them into one using Yahoo Pipes and then pass the combined feed to the Google Gadget.

Video For Everybody Generator. Rename the Feedback tab OR change the Feedback tab image. Book Navigation Block. Kyle Schaeffer - Web Design and SharePoint Branding. Many site designs will feature varying types of image “hover” states, where an image or background image changes when you move your mouse cursor into that area of the page.

Kyle Schaeffer - Web Design and SharePoint Branding

Traditionally, this change in image is handled via JavaScript. Using the Views Slideshow Module in Drupal 7. Slideshows are one of the most popular things that people want on their website and the Views Slideshow Module is the most popular way to create slideshows in Drupal.

Using the Views Slideshow Module in Drupal 7

So, it's no surprise that Views Slideshow is one of the most popular Drupal modules. Free hosting. CSS3 imageless floating feedback button · Alex Peattie, a web developer and designer. Website Banner displayed using HTML5 code. The Online Banner Creator & Generator App. 7 additional jquery plugin. Adding a JavaScript File to a Drupal Theme. Drupal comes with the excellent and very powerful jQuery JavaScript library. jQuery really reduces the learning curve when it comes to adding fancy JavaScript effects to a Drupal site.

Adding a JavaScript File to a Drupal Theme

In this mini-tutorial I will show you how you can add a theme-based JavaScript file to your site so you can start to leverage the power of jQuery in your projects. Drupal 6 Drupal 6 already looks for a script.js file in the theme folder as explained in the handbook. jQuery Explode Effect. Drupal 7 jQuery. Tryit Editor v1.5. jQuery Event Methods. Professor Cloud. Example HTML Below is a simple example HTML page which creates a carousel with 4 items.

Professor Cloud

Please study the page as it contains useful comments and tips. You can see the same page working here. If you want mouse wheel support, you will need to include this plugin: JavaScript Setup Parameters Setup parameters should appear in the JavaScript code block a the top of your page, as in this example: Any parameters not specified will have default values applied. CSS Setup. 55 Best jQuery Carousel Plugins. In web design, a jQuery carousel is an element giving visitors easy and visible access to several content items.

55 Best jQuery Carousel Plugins

It is typically a dynamic scrolling list of items in horizontal order where previous and next items are partially visible. The items, consisting of HTML content, images, videos etc. can be scrolled back and forth (with or without animated transitions). Using sliding horizontal panels, known, as Carousels and Sliders, to feature top content, is one of the strongest web design trends over the last couple of years. It is a very effective method to increase the web site usability and engage the user. Automatically Convert MP3 links to Audio Players with Javascript. In Share Yahoo have a nice little snippet of Javascript that will convert all MP3 (and some other) links on your web page into functional flash MP3 players.

I’ve sourced some JavaScript code from that will do precisely the same thing… but instead of rendering a large player on your screen, it takes the minimalistic approach and simply creates a play/stop button to the left hand side of an active MP3 link. About a week ago I sent out an email to the mailing list with an enhanced version of what I’m describing below… giving users the option of player, a download link and so on. If you’re interested in the enhanced code, please let me know. To clarify the functionality described above, the html text of: jQuery UI Tab's in Drupal 7 Tutorial. Drupal 7 and jQuery UI (Accordion) Now that jQuery UI is included in D7 core, we'll see a lot more application style functions using the UI library.

Drupal 7 and jQuery UI (Accordion)

Here's a quick example for adding an accordion to node content (enable and select PHP filter) demonstrating how easy it is to add jQuery UI effects and widgets in Drupal 7. <? Php drupal_add_library ( 'system' , 'ui.accordion' ); drupal_add_js ( 'jQuery(document).ready(function(){jQuery("#accordion").accordion();});' , 'inline' ); ? > <div id="accordion"> <h3><a href="#">Section 1</a></h3> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p> <h3><a href="#">Section 2</a></h3> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

<h3><a href="#">Section 3</a></h3> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.