not-working

tab links not workinh in internet explorer but working fine in firefox.

i coded a header file which includes some of tabs.this header file is include in jsps of website.in two jsp pages tabs are not working in internet explore but in other jsps its working fine.in firefox each tabs are working fine in each jsps. below is code section of jsp in which header is included. <!-- Header Start --> <!-- sta...

Jquery AnythingSlider plugin not working for some strange reason.

I'm extremely frustrated, I can't figure out what I'm doing wrong with this slider. How I have done it looks exactly the same as how the example page does it, except the example page is working, and mine isn't. I know the script is at least running because it creates some extra <li> tags with the class 'cloned', but nothing is moving. F...

Linqy no matchy.

Hi All Maybe it's something I'm doing wrong. I'm just learning Linq because I'm bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. usage: enter text into textbox, click button. program lets you select a file to match the textbox value against and returns matches ...

exception not getting caught when not in the right package in python

EDIT: OK, I managed to isolate the bug and the exact, complete code to to reproduce it. But it appears either something that's by design, or a bug in python. Create two sibling packages: admin & General, each with it's own __init__.py, of course. In the package admin put the file 'test.py' with the following code: from General.test02 i...

php header not redirecting when using forms

Hi, Seem to have a unique problem. I'm doing form validation using a php script. I initially wrote this code in 2007. All of a sudden it stopped working, and I've been trying to figure out why. Here's the code: <?php $error_msg = ''; // Only Validate Form when it is submitted if (isset($formSubmit)) { if (!isset($_SESSION["Firs...

jQuery validation plug-in is failing element validations even when elements are disabled

A sample of the HTML snippet is here: <select name="paytitle" id="paytitle"> <option value="Budget Keeper" selected>Budget Keeper</option> <option value="Bookkeeper">Bookkeeper</option> <option value="Treasurer">Treasurer</option> <option value="Accounts Payable">Accounts Payable</option> <option value="Other">Other<...

jquery hover not working in safari and chrome

I'm developing a site and I am implementing a jquery hover effect on some list items. It works perfectly in all browser except safari and chrome (mac and pc). For some reason the hover effect doesnt work on those to browsers. Here is the link link text I thought I would add the code just in case it helps (it also uses the color_librar...

NSURLConnectionDelegate connection:didReceiveData not working

Hi All, I need some help regarding the NSURLConnectionDelegate method. - (void)startDownload { NSString *URLString = [NSString stringWithFormat:appRecord.imageURLString]; NSURL *url = [NSURL URLWithString:URLString]; NSURLRequest *request = [NSURLRequest requestWithURL:url]; imageConnection = [[NSURLConnection alloc] initWithReque...

this.Width=30; NOT WORKING!

Hi All, I've been doing this for years. But now it's just not working. private void Form1_Deactivate(object sender, EventArgs e) { this.Size = new Size(30, 29); txt.Visible = false; lbl.Visible = false; } The form just does not change Width. But, as above, the 3 controls DO become i...

codeigniter active record delete function not working

I have a function written to delete entries from a table called stack. I have written similar function for other tables and it works. For this its not working, but no errors too. How can i find out whts wrong? Controller entry: function delete_tag($id) { $this->Mrestaurant->delete_tag($id); echo 'deleted!'; ...

Access Query Stops working

I have this Access database that we use to run reports. The report is ran twice a day every working day. For some reason the report will run fine usually in the morning but every now and then it will stop working. I go to debug and it will show a different query failed to run every time. So far there are two ways to fix this. Close the a...

iPhone 4: Touches works on simulator but not on device

I'm developing a universal application, I actually tested in on: iPad: Simulator OK - Device OK iPhone 3G: Simulator OK - Device OK iPhone 3GS: Simulator OK - Device OK iPhone 4: Simulator OK - Device NOT working the application don't respond to any touch input, I tried to put some breakpoints into touchBegun,touchMoves,touchEn...