|
Is it possible to use JavaScript to open an HTML select to show it's option list?
Started by Darryl Hein on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You'd have to use a custom="test" multiple="multiple" name="foo" onFocus="expand(this)" onBlur="unexpand(this)"> <option >option1</option....
You can select options with JavaScript but not open the select.
The answer is: No.
|
|
Am I missing something or does that "Open in blend" option in Visual Studio 2008 not exist anymore?
I am using VS 2008 SP1 + Expression Studio 3.0.
I can do it the other way around, from blend to visual studio, but not visual studio to blend.
Cheers
Started by Titan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I had the same problem, I had the trial version of blend, uninstalled and then installed Expression Studio (from... .
For me, the "Open in Expression Blend" is only available in Silverlight projects, for WPF projects the option does not exist.
|
|
On some of my pages I want Superfish (menu plugin) to unfold one of the first level options by default as soon as the page opens. I attributed this option ul an id="me", and trying to implement "onInit" function, but it does not work. Could someone please...
Started by Ted on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Check with console.log plus....
It might be a jquery object.
Check with alert or console.log this in onInit is not a DOMElement .
Do you get any javascript errors?
possible problems with the snippet you posted:
onInit does not get called for whatever reason .
|
Ask your Facebook Friends
|
Windows XP Pro SP2. I can however access Folder Options from the Tools menu in Windows Explorer.
So nothing happened when I double-clicked Folder Options in Control Panel. Right-click then select Open didn't do anything either. No errors, warnings, or...
Started by Cliche7 on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Try:
control folders
calling Dllregisterserver also usually fixes weird problems like these, try:
regsvr32 /i shell32.dll
when you open my computer click with malware that prevent you to open....
You can also open it from the Run dialog.
|
|
Hi,
I'm currently looking at options with the aim of replacing our current bespoked and unsupported MFT soultion. As well as the usual Ipswitch, Axway and Sterling type solutions I was wondering whether anyone knew of any serious open source offerings...
Started by tranzophobia on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Regards, MP
Business Integration Technology offers ....
Hi ,
try this new opensource project SOSFTP at sourceforge, http://sourceforge.net/projects/sosftp/
I have tried it and we have configured some 1500+ file transfer a day using SOSFTP solution stack .
|
|
I have gVim installed. Under Vista and XP, this offered me an addition to either the object context menu of "Edit with gVim", or an addtion to the "Open With" context menu of "gVim". This would let me send arbitrary files to gVim for editing.
Under Windows...
Started by David Mackintosh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Found ....
If you want this to work on Windows 64-bit (any edition), then follow the Fix Missing GVim Context Menu instructions from the gvim website .
I have gotten it to work on my Windows 7 RC machine .
It should work out of the box on Windows 7 32-bit .
|
|
Does anyone have experience or could recommend an open source Unified Threat Management (UTM) package that we could install on our network using hardware we already own? Looking for something that will filter viruses and malware at the perimeter of our...
Started by Dave Drager on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I can't find a comprenhesive list of packages right now but I remember at least snort, ntop, squid... .
Http://www.untangle.com/home
PFSense is a BSD distribution firewall with a web GUI and has lots of packages .
I think untangle is a pretty big favorite.
|
|
So, I want to sell my PHP application on envato marketplace. But, I don't know what free/open-source charting library (PHP / Flash based) that allow me to incorporate it in such product?
Started by silent on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Open flash chart 2 is licensed under Lesser GPL which.
One option is to use the Google Chart API , it is free and does not need to be distributed to chart-api-notifications@google.com.
|
|
We can't use Google Analytics because we can't upload user data to servers other than our own. So, given that, what are the good open source or cheap solutions that we can host ourselves?
Started by Bialecki on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Webalizer , Awstats and Piwik are all open source, self-hosted solutions as "an open source alternative to Google Analytics.".
The same security issues.
|
|
I'm familiar with JAD , and haven't found anything newer or better, but I really didn't look that hard because I had previous experience with the JAD tool. However, I might have missed some really good options out there. Did I miss anything good? If so...
Started by Thomas Owens on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
From Java 5 upwards there's also javap which dissassemble classfiles... .
Looks ok.
I've always used Jad, but there's also a decompiler called DJ that you may want to take a look at:
http://members.fortunecity.com/neshkov/dj.html
It has it's own GUI as well .
|