|
|
| About site: Virtual Reality/QTVR and Pre-rendered VR - Budapest 360° |
Return to Computers also Computers |
| About site: http://www.budapest360.hu |
Title: Virtual Reality/QTVR and Pre-rendered VR - Budapest 360° This site is dedicated to the beauty and World Heritage buildings and sites of Budapest, with special 360 degree panoramic photographs and virtual tours. |
|
|
|
|
Zipa,_LLC_ Offering shared hosting, dedicated servers, and co-location. Supporting Linux hosting, managed and unmanaged servers, and reseller hosting.
| LinkageXpress Hand-tailored link popularity service which will announce site, get site linked within niche market, and generate targeted link partners.
| Bob_Cerelli\'s_Windows_95/98/2000_Tips Information on installation, networking, along with tips and tricks, for Windows 95/98/2000.
| RFC_0959 File Transfer Protocol. J. Postel, J.K. Reynolds. October 1985.
| Bibliography_of_SOM_papers A collection of works that have been based on the Self-Organizing Map (SOM) method developed by Kohonen
| NewsgroupReviews_com Information and reviews on newsgroup access providers and newsreaders along with basic tutorials.
|
|
| Alexa statistic for http://www.budapest360.hu |
Please visit: http://www.budapest360.hu
|
| Related sites for http://www.budapest360.hu |
| Janimations Offers linkware animations and sparkle globes. Holiday pages include Valentine's Day, Easter, Halloween and Christmas. A family oriented site. | | Cute_Colors_Country_Cliparts Browse through pages of original bear cliparts and postcards with a country feel. | | AEditor A programmer's editor, written entirely in Ruby and thus easy to extend with Ruby customizations. Summary of the features, developers weblog, information about the development and download and install | | Objects_Search An uncluttered interface offers options to search the web, news and blogs, includes cached pages and 'anchors', which are titles and descriptions from the Open Directory. | | Siebert_Materials_Enginering,_Inc_ Siebert Materials Enginering, Inc. | | 404_Errors Introduction to 404 errors and their causes and solutions. | | Warning!_Threading_in_a_Multiprocessor_World Many authors advocate the double-checked locking idiom to access a Singleton object in an intuitively thread-safe way. Unfortunately, for counterintuitive reasons, double-checked locking doesn't work | | LinuxSoftware_NZ A Wiki with discussion and tips on the subject of Linux software development. | | Codeweave_International Providing full services of the web site development and graphic design to the local or international businesses. Specialized in the web site localization for Asian languages and English. Albany, CA, U | | Cook Freeware - A make replacement featuring file fingerprints, dependency scanning, viewpathing, parallel threads, distributed rsh builds, cross compiling, and build actions in the "cook" description lang | | RFC_0271 IMP System Change Notifications. B. Cosell. January 1972. | | Ada_as_a_Second_Language By Norman H. Cohen; McGraw-Hill Higher Education (MHHE), 1995, ISBN 0070116075, 2nd edition. Authority on Ada 83 updated to 95. Text for junior/senior programming course, tutorial introduction and ful | | Building_Object_Applications_that_Work A step-by-step handbook for developing robust systems using object technology. (Scott W. Ambler) | | Avanmedia Specializes in the design, development, and implementation of Internet and e-commerce systems. | | Web_Origination Offers design, consulting, programming, e-commerce, and hosting services. | | MicroNet_Web_Solutions Caters to small and large businesses by providing web page creation, maintenance, and hosting services. Located in Florida, United States. | | Midgard_Internet_Communications Web design, marketing, hosting, and database development. Located in Swansea, Wales. | | Billock,_Brent Designer specializing in animated sites and components using Macromedia Flash, located in Chicago, Illinois, United States. | | Zero_Popup Intelligently kill annoying popup, floating ads, web spies, and ActiveX malicious files without Interfering normal browsing | | Fast_Web_Counter Easy to use web counter. |
|
This is websites2007.org cache of m/ as retrieved on 2008.08.29 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Budapest panorama*** 360 degree panoramic images of Budapest. QTVR panoráma felvételek Budapest #memoryticker{background-color: #009900;width: 397px;font: 11px Verdana;/*Tip: add in height attribute here for multiple line scroller*/border: ;padding: 3px;/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*//*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)} This site is dedicated to the beauty and World Heritage buildings and sites of Budapest, capital of Hungary with special 360 degree panoramic photographs and virtual tours. /************************************************ Memory Ticker script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)* This notice MUST stay intact for legal use* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code***********************************************///configure tickercontents[] to set the messges you wish be displayed (HTML codes accepted)//Backslash any apostrophes within your text (ie: I\'m the king of the world!)var tickercontents=new Array()tickercontents[0]='ENG Send a Panoramic E-Card >>>'tickercontents[1]='HUN Küldjön panoráma képeslapot >>>'var persistlastviewedmsg=1 //should messages' order persist after users navigate away (1=yes, 0=no)?var persistmsgbehavior="onload" //set to "onload" or "onclick".//configure the below variable to determine the delay between ticking of messages (in miliseconds):var tickdelay=4000////Do not edit pass this line////////////////var divonclick=(persistlastviewedmsg && persistmsgbehavior=="onclick")? 'onClick="savelastmsg()" ' : ''var currentmessage=0function changetickercontent(){if (crosstick.filters && crosstick.filters.length>0)crosstick.filters[0].Apply()crosstick.innerHTML=tickercontents[currentmessage]if (crosstick.filters && crosstick.filters.length>0)crosstick.filters[0].Play()currentmessage=(currentmessage==tickercontents.length-1)? currentmessage=0 : currentmessage+1var filterduration=(crosstick.filters&&crosstick.filters.length>0)? crosstick.filters[0].duration*1000 : 0setTimeout("changetickercontent()",tickdelay+filterduration)}function beginticker(){if (persistlastviewedmsg && get_cookie("lastmsgnum")!="")revivelastmsg()crosstick=document.getElementById? document.getElementById("memoryticker") : document.all.memorytickerchangetickercontent()}function get_cookie(Name) {var search = Name + "="var returnvalue = ""if (document.cookie.length > 0) {offset = document.cookie.indexOf(search)if (offset != -1) {offset += search.lengthend = document.cookie.indexOf(";", offset)if (end == -1)end = document.cookie.length;returnvalue=unescape(document.cookie.substring(offset, end))}}return returnvalue;}function savelastmsg(){document.cookie="lastmsgnum="+currentmessage}function revivelastmsg(){currentmessage=parseInt(get_cookie("lastmsgnum"))currentmessage=(currentmessage==0)? tickercontents.length-1 : currentmessage-1}if (persistlastviewedmsg && persistmsgbehavior=="onload")window.onunload=savelastmsgif (document.all||document.getElementById)document.write('')if (window.addEventListener)window.addEventListener("load", beginticker, false)else if (window.attachEvent)window.attachEvent("onload", beginticker)else if (document.all || document.getElementById)window.onload=beginticker cdd__codebase = "menu/";cdd__codebase714969 = "menu/";create_menu(714969) Budapest 360° panoramic book The capital from another angle with 51 panoramic images by Tamas D.Varga, PanoGraph >>> & Peter Roth Click to order our unique book >>> Virtual tour at the Sandor-palace>>> Send a panoramic E-Card You don't need to register, just browse over hundreds panoramic pictures of Budapest and send your favourite as an E-Card. Featured 360 degree panoramas of Budapest Click on the thumbnails below to see the panoramas in full screen. Attention: Large files, broadband connection is recommended. You will need the free QuickTime player Also you need to set your monitor to 1152x864 pixel resolution by right clicking on the desktop. How to do it? >>> Having difficulties in displaying our panoramic images? Please read our FAQ >>> Virtual tour at the Sandor Palace Skating in front of the Parliament Pipers in Vaci utca (The House of Edgar Shotts & Dykehead Pipe Band) Parliament (2.5 Mb, but worth waiting for download!) St Stephen's day fireworks (2 panoramas) Luminariumby Architects of Air UK Budapest Parade 2004  Chain Bridge panorama (Lánchíd) by night Chain Bridge panorama (Lánchíd) on foot Entrance of the Opera House Entrance of the St Stephen's Cathedral Town Hall 4th district Town Hall 3rd district Fővám Square Old Shopping Mall at Batthyany Square Goa Café Please subscribe to our newsletter to get regular updates >>> Hungarian panoramic heritage - Feszty cyclorama >>>   Hungary 360° panoramic book Panoramic roundtrip with 72 panoramic images by Tamas D.Varga, PanoGraph >>> Click to order our unique book >>> Click below to see the Panorama of the Month >>> May Day 2005 If you liked our work let your friend know about it >>> BeamBeings, Raypainting , Dec 2005 Gellert Hill , Nov 2004 Plot 301 , Oct 2004 Our Special Offer Being an ex-pat? Living outside of Hungary? Just interested in panoramic imagery? Would like to see your favourite district, square or house of your past in print or on Virtual Reality CD? Please contact us and we'll send you a 360 degree panoramic print and / or CD-rom for your request. Prints are available in medium: 148x355 mm and bigprint: 210x588 mm size for € 25 and € 45 (excl. travel cost outside of Budapest, p&p). Order your panoramic print now >>> Browse over hundreds of our panoramic photos >>> Our partner sites Budapest Hotel reservations >>> Budapest Restaurants in 360 degree images eatingout.hu >>> Virtual tours of Hungary hungary360 >>> Hungarian real estate virtual tours ingatlanpanorama.hu >>> Webcameras from Budapest Irisz Cam Raiffeisen Cam Search site: All 5 hits/page 10 hits/page 20 hits/page 30 hits/page 50 hits/page © Copyright 2004. 360 Art Kft. - All rights reserved |
|
| |
This | site | is | dedicated | to | the | beauty | and | World | Heritage | buildings | and | sites | of | Budapest, | with | special | 360 | degree | panoramic | photographs | and | virtual | tours. |
|
http://www.budapest360.hu
Budapest 360° 2008 August
dvd rental
dvd
This site is dedicated to the beauty and World Heritage buildings and sites of Budapest, with special 360 degree panoramic photographs and virtual tours.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Fragrance - Homeowner Loans - Cell Phone - Reno Nevada Real Estate - Farming
|