no

Is there a universally accepted value for no value?

I've seen N/A (always caps) used most often but I don't know if there is a standard. My data will be seen on Google so I would like to use the most recognized value. ...

Add New Row to GridView without DataBind

Hello all, I have a GridView that allows editing the values in every column, in every row, all the time. The user enters in all their changes, clicks Save once and all changes are commited. The user must also be able to click the New button, have a new row appear in the GridView (yep, it has to show up in the actual GridView), enter w...

SharePoint 2007 -Content for this URL is excluded by the server because a no-index attribute

Did any of guys run into this error where the search crawler is ignoring an aspx page? I am getting the following warning message for these page: "Content for this URL is excluded by the server because a no-index attribute". Any help will be appreciated. Thanks. ...

Conversion of Double to value digits and exponent

For ex. double size = 10.35; i should get value = 1035; exponent = -2; so when i re calculate i will get 10.35. i.e 1035 * 10^-2 = 10.35; Please help me. Thanks in advance ...

C#/WPF: ListView not updating (but when I check with Snoop, everything looks fine)

Hello, Does anyone know why my ListView with following Code is not working? I checked it out with Snoop and the ItemsSource seems to be fine (and when I start Snoop, the ListView displays me the MyViewModel.MyCollection, but when debugging with Visual Studio it shows me nothing?) Thank you! PS: MainWindow.xaml.cs has the DataContext = ...

no pg_hba.conf entry for host

Hi All I am new to Perl as well as Postgresql I get following error when i try to connect using DBI DBI connect('database=chaosLRdb;host=192.168.0.1;port=5433','postgres',...) failed: FATAL: no pg_hba.conf entry for host "192.168.0.1", user "postgres", database "chaosLRdb", SSL off Here is my pg_hba.conf file: # "local" is for Unix...

C# - Make a borderless form movable?

Is there a way to make a form that has no border (FormBorderStyle is set to "none") movable when the mouse is clicked down on the form just as if there was a border? Thanks. ...

sIFR 3 HTML text does not display, .sIFR-alternate causing problem

It seems my sIFR 3 text does not show HTML text if the Flash text is not displayed. Here's one of the pages in question: http://www.jeremyschultz.com/client/orchardplace/website/beta/volunteer/ One person has reported not seeing anything when viewing this page, and I can recreate it by removing the Flash text with Firebug. Testing wit...

java.util.ConcurrentModificationException in Non Multithreaded Program,

Hey SO Guru's im having one heck of a job with this code public void kill(double GrowthRate, int Death) { int before = population.size(); for (PopulationMember p : population) { int[] probs = ProbablityArrayDeath(GrowthRate,Death,(int)p.fitness()); if (probs[RandomNumberGen.nextRandomInt(0, 99)]==0) ...

Find the port of the server the application is running in java

Hi I have an application running in tomcat,as well as Weblogic and Websphere I need to determine which port the application is running and display on the UI Is there any JAVA api to find that ...

BIOS build number and Identification number ?

Hi, I want to get the BIOS Build number and Identification number. I am already using WMI class Win32_Bios dataclass but I it is not returing the value for Build number and Identification number on any of the windows OS. can any one let me know how should I go to get the above fileds mentioned for bios? ...

Sifr 3 file is showing up as just white - no text

I have downloaded the most recent files sifr3-r436. I made my flash file and when I open the published swf it reads: "Rendered with sIFR 3, revision 436" in the typeface I've selected. I added the css and js code to my html page and configured the js, but what happens is bizarre. I can see the original html text flash and then it is cov...

How to make this jQuery Vertical News Scroller NOT repeat/loop

I found this scroller that I would like to use, however, I want it to stop after showing the last item. http://www.cre.lt/tadas/vticker.php Is it possible? Tracy ...

Javascript menu issue with IE7/IE8 Browser

I'm a web designer, and not a programmer. I frequently use a javascript menu program that is about 10 years + old. It's called "Hiermenu" and I got it from the DHTML Dynamic drive site. This particular javascript menuing program seems to interact poorly with Microsoft IE7 and IE8 browsers. I have had numerous complaints, that on mouseov...

Java Pack No Resize

i am learning Java at the moment and have the following question: i am adding my controls to JFrame and then pack() before displaying. this runs the application and all is very nice. i was wondering is there a way to stop the user from resizing the application window? also is there a way to for the image in JLabel to expand as the us...

TFS2008 Remote Access No VPN Option

I am new to TFS and trying to setup where remote users can access the Source Repository and Work Items without having a VPN to the local network. Is this possible? From what I've seen the answer is NO. The TFS Proxy component does NOT appear to be what is needed to allow remote access, but rather a way to improve speed for remote users...

PHP timer without script pause/delay

So I just want to write this quick and dirty module to a program that takes the current time, echos a string, and then waits x minutes and echos another string. The only thing is, is this little module stops the rest of the program until it's finished. Any way around this? ...

Flex3 Proble result not appear in explorer

I beginer in Flex.Im using Flex3.2 eclips Ide. i wanna create arc/curve . There is no error in my code. But after run that there is no any result appear in explorer . Can any help me . The code is bellow public var a:Number=45/360; public var b:Number=165/360; public var c:Number=285/360; private function start():v...

Marquee without Space

Hello, I have a marquee that is scrolling upwards. <marquee scrollamount="2" scrolldelay="0" direction="up"> Element One<br/> Element Two<br/> ... Element Five Hundred and Thrty-Seven <!-- ;) --> </marquee> Now, what I want, is to achieve that, when the elements end, there is no space until the last element is no longer displayed, b...

Rails no follow link

I need to create no follow links with link_to. I'm looking for something like this: <%= link_to "example", example_path, :target => "_blank" %> But for no follow of course. ...