Posted by fixus on April 30, 2007
MediaMaster is a Web-based jukebox service launched last week. MediaMaster gives users free storage space to upload their tunes and listen to them anywhere they have Internet access. The interface is clean, simple, and intuitive. Users can upload their tunes with two uploaders, a simple one for a few tracks and an advanced version that lets you simply drag and drop files from file folders right into the uploader.
Once your tracks are uploaded, you can create and manage playlists, rate individual songs, and share your music with others with embeddable widgets for blogs, Web sites, and social networking profiles. Just copy your code.

Its radio station feature gives you a URL to publish so people can subscribe and listen to your customized playlists or music recommendations.
See here and listen some of my music.
Technorati Tags: MediaMaster, Media, Widgets, jukeboxes, music, sharing, hosting
Posted in Web tool | Leave a Comment »
Posted by fixus on April 26, 2007
LeapTag is a toolbar for your web browser that lets you tag sites that you already use or come across and like, using the data to help you discover new ones based on the stuff you’ve tagged. Upon installing the LeapTag software, which provides a toolbar for IE and Firefox on Windows or just Firefox on the Mac, you are taken to a quick start page. Here you enter a master tag (i.e. “art”) and 3 relevant search queries. By opening up the sidebar and clicking on your master tag (”art”), a new page pops up and populates a list of potentially interesting things. Review the list, and click on either “Love it,” “Hate it” or “Remove.”

One the other side, there is a ‘Tag It!’ button that sits beside your address bar, and you simply click on it when you come across an interesting webpage and tag it. You can either create a new tag or attach it to one of the master tags you created when you first installed it. Basically, doing all this feeds the LeapTag system with the appropriate data on what you like/dislike, and at some point when you click on the master tag in the side bar, it starts throwing out results that you will ’supposedly’ like, according to what you’ve told it.
You will be able to use LeapTag to share your tags with friends. When you share a tag, each person you invite to join your group can tag the sites, articles etc. they are interested in, which will grow the overall quality of the shared tag. Each member of the group can also comment on their votes, allowing the group to communicate about the items they tagged and the interest you are building together.
Technorati Tags: leaptag, tag, bookmark, tagging, web, share
Posted in Web | Leave a Comment »
Posted by fixus on April 26, 2007
Posted in Fun | Leave a Comment »
Posted by fixus on April 21, 2007
Posted in Web | Leave a Comment »
Posted by fixus on April 19, 2007
If you have a lot of text in one Word document and if you want continue reading from the sentence when you where closing document, this will be very useful: after you put following macro you automatically form a bookmark on the place of cursor in that moment. Next time when you open a same document other macro (AutoOpen) will delete bookmark and put a cursor on the same place so that you can continue working with Word document just like you did not close it at all.
Steps:
- In Project window select Normal ( view picture abowe)
- Left click on it and Insert/Module
- You will see a new window for new module. In this window copy/paste next macro:
Sub AutoOpen()
If ActiveDocument.Bookmarks.Exists(”L_auto”) = True Then
Selection.GoTo What:=wdGoToBookmark, Name:=”L_auto”
ActiveDocument.Bookmarks(”L_auto”).Delete
End If
End Sub
Sub AutoClose()
ActiveDocument.Bookmarks.Add _
Range:=Selection.Range, Name:=”L_auto”
End Sub
- File / Save Normal.
- Close document
Author: me&Sting



Technorati Tags: Microsoft+Word, VBE, tutorials, help, office, document
Posted in Tutorials | Leave a Comment »
Posted by fixus on April 18, 2007
LAS VEGAS — April 15, 2007 — Today at the 2007 National Association of Broadcasters conference (NAB2007), Microsoft Corp. unveiled Microsoft® Silverlight™, a new cross-browser, cross-platform plug-in for delivering the next generation of media experiences and rich interactive applications (RIAs) for the Web. Early supporters of the new platform include Akamai Technologies Inc., Brightcove Inc., Eyeblaster Inc., Limelight Networks, Major League Baseball and Netflix Inc.
Microsoft Silverlight, previously called Windows® Presentation Foundation Everywhere (WPF/E), integrates with existing Web technologies and assets to provide higher-quality experiences with lower costs for media delivery. Delivered to end users through a seamless, fast installation, Silverlight offers consistent experiences to both Macintosh and Windows users on a variety of browsers including Internet Explorer®, Firefox and Safari.
Technorati Tags: microsoft, silverlight, browser, windows, macintosh, media
Posted in News | Leave a Comment »
Posted by fixus on April 17, 2007

Another software wich allows you to download videos from Youtube, Google video and Grinvi to your computer, saving them in AVI or MPG format.
First alfa release of Vdownloader -
New features:
- Batch downloading
- Clipboard monitor
- Added Dailymotion.com
- Proxy support
Download link: VDownloader 0.3
Posted in Web | Leave a Comment »
Posted by fixus on April 16, 2007
Posted in Fun | Leave a Comment »
Posted by fixus on April 15, 2007
With a very nice&new interface, fast search, possibility to made playlists, notations and small widget for your website.
BLOGMUSIK
Easy to navigate – example Sting. You will be able, after having clicked on the small arrow on the right, to see all songs available of this album and to listen them.


And if you want to put a small widget or share the song, after clicking on Blog and Share you get a box like this with a javascript code for your blog or site.
Technorati Tags: blog, music, share, sting, web
Posted in Web | Leave a Comment »
Posted by fixus on April 14, 2007
If you have a website, blog or photolog and each available centimeter is busy, try Britepic to put whatever you want: adds, messages, various options in the menu inside the photo like:
- - zoom
- - email this image
- - link to this image
- - embed this image
- - subscribe to RSS
It looks like this:


Technorati Tags: puppy, interactive+images, internet, share
Posted in Web | Leave a Comment »