|
We had a great week down in Miami and found out late Friday that we won Best in Show for Contact Center Solutions at the ITexpo East 2011 conference:
http://www.businesswire.com/news/home/20110204005916/en/TMC-Announces-Best-of-Show-Winners-ITEXPO-East...
Started by mflorell on
, 12 posts
by 11 people.
Answer Snippets (Read the full thread at net):
WOW!! CONGRATULATIONS MATT!!!
Vicibox Redux 3.1.14 64 bit
Asterisk: 1.4.39.2-vici | VERSION: 2.4-358a | BUILD: 120207-1955
Sangoma A102D/E1
Servers: 1 x Database; 1 x Web; 6 x Telephony; 2 x Archive
Outbound and blended ratio 3:1 with full voice recording... .
|
|
I have a DropDownList and a TextBox on a Page. When the user chooses the "other" option in the DropDownList I want to display a TextBox just to the right of it. I do not want to use the traditional PostBack technique. I want this interaction to be client...
Started by dtrick on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
<select id.
The example below assumes that other isn't the default') { $("#TextBoxID").show(); } else { $("#TextBoxID").hide(); } }); }); </script> ...
show the textbox, otherwise hide it.
|
|
Started by Source_Spike on
, 54 posts
by 42 people.
Answer Snippets (Read the full thread at reddit):
This show is definitely 20% cooler than otherSource: The Rainbow Dash ....
But every pony is best pony.
One is best mom.
EVER couple.
SHOW.
BEST.
Okay...
Just plain creepy.
Creepy, but fun? No.
?? ...Dude, that's creepy.
|
Ask your Facebook Friends
|
I am using Delphi, and I want to show custom text in the buttons of a MessageDlg, as described here . What is the best way to do that?
Started by JosephStyons on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I used that to create a function I called MessageDlgCustom, which... .
Delphi provides CreateMessageDialog() to give you a dialog template, which you can modify before displaying .
I wrote the below unit which works well for me .
Answering my own question....
|
|
What is the best tool for showing source codes on the Web ?
with Syntax highlighting , in color - Line-Numbers Asp.Net
Started by Sypress on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to display source code on a web page, a search ... .
If you just want to see the source of the generated HTML, rather than create and edit the server side code, Firefox with Firebug works nicely .
For ASP.NET, Visual Studio seems quite popular.
|
|
I think TV Shows like The Wire or Twin Peaks are better than the best Movies of All Time
what do you think?
Started by Link Z. on
, 23 posts
by 19 people.
Answer Snippets (Read the full thread at rottentomatoes):
Which Movie is....
Twin Peaks isn't one of the best TV shows, though.
They are, but as stated, they also get a lot more time and room for error .
|
|
Hey,
i have been browsing the jQuery webpage for cool ways to create a webpage-portefolio and am looking for cool ways to show of my work on my webpage. Please give me some examples of this, so I can make the best possible experience of my website :)
...
Started by Espenhh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Show off your talent by designing your own.
Best way is to show the screenshot of the website in the design industry, try to design your own portfolio.
To demonstrate each functionality you wish to show off.
|
|
What is the best way to communicate visually that an element has been added to or removed from a list of items? (I'm going for usability, not gratuitous eye candy)
Slide the other items up or down to show the new item or hide the deleted item Fade items...
Started by Jen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As an alternative just show a flashing.
That would be a penetrating behaviour.
To scroll back then.
|
|
Hi all,
What is the best way to show different form fields for different user in ASP.NET?
Here is an example: I have a form which has TextBox1, TextBox2, and TextBox3. User A can only see TextBox1 and TextBox3. User B can only see TextBox2 and TextBox...
Started by crocpulsar on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Of course this also means your business.
This could be enhanced to also show/hide controls.
|
|
Sometimes in my application there are many elements loading so I want to show the typical AJAX spinner above the control (or DOM node) with it disabled.
What is the easiest/best way to do that?
Ideally I would like to:
$("#myelement").loading(); $("#myelement...
Started by Eduardo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Script.cgi', type: 'POST', beforeSend: function() { $('.spinner').show(); }, complete: function.
|