route

asp.net mvc and unicode routes and links

Hi all, I'm developing a unicode web application (in hebrew). and my route looks like: "SomeUnicodeHebrewWord/{CategoryId}/{CategoryName}/{Page} When i use the actionlink the SomeUnicodeHebrewWord and CategoryName (also in hebrew) are getting html encoded. how can i avoid that? can't i have the links created with th hebrew characters? ...

ViaMichelin.com city hashes

Hello, I need to calculate route between 2 cities (1 dynamic,1 static) via www.viamichelin.com (because they cover my area, eastern europe). AFAIK api calls are not free, so I must find other solution. Each city (place) has it's own unique hash (which I manually entered in DB)... eg Sarajevo, Bosnia. http://pokit.etf.ba/upload/pokit09b...

intermittent "No Route to Host" on iOS, flight mode off then on fixes

Hi all, My iPhone app uses UDP to communicate over the cell network. It generally works, except that sometimes the operating system returns "No route to host" (65) on a sendto call, and it never works from that point onwards -- I just keep getting same error, even if I close and reopen the app. However, if I toggle flight mode (presum...

Hide Balloons from google maps routes

Hi, I need to hide the green balloons that google earth creates for each point when I create a route using loadFromWaypoints. I need to create routes and put some custom pins, but I have too many points on the route and too many balloons with "A", "B", "C"... descriptions hidding my custom pins. I need to hide or replace the ballons. ...

MIB_IPFORWARDROW metric(s) vs. ROUTE's

In the Windows command line, the 'ROUTE PRINT' command yields a tabular list of entries, with a single column labeled 'Metric'. In the Windows Platform SDK, you can fetch the same values (more or less) via the API, through the structure MIB_IPFORWARDROW. I can correlate most of the fields in MIB_IPFORWARDROW to the one's in ROUTE PRINT'...

adding a route table entry in switch hub or something

It is widely known that a network packet can be sent forcely to a designated port(a physical port in switch hub device) by adding a route table entry. For example, (In Windows Console in host A) c:>route add B mask 255.255.255.255 X Enforces any packet from A to B to go to the host X. However, I recently found that it cannot be done un...

Deploy WCF REST 4.0 to XP IIS 5 ?

I am trying to deploy a simple "Hello World" .NET 4.0 REST-style WCF service on WinXP (IIS5). It works fine in Cassini. I tried to adapt the info here to me: http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx but something is not clicking. Can anyone lend ideas or comments? Yes, I must stay with WinXP. Thanks...

How save the DirectionsResult object in Google Maps

Hello, I want to be able to plot a route in Google Maps, modify that route by dragging it, save the changes and reload it at some later time and edit it further. In the same manner as Google's MyMap. Simply saving the origin and destination locations wont work as it wont reload the same route. I can save all of the points in the via_...

Custom Zend_Controller_Router_Route

I am trying to set up a Zend Controller Route to Route to ALL of the Following URLs: http://www.domain.com/controller http://www.domain.com/controller/id http://www.domain.com/controller/action http://www.domain.com/controller/id/action Is this possible with Zend Framework? In particular I am having trouble routing to: http://www....