Hi All,
I am using asp.net 3.5 and C#.
I want to change my mouse cursor similar to this site
http://dummyblogtrix.blogspot.com/
How can I do the same ?
Please help.
Thanks in advance
How can we get the numbers 7 and 4 and 5 from the following string:
MODULE potmtpMAIN main <info: "Enterprise Optimizer 7.4 for COR Technology 5.5 --
Advanced Solver Edition", url:"http://EO.riverlogic.com", url_menu:"EO Online...",
app_id:"EOAS",app_name:"Enterprise Optimizer AS", app_major:7,
app_minor:4,app_micro:5,app_copyright:"\251 1996-2010 River Logic Inc.\r\nAll
Rights Reserved.">
The search must be based on app_major: app_minor: and app_micro
Thank You in advance
For some reason my bind events won't work.
You can see my code here: http://dl.dropbox.com/u/145581/MyPage/default.html
Clicking on 'Add gadget' or the 'Remove gadget' button should be firing alerts but nothing happens.
Any ideas ?
I have the following regex expression which is to extract the source of any img tag in HTML.
/(<img).*(src\s*=\s*"([a-zA-Z0-9\.;:\/\?&=\-_|\r|\n]{1,})")/isxmU
However, it doesn't appear to be matching the following:
<IMG SRC='http://www.mysite.com/pix/lens/mtf/CAEF8512L.gif'>
How can I build it to match this as well?
I'm trying to insert/load javascript (e.g. prototype/jquery) into the iFrame generated by TinyMCE (tinymce.moxiecode.com) or YUI's text editor (http://developer.yahoo.com/yui/editor/) so as to better manipulate the objects/images/DIVs inside it.
Any thoughts?
I have the following code that in IE gives me an error in jQuery for "open(G,M.url,M.async"
$("#submitButton").click(function(){
$.ajax({
type: "POST",
url: "http://url.com/postChat.php",
data: "comment="+$("#userInput").val(),
success: function(msg){
}
});
});
Any ideas as to why this would happen in IE?
I am trying to import a sharepoint site and have got the following error.
Error: Unable to update the information in the Microsoft Office document (doc name with relative url)
This is a MOSS 2007 site collection. Exported from one server farm and trying to import to an "identical" but different server farm. The exact cmd I am running is as follows
stsadm -o import -url (http://webaddress) -filename (path to .cmp file) -includeusersecurity -haltonfatalerror -updateversions 2
How do I fix this?
I've read through other questions but to no avail - I really can't work this out.
The site is http://bit.ly/cqEO53 (hoping to not have any search links to this page so shortening URL).
The gradient on the footer looks great in non IE browsers, but fails to show in IE 7,8 and the dev preview.
Any ideas?
Currrently, all the topics that are listed in http://help.eclipse.org/galileo/index.jsp are not installed on my machine. I understand that help is only installed for the plugins that are installed already. However, I see that PDE(Plugin Development) API reference is not installed on my local eclipse, though a overview of PDE is.
Basically, I want to have a local copy of whatever is on eclipse help site . How do I get that in HTML format?
I have seen the tutorial provided to display google maps here...
http://developer.android.com/resources/tutorials/views/hello-mapview.html.
But sadly when i try to extend MapActivity instead of Activity the whole program is getting ruined and showing errors starting from onCreate... Whats the solution and how could i get google maps working in my application???
So guys, there's plenty of different ciphers available - but which one is the safest to use nowadays?
List: http://www.php.net/manual/en/mcrypt.ciphers.php
hi,
since eregi replace was deprecated on version 5.3 i want to make my program compatible with new version of php
http://php.net/manual/en/function.eregi-replace.php
so, i'm trying to use preg_replace like this
preg_replace(",",'','20,000.00');
but come with error
i'm familiar with eregi_replace(',','','20,000.00'); i'm not familiar with regex expression. what is the best replacement for eregi_replace?
$key = file_get_contents('http://keyserver.pramberger.at/pks/lookup?op=get&search=uid');
after getting public key in '$key' variable i need to encrypt the data using this public key.
the key must be start with ----Begin pgp block ---to end pgp block----.
How this can be done in php?
I am trying to remove Details from http://localhost:1985/Materials/Details/2/Steel but some how my route doesn't seem to work...
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
routes.MapRoute(
"Default",
"{controller}/{action}/{id}",
new { controller = "Materials", action = "Index", id = "" }
);
routes.MapRoute(
"Details View",
"{controller}/{id}/{name}",
new { controller = "Materials", action = "Details", id = "",
name = "" }
);
}
What am i doing wrong? Any suggestion....
Hi,
In netbeans I should want a layout like the second in this page : http://wiki.netbeans.org/WinsysLayoutFor65
The navigator is in bottom, left side. I can't do that. If I select menu Window/Navigating/Navigator, the navigators appears in the middle panel. If I drag drop it, it goes in left, or in bottom, but never in bottom left.
How is it possible to put it in bottom left ?
Thanks.
Something like this:
http://perl.plover.com/yak/regex/samples/slide083.html
In other words I want to match successfully on { { foo } { bar} } but not on { { foo } .
I see it's possible in perl, and in .NET. Is it possible in emacs regex?
I have a 2d plane rotated on its x axis, with 2d display objects I want to move around on the plane. Its pretty similar to a chess board:
http://static.open.salon.com/files/chess011237853612.jpg
The board is a rotated rectangle, and the pieces are just 2d display objects. Whats the easiest way to manipulate those objects so they appear to be moving on the board?
Okay, just to make it quick.
1) Go to www.simplefire.com.au
- with Firefox / IE
- with Chrome.
2) The image on the right seems to have blue border on Firefox / IE, but Chrome displays the
page perfectly.
Anyone knows what the problem might be?
I'm using wordpress and if it helps my style.css could be found here:
http://shortText.com/m5c9l0pel
Thanks for the help folks!
Is there a (standalone!) java api which wraps the XML-RPC interface to bugzilla? I don't want to program my own api for it, and I can't actually find a library which does this (and only this).
Update:
I'm looking for something like this http://oss.dbc.dk/bugzproxy/
only written in Java
So I have an mp3 file. I have some frames inserted. Now I Need to insert this track as flv sound. How to du such thing (for frames insert I use this class http://www.zeropointnine.com/blog/simpleflvwriteras-as3-class-to-create-flvs/ )
I am following instructions at http://www.boost.org/doc/libs/1_43_0/doc/html/mpi/getting_started.html#mpi.config trying to build Boost MPI .lib files, but I got one problem: I do not have mpic++.
Looking at the MPI implementation files such as MPICH2 and Open MPI, I see no mpic++ included at all.
Where can I find mpic++?
I can't figure out why this list is not displaying properly in IE7.
The website: http://ada.kiexpro.com/html/about.html
The background image is covered by the div below and the div in the bottom is not displayed.
Thanks in advance!
Hi, I'm trying to build a login form using OpenID Auth. I'm using sample code from: http://openidenabled.com/php-openid/ But I only get user's email address when auth with account on myopenid.com I want get returned email when auth link "google.com/accounts/o8/id" How can I do? Thank you very much.
What is the equivalent of YUI 3's Y.Array in jQuery?
Y.Array() takes array like inputs and converts them into array. More info at http://developer.yahoo.com/yui/3/api/yui-array.js.html
can you tell me how server handles different http request at a time. If 10 users logged in a send request for a page at the same time what will happen?