IE7 context menu options for javascript links
In IE8, Safari, Chrome and Firefox if I right-click on the link the new tab and new window options are disabled. Right-clicking the link in IE7 still has these two options enabled. Is there any way ...
- Modified
- 3 Nov at 01:56
Issues with links while trying to converting HTML to XML
I am trying to convert an html file to xml. It is working for the most part. The issue I am having is with links. Right now it seems to be completely ignoring the link in my test file. Here is the co...
need pointers to get started with API's
Most of the applications these days provide an API...be it twitter,gmail,fb and millions others. I understand API Design can not be explained in just an answer but I would like some suggestions on ho...
- Modified
- 17 Sep at 14:10
Nhibernate - Update my Customer like this?
i use nhibernate. i got a Customer and Customer got a IList.. now when i add a new Customer and CustomerUser i do like this. ``` var customer = new Customer { Name = txtCustomerName.Text, Org...
- Modified
- 29 Sep at 20:0
Delete specific keywords and duplicate values in Excel fields
I have a sheet with URL's written in the first column, and there's about 1000 rows per sheet. Here's my problem: I want to make delete duplicate URL's, based on a keyword of my choosing.
- Modified
- 22 Jan at 15:51
C# Regular Expression to replace custom html tag
My application collects HTML content provided by internal users that is used to dynamically build articles on company web site. I want to implement a feature whereby users can surround a word/phrase ...
How do I prevent $html-link() from removing the single quotes when adding an 'onmouseover' event in CakePHP?
Trying to use an onmouseover event ``` echo $html->link("Dashboard", "/dashboard/index", array("onmouseover" => "Tip('Test');") ); ``` becomes ``` <a href="/dashboard/index" onmouseov...
- Modified
- 18 Jan at 23:40
Graph drawing library for Flash
I have a bunch of numeric stats data gathered over time. I need to show it as a line graph to user in a HTML page. I want to render graph on client. It would be perfect if graph would be interactive...
- Modified
- 21 Apr at 21:22
Error while splitting application context file in spring
I am trying to split the ApplicationContext file in Spring. For ex. the file is testproject-servlet.xml having all the entries. Now I want to split this single file into multiple files according to l...
- Modified
- 30 Dec at 19:0
Refresh NSTableView After Click - Not Refreshing
I have an app with a UITableView, using both icons and disclosure buttons. I want to update the icon on a row with a "selected" icon, and update the previously-selected row with an "unselected" icon....
- Modified
- 30 Jan at 19:1
How do I create a "check all" link for a web form?
I've got a form with a bunch of checkboxes on it, and I'd like to provide a "check all" link/button. I'm using the code below, but when it runs, it picks up some radio buttons on the page, and checks...
- Modified
- 13 Jan at 07:24
To Disable The BackButton Of Browser Window Using Javascript
> [Disabling Back button on the browser](https://stackoverflow.com/questions/87422/disabling-back-button-on-the-browser) Hi Guys, I need to disable the backbutton of browser window.When I...
- Modified
- 23 May at 12:22
Reenable (windows)keys after another program has disabled it
Quake3 has disabled the and keys. Is there any way to reenable them even while quake3 is running? I need those keys even while I have the game open. They way I think it works is that the game regi...
- Modified
- 23 Oct at 16:39
How to decode base64 (in little endian) with PHP?
How can I decode a base64 encoded message in PHP? I know how to use PHP_base64_decode function, but I wanna know how to write little endian part, like the code below, it is base64 code with little end...
how to write vb code for custom paging and custom sorting in sql and asp:repeater
pl give vb code for custom paging and sorting in asp:repeater using stored procedure
- Modified
- 31 Oct at 11:16
CodeIgniter Learning Tutorials for Beginners
I am trying to learn CodeIgniter to use for a shopping site, but I am not having luck with the official doc. Does anyone know of anything that will help?
- Modified
- 19 Dec at 10:14
Are there any noted differences in appearance rendering of html and xhtml in Google Chrome from other browsers?
Are there any noted differences in appearance rendering of HTML and XHTML in Google Chrome from Firefox? From IE? From other browsers? What browser does it render the code the most similar to?
- Modified
- 2 Oct at 19:52
Published Service Stack service returning a 404 error
I've been recently trying out service stack for a future project and have been enjoying the framework. In Visual Studio, I have no issues getting the service to work however it returns a 404 error whe...
- Modified
- 28 Jan at 19:50
ServiceStack with Xamarin on MAC OS X
Are there any step by step instructions on how to create a servicestack project using Xamarin on Mac OS X?
- Modified
- 2 Dec at 03:48
ServiceStack: Any easy way or option to sanitize string values?
I am wondering if there are any options to 'trim' and 'set null if empty' on string values in the incoming DTOs when deserializing? I have a lot of string properties I need to do this, so doing this i...
- Modified
- 8 Nov at 16:31
get the output of byte [][] by using console.writeline in c# ,servicestack
![enter image description here][1] console.WriteLine( client.ZRangeByScore("myset", 0, 10, 0, 0).ToString()); `zrangebyscore` command is the type of `byte [][]`. Do we have a chance to convert it...
- Modified
- 1 Sep at 07:39
ServiceStack Service GetRequest does not work
New to ServiceStack. I set up some services and many are working fine. However i have a Get Request that for some reason does not hit my Service. I can hit a Get that returns the List but not the Serv...
- Modified
- 25 Jun at 21:47
Service Stack put data in variables instead of database
I use service Stack to store data in my database. With the example MovieService a simple HTTP POST allows to store data. [http://mono.servicestack.net/ServiceStack.MovieRest/](http://mono.servicestack...
- Modified
- 30 May at 16:3
ServiceStack.ServiceInterface.dll not on nuget (included manually)
I was just reviewing my project's dependencies, and I remembered something I did a while ago. When I first included the Validation Feature, i browsed servicestack's source, and since it was at Servic...
- Modified
- 17 Feb at 08:20
ServiceStack.Examples Build FAIL all over the place on initial pull/clone from GitHub
this is EXTREMELY frustrating to anyone who just wants to pull down your code and check it out and get it to simple build successfully. Here's the scoop. So I open the `ServiceStack.Examples-mas...
- Modified
- 3 Oct at 19:25