Resources and tutorials for Webmasters
Resources and tutorials for Webmasters
Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Thursday, January 28, 2010

Seadragon : Share your images in full detail

Seadragon is designed to inspire and enable new scenarios for viewing information online. It combines several new technologies to progressively retrieve large amounts of data using a fast, seamless, zoom based interface. Seadragon works with all types of content, from wall-sized displays to cell phones, regardless of the amount of data or the bandwidth of the network.

The usage is simple, you just type in the URL to the image and it will be converted for you. Next you can share the result on Delicious, Digg, Facebook or Twitter. Want to embed or just need the URL to the image, the embed code and URL is also given after completion of the conversion.

This is quite a simple solution that will allow a great quantity of people to place different procures on their sites so their visitors can take a look at them to see al their details. If you are a photographer or you just like to take Pictures and you are totally concerned about each single detail, this is an interesting solution you will be highly benefited at Seadragon.com

Similar Posts

Wednesday, December 2, 2009

WaveMaker Visual Ajax Studio : Drag & drop Web 2.0 development


WaveMaker Visual Ajax Studio provides an easy way to build web and cloud applications without complex coding. The WaveMaker platform consists of two components: WaveMaker Visual Ajax Studio™ for developing rich internet applications and WaveMaker Rapid Deployment Server™ for deploying applications into a standard and secure Java environment.

WaveMaker Visual Ajax Studio is an easy-to-use visual builder that enables the drag & drop assembly of scalable, web and cloud applications using Ajax widgets, web services and databases. WaveMaker Studio will look and feel especially familiar to client/server developers who are used to working with visual tools.

WaveMaker has helped customers reduce development costs by 67% and cut the lines of code written by 98%. Less code makes WaveMaker applications cheaper to maintain and easier to manage.

Similar Posts

Thursday, November 12, 2009

Navegg : Your Visitors Behavio


Navegg is an open and free recommendation and content customization system. We collect user navigation data from Navegg's partner sites and extract, using multivariate analysis, the demographic profile of each visitor. With that information you know your audience better, and can dynamically make your content more relevant or target advertising more efficiently.

Navegg determines demographics and interests using a small snippet of JavaScript code on your site's pages. Using that data, we set up reports that show how many men, women, sports fans, and so on, visited your site. Check this example.

You can also use Navegg's API to dynamically adapt your site to each user. Imagine showing sports news to men with that type of interest. Or set your ad network to show female perfums on your site when a woman visits your site. Or even set Google Analytics to track visitors by interest. Navegg offers you those features and much more for free!

Make your content more relevant and your audience will grow; target your audience more efficiently and your advertiser (and you!) will have higher ROI. Join now!


Wednesday, September 2, 2009

SwfUpload : Multipurpose Uploader with JavaScript

SWFUpload is “a small javascript/flash library to get the best of both worlds – The great upload capability of flash and the accessibility and ease of html/css.” The SwfUploadComponent is a piece of code that you can drop into your components directory and immediately integrate with your controllers to handle uploads from SWFUpload or even from a generic HTML form.
  • Upload multiple files at once by ctrl/shift-selecting in dialog
  • Javascript callbacks on all events
  • Get file information before upload starts
  • Style upload elements with XHTML and css
  • Display information while files are uploading using HTML
  • No page reloads necessary
  • Works on all platforms/browsers that has Flash support.
  • Degrades gracefully to normal HTML upload form if Flash or javascript is unavailable
  • Control filesize before upload starts
  • Only display chosen filetypes in dialog
  • Queue uploads, remove/add files before starting upload

Wednesday, August 19, 2009

99Chats: Embeddable Chat Rooms For Your Website


99Chats allows you to start your own chat room. You can also easily add your chat room to your website, blog, eBay page, social network profile and virtually anywhere on net. 99Chats allows you to extend your interaction with your visitors, providing you with realtime text messaging on almost any web resource. 99Chats is free and could be fully customized, light-weight (65Kb) and it also supports tabbed private messaging with chat members.

Creating embeddable chat box is really simple and takes only a couple of minutes including the registration. You can generate as many chat boxes as you like and easily manage them all from one online account.

Features

  • Create and embed chat boxes onto your website or blog.
  • Create as many embeddable chat boxes as needed.
  • Customize chat color and size.
  • Controls for changing user status and text.
  • Manage all your chat boxes from one place.
  • Free and easy to use.

Thursday, August 7, 2008

FancyZoom : Javascript Image Zooming For Your Web Pages

FancyZoom :This much-requested chunk of Javascript to zoom images inline, originally written for this blog but later rolled out to the Panic website and used for screenshots, is now polished up, bug-fixed, available for you to use on your website!

Designed to view full-size photos and images inline without requiring a separate web page load, FancyZoom's raison d’ĂȘtre (French for "raisin-determination") is providing a smooth, clean, truly Mac-like effect, almost like it's a function of Safari itself. Since I originally wrote this script, there are now a lot of image zoomers to choose from (including a similar effect now on Apple's own site!), such as the popular (and inspiring) Lightbox. So you might be asking: "Cabel, why use FancyZoom?" Well, here's why!
  • Focused on the smoothest, most polished zooming animation possible
  • Automatically scales images from any image link, with no HTML changes
  • Preloads full-size images in the background on link mouseover
  • No resource-heavy Javascript libraries — 100% coded from scratch to zoom
  • Draws a nice drop shadow under the full-size image to offset it from the page
  • Uses Safari 3's "box-shadow" feature to draw the drop shadow natively, no images required
  • Requires only two new lines of code in your HTML
  • Tested and works with Safari, Firefox, IE7, and IE6. (Looks better in modern browsers.)

Since FancyZoom is so easy to add to a web page, I encourage you to give it a try!

Instructions

Installing FancyZoom on your web pages should be dead simple.

1 Download the FancyZoom package, right here:
2 Using Transmit (or your favorite FTP client), upload the two folders inside the package to the root of your webserver.

3Add the following two lines of code to the section at the top of your web page(s):



4Add onload="setupZoom()" inside your page's existing tag. For example:

onload="setupZoom()">

5Whoah. You're done! The rest is automatic — links to images in your page will automatically zoom the images. For example:

will zoom up image.jpg when clicked.

Additional Details

There are a few extra notes that you might find useful.
Want to add a caption? Add a title tag in your href. That's it!

FancyZoom will use the size of the first element in the href to determine the initial size and location of the zoom.

FancyZoom works best if you wrap your href around a thumbnail, but also works from text-only links to images.

FancyZoom will attach itself to any jpg, gif, png, bmp, or tiff link in your page.

If you're a Javascript hacker, FancyZoom's flexible fadeIn and fadeOut functions can be used for all sorts of fun stuff.

If you explicitly don't want an image to zoom, add a rel="nozoom" tag to your href.