
Googles MP3 Player Google’s MP3 Player Google has a nice little MP3 player you can use on your site, as Amit Agarwal found out by digging through Gmail code. Just append the URL of an MP3 file to " Below I've included a link to a podcast using Google's MP3 wrapper in a simple Iframe... and now you have streaming capabilities and a Google Video-like interface with a progress bar and sound adjustments. You can also replace above podcast with an MP3 URL of your choice: >> More posts Advertisement This site unofficially covers Google™ and more with some rights reserved.
Ajax Upload - ZURB Playground - ZURB.com You're going to need jQuery and the AJAX Upload jQuery plugin. Link them up, make sure jQuery is loaded first. Here is the JavaScript we're going to add in its entirety. You can also see it if you view the source of this page. Now let's break it down. First we attach the the AjaxUpload behavior to our file form element. new AjaxUpload('imageUpload', { Next we specify where we want to post the AJAX upload to. action: $('form#newHotnessForm').attr('action'), Set the name of the file form element that will be posted to your server. Add a class to your preview div to indicate that the image is uploading. onSubmit: function(file, extension) { $('div.preview').addClass('loading'); }, When the image has been uploaded we need to do two things. We avoid this problem by waiting to remove the loading class until after the preview image's load event fires. onComplete: function(file, response) { thumb.load(function(){ $('div.preview').removeClass('loading'); thumb.unbind(); });
Rapid Prototyping Models --- George W. Har Background Rapid Prototyping or Solid Freeform Fabrication refers to a range of new technologies which construct physical three-dimensional objects by assembling thin layers of material under computer control. Objects can be made which are extremely accurate, complex, and beautiful, and which no other technology can produce. For basic information on this rapidly evolving technology, I recommend this site or this site or search Google for new developments. Presently this is a somewhat expensive technology used mainly in high-end product design, and in research universities. Mathematics As a sculptor I am necessarily interested in three-dimensional geometry. George W. Historical Models In the future, small museums, schools, and interested individuals will be able to download and fabricate files to create an "instant exhibit" that replicates important original objects stored in museums. Art I am a sculptor and work with a wide range of materials, including RP designs. Puzzles Algorithms
10 Rock Solid Website Layout Examples Keeping It Simple Page layout is equal parts art and science. Creating something that’s visually attractive and unique takes an artist’s eye. However, there are several very easy to follow guidelines that you can use to create solid layouts that work for any number of cases. Designers often stress out far too much about the layout process. In this article we’re going to take a look at ten very common layouts that you can find on countless sites across the web. If you’re a web designer, bookmark this page and come back the next time you get stuck laying out a page. Three Boxes This is probably the most simple layout on the list. The three boxes layout features one main graphic area followed by two smaller boxes underneath. The silhouetted shapes along the top are areas that can be used for logos, company names, navigation, search bars and any other informational and functional content typically on a website. In the Wild Simple, effective and attractive. 3D Screenshots Advanced Grid Five Boxes
Stripe Snoop :: Homepage Object-Oriented PHP for Absolute Beginners Home : Articles : Object-Oriented PHP for Absolute Beginners Tutorial by Matt Doyle | Level: Beginner | Published on 8 April 2011 Categories: This tutorial introduces you to object-oriented programming in PHP. You'll explore the basics of object-oriented programming, and learn how to write simple object-oriented PHP scripts. Welcome to the first in a series of tutorials covering object-oriented programming in PHP. In this tutorial, we're going to kick things off nice and gently by looking at some really basic concepts of object-oriented programming. What object-oriented programming is How object-oriented programming can help you write better PHP scripts Some fundamental concepts, including classes, objects, methods and properties, and How to start writing object-oriented PHP code. Ready to explore the world of PHP objects? What is object-oriented programming? If you've ever created and used your own functions in PHP then you've been using a programming style known as procedural programming .
ANTLR Parser Generator How To Rip DVDs with VLC Yesterday we took a look at the new feature in VLC 1.0 which allows you to record DVDs to your computer. There is also an overlooked feature in VLC that allows you to rip your DVDs as well. Here we will take a look at how to rip DVD movies with VLC for Windows. Note: This feature should work with VLC versions 0.9.6 and up. Ripping a DVD with VLC Load up the DVD you want to rip and start up VLC. The Open Media window will appear and you want to click on the Disc tab. Next the Convert screen opens where you will want to select a location for the ripped file. While you are browsing to the location to put the ripped file make sure to give it a name and a supported extension. When everything is set up the Convert screen will look something like this where we have the source drive and destination file with appropriate extension. While the DVD is being ripped you will see a progress count in the main UI. You may notice a slowdown of your system as the process takes up a lot of resources.