YOUR FEEDBACK
Jeremy Geelan wrote: Dr von Eicken will be giving a technical session at SYS-CON's "Cloud Computing E...

SYS-CON.TV
TOP MICROSOFT .NET LINKS


SYS-CON's Virtualization Journal Opens Its "Readers' Choice Awards" Nominations
Known as the "Oscars of the Software Industry" RCA has been one of the most prestigious award programs for more than a decade

SYS-CON's Virtualization Journal announced today its first annual Virtualization Readers' Choice Awards. SYS-CON's Readers' Choice Awards, also known as the "Oscars of the Software Industry" has been one of the most prestigious industry award programs for more than a decade. This year's virtualization awards will be given in 17 categories and award-winning products and services will be selected by Virtualization Journal readers.

Virtualization takes the cost and complexity out of IT, and can even help us reduce the CO2 footprint. IDC has stated that the virtualization services market alone is going to reach $11.7 billion by 2011 and in general this technology, which has been around for a good number of years, seems suddenly to be on everyone's mind.

In short, Virtualization is fast becoming a key requirement for every server in the data center, enabling increased workloads in server consolidation projects, efficient software development and testing, resource management for dynamic data centers, application re-hosting and compatibility, and high-availability partitions.

The tipping point, though - as anticipated by industry experts already back in 2005 - seems to be coming in 2008.

2008 will be the year of Virtualization with many companies offering their products and services, including: 3 Leaf, Acronis, Agilysys, Akorri, AMD, APC, Appistry, AppStream, Attune Systems, Avanade, BEA Systems, Blue Lane, Brocade, CA, Cassatt, Certeon, CiRBA, Citrix, ClearCube, Coraid, Crosswalk, DataDirect, DataSynapse, Digipede Technologies, Double-Take Software, Dynamic Network Factory, Ecora Software, Egenera, Embotics, EMC, Enigmatic, Enomaly, EqualLogic, Evault, eXludus Technologies, F5Networks, FalconStor, FastScale Technology, Fortisphere, GlobalFluency, Grid Dynamics, Hitachi, HP, IBM, InovaWave, Intel, KACE, Kidaro, Layeredtech, LeftHand Networks, Leostream, Mainline, ManageIQ, Marathon Technologies, Mellanox Technologies, Microsoft, Mid-Atlantic Computers, Mindbridge Software, Ncomputing, NeoPath Networks, Neoware, Network Appliance, Neverfail, Novell, Opalis Software, OPNET Technologies, Opsware / HP, Oracle, Panologic, Parallels, PlateSpin, Platform Computing, PolyServe, Provision Networks, Raxco Software, Red Hat, Reflex Security, rPath, Sagent Solutions, SAP, Scalent Systems, ScienceLogic, Seanodes, Splunk, Stoneware, StorageNetworking.org, Supermicro Computer, Surgient, SWsoft, Symantec, Tangosol, Thinstall, Tideway Systems, TOA Solutions, TRANGO Virtual Processors, Trigence, United Devices, VeeAm Software, Virtual Iron, VirtualLogix, Virtugo Software, Vizioncore, VMLogix, vmSight, VMware, vThere – Sentillion, Wyse Technology, XDS, XenSource, Xsigo Systems, and ZenithOptimedia.

 

 

About Virtualization News Desk
SYS-CON's Virtualization News Desk trawls the news sources of the world for the latest details of virtualization technologies, products, and market trends, and provides breaking news updates from the Virtualization Conference & Expo.

YOUR FEEDBACK
Noble wrote: I got the same java script error in JScriptGenerator.cs after replacing sOverLayFunction.Append("try{this.overlays.push(a[i]); \n"); with sOverLayFunction.Append("try{this.addOverlay(a[i]); \n"); Can You Please put your full JScriptGenerator.cs
Sajid Mushtaq wrote: i cant find a link to download the source code and the control. Please help. Regards, Sajid
Shabdar wrote: I have created similar control. It works with latest versions of Google Maps API. Here is the link, http://www.shabdar.org/google-maps-user-control-for-ASP-Net-part1.html
Balvinder wrote: I have downloaded GMap control and sample applications. But OverlayMarker and OverlayLine does not work. Following code does not works. Please, tellme what is going wrong ? Suggest any modifications in code. GMapControl1.Width=400; GMapControl1.Height=400; GMapControl1.MapType=MapControl.GMapType.MAP; GMapControl1.ScrollControlType=MapControl.GMapScrollControl.LARGE ; GMapControl1.ShowMapTypeControl=true; GMapControl1.GoogleMapKey=ConfigurationSettings.AppSettings["DevKey"]; GPoint myPoint= new GPoint(36.1645,-86.7811); GPoint myPoint2= new GPoint(36.224264,-85.928273); string sFormattedHtml="Nashville<img src=D:\\MapPoint\\SourceCode_Murkoth0401\\SourceCode\\SampleSolution\\images\\image.gif /><a href= >Visit Nashville "; // string sFormattedHtml = "hello"; GMarker myMarker= new GMarker(myPoint); GMarker myMarker2= new GMarker(myPoint2); GMapControl1.O...
Sai wrote: There is a change in google api and this shows a javascript error. So please remove "this.reOrderOverlays();" from GenerateNewOverLayFunction() in JScriptGenerator.cs file. You may find more info on this at http://groups.google.com/group/Google-Maps-API/browse_thread/thread/96fe...
baybay wrote: This article is horrible. Very generic. Don't waste your time.
fabrice wrote: How do you deal with events ? like moveend or dragend ? Cheers
Derek wrote: Here's the fix for the marker issue that everyone seems to still be having a problem with. In JScriptGenerator.cs replace sOverLayFunction.Append("try{this.overlays.push(a[i]); \n"); with sOverLayFunction.Append("try{this.addOverlay(a[i]); \n"); the overlays.push is what looks to be causing the problem. After making this fix, I can lay markers on the map. Cheers
Josh wrote: Patrick - Here is good easy to use control with full functionality. I did have a problem in deployment with the key, so I would recommend testing it on your server before you do a lot of development.
Patrick wrote: Hi Jeevan, What an excellent tutorial and powerful tool. I spent many hours trying to find where the fix for the markers and line overlays might be, but (like everyone who has filled out 4 pages of feedback pleading for help with this) I was unable. I am not so great with Javascript, but read the rest of your code with great interest. I have looked far and wide for a similar tool, and although several exist they either use a newer version of .net from me or have some such other problem. Yours works beautifully except for the known issues. What are we, the less than Code Grand Wizards, to do in order to convince Jeevan to rework the tool. Could we put a PayPal donation box on the site and bribe you to do it? Could we set the code up as a project on sourceforge.net and try to rework it that way? Could you give us a slightly more specific hint about where the problem may...
Jeevan wrote: Hi Josh, The control when written in 2005 was made to work with Google maps Beta 1. The current version is version 2. I assume that google has made some changes to the way markers are being displayed, hence some of you are having issues in getting them to display. I haven't had a chance to update the control for the new version.Since the source code is available, I'd encourage you to take a look at it. Thanks
Josh wrote: Great, but I kind of need to display markers. Its actually the key part of displaying the map. After playing around with this a while, markers or custom markers will not display. Several others had the same problem. Any ideas, or just skirting the issue?
Eric wrote: Where do I go to download the GMap Control. I was lost trying to follow the step.
san wrote: I have downloaded GMap control and sample applications. But OverlayMarker and OverlayLine does not work. Following code does not works. Please, tellme what is going wrong ? Suggest any modifications in code. GMapControl1.Width=400; GMapControl1.Height=400; GMapControl1.MapType=MapControl.GMapType.MAP; GMapControl1.ScrollControlType=MapControl.GMapScrollControl.LARGE ; GMapControl1.ShowMapTypeControl=true; GMapControl1.GoogleMapKey=ConfigurationSettings.AppSettings["DevKey"]; GPoint myPoint= new GPoint(36.1645,-86.7811); GPoint myPoint2= new GPoint(36.224264,-85.928273); string sFormattedHtml="Nashville<img src=D:\\MapPoint\\SourceCode_Murkoth0401\\SourceCode\\SampleSolution\\images\\image.gif /><a href= >Visit Nashville "; // string sFormattedHtml = "hello"; GMarker myMarker= new GMarker(myPoint); GMark...
Priya wrote: I am getting an error in reOrderOverlays(). It says object dosen't support this property. I am getting a java script error. Is there a fix for this? Please let me know.
Rhys wrote: This looks awfully plaguerised from an article at another site... http://www.codeproject.com/aspnet/LatLaysFlat-Part1.asp Naughty, naughty, very naughty!
Troy Johnson wrote: Anyone know if this is or will soon be updated to use GMap2?
Niketa wrote: this code is working fine but i am not able to draw lines and could not use marker. please help me in this. i had to commen reOrderOverlays() funstion call as my code was not working . please suggest me how can i resolve this. Thanks a lot.
Ridhi wrote: Thanks Jeevan , but i am not able to see marker and polylines or lines using this tool , please help me in this . i have tried simple code . i had to comment reOrderOverlays() to make this tool working. Please suggest the way to resolve it or problem.
MICROSOFT .NET LATEST STORIES
Hot on the heels of the recent ASP.NET AJAX roadmap, Bertrand and team have released a limited preview of the new AJAX functionality coming in ASP.NET 4.0. To see how the new functionality stacks up, I decided to recreate my recent jTemplates example, using only ASP.NET AJAX and its ne...
An agreement between Red Gate and Lutz Roeder will place future development of .NET Reflector, the popular class browser for .NET developers, in the hands of Red Gate. Red Gate is maintaining a free version of the software for downloading.
One of the reasons that ASP.NET has become popular as a framework for Web developers is the availability of third-party controls and tools. This third-party product support means that, when you’re developing features and functionality in an ASP.NET application, you have "buy versus b...
I don't need to go into too much detail here about what exactly REST is - I know that most of the readers of this blog are well versed in Web Services technologies and architectural patterns. The thing that I want to cover is that REST is an architectural decision, it is not a protocol...
ISO said Friday that the appeals made by Brazil, India, South Africa and Venezuela protesting the standardization of Microsoft’s Office Open XML (OOXML) file format hadn’t gone anywhere – it was unclear whether any of them had any standing anyway – but since they “failed to g...
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
BREAKING NEWS FROM THE WIRES
As part of Microsoft Corp.'s commitment to education, the company is re-introducing The Ultimate Ste...