troubleshooting

jQuery slideshow pagination problem

Hey guys, I'm a jQuery newb and I've been trying to create a custom slideshow widget for a page that I'm developing. I've been able to get all the basic bits working (autoplay, pause, captions) but I've hit a roadblock with the pagination (allows you to pick the slide). For whatever reason once I try to select a slide the image and the c...

PHP generates WSOD, no error reporting though it's turned on

I am learning PHP and I am at this point learning how to validate forms and client inputs. Clearly I have misspelled, written something not related to PHP or anything like that, because I get nothing but a white screen, but I just can't find out where the error is generated. A weird thing is, that even though I have turned on error rep...

why does this jQuery code only work in FireFox?

Hey guys, I've been having some issues with a pagination widget that I wrote in jQuery. Basically as the slideshow switches images and captions the pagination shifts moves an indicator along. The code works perfectly in FireFox but not in chrome, IE, Opera. Here's the jQuery. function autoSlideshow(mode) { var currentImage = $('...

BadImageFormatException: PInvoke ImportDll with hdf5dll.dll

Ok, I have the HDF5 library downloaded from the official site, and I have a few DLLs, including hdf5dll.dll, and hdf5_hldll.dll. I have what I think to be some wrappers around the native calls, in my classes H5, H5LT, H5F, and H5T. Example from H5.cs: namespace HDF5 { using hid_t = System.Int32; using herr_t = System.Int32; ...

Firefox is acting weird on this form.

I am trying to float a <button> to the right. the <button> is outside of <form> but is on the same line. For some reason this is not working in FF. I made my form background red and found out that the <button> is still in the <form> in FF even though its not! Every other browser works fine, the <button> is not in the <form>. Screenshot:...

What will report an account's permissions?

My service program executes another instance of itself with, essentially, CreateProcess(GetCommandLine()). The child process then uses OpenProcess to get a handle to its parent process (so it can detect when the parent has stopped running). For some customers, OpenProcess fails with ERROR_ACCESS_DENIED. I'm trying to determine the reason...

Properly setting the scope of a jQuery Selector

Hey guys I'm having a problem limiting the scope of a jQuery selector. I've created a slideshow widget that depends on an unordered list for a structure as follows: <ul id="caption"> <li class="visible"> <p> SwitchPoint Solutions is a leading provider of automated configuration solutions fo...

Only one row of ListView populated in QML app, any idea why?

Hi, I'm trying to create a simple QML application that will get an RSS feed with my active chess games and do stuff with it. At this point I am just trying to populate a list view with the feed contents, but it only shows one item even when there should be 11 items in the feed. Is this a bug or am I not getting something right? Here's ...

git svn dcommit always fails with "Cannot dcommit with a dirty index."

$ git --version git version 1.7.0.3 I clone an SVN repository, and make a commit: $ git svn clone --stdlayout http://svn/example/project $ echo test >> blah.txt $ git commit -m "Something" When I try and dcommit back to the SVN, I get the following error: $ git svn dcommit Cannot dcommit with a dirty index. Commit your changes fir...

Why won't this compile (link) with the Q_OBJECT macro in place?

Hi, I made a prototype of a project with PyQt and made it work there, now I'm trying to convert it to C++ and am having some problems. If I don't put the Q_OBJECT macro in, it compiles and works, but if I comment it out, I get the following errors: Undefined symbols: "vtable for MapView", referenced from: MapView::~MapView()in...

Whats the best open source bayesian software for trouble shooting?

Hi I have seen www.dezide.com as a top of the line trouble shooting software based on bayesian networking. But I need an open source solution to develop further as this is not for a commercial project. What would you recommend? BR Morten ...

How to identify the caller of a Stored Procedure from within the Sproc

I have a depricated stored procedure which should no longer be called from code, but there is some system which is still calling it. This is a production server so I have very limited indirect access to it for performing diagnostics. Is there any way to determine the machine which is calling a particular stored procedure from within th...

Why does the batch file crash?

I'm designing a chat for my school LAN network, it types your messages into a .dll file so as to disguise the chat log. The problem is that all of a sudden, whenever I started typing messages which have a space in them, the batch file crashes. For example if I enter the message as "h h" the batch will crash with the error: h==exit w...

How you go about troubleshooting SQL query failure?

I have a SQL query and it fails at times. That means that query runs fine most of the times. Once the query fails if I execute is again with some delay, it is successful in the same execution. Please note there are no changes in the tables being used in the query in between the success and failure scenarios. They are exactly same. As m...

Mercurial changegroup hooks not triggered; Linux

I have a server which serves a "central" Mercurial repository; the team clones it and pushes their changes up to it via ssh. Hudson is installed on the same server (RHEL 5.5). I wish to trigger a Hudson build whenever anyone pushes to the central Mercurial repository. I also wish to send a notification email upon a push. In ProjectName/...

Data Structure for troubleshooting flow?

What data structure would be best for a non-tree (in the graph theory sense), path-saved, troubleshooting flow for a web troubleshooting site? In plainer words, if I'm wanting to model a troubleshooting flow, such that it's not strictly in a "downward" direction towards a resolution or contact point, is there a more specific structure t...

What are the differences between a hang that prevents Windows from ending a login session and a hang that does not?

Inevitably, I run into programs that will have a user interface that hangs. However, I can divide those programs into two types: There are the hangs that prevent a Windows session from ending, and there are the hangs that do not prevent a Windows session from ending. How can that difference be used to help diagnose the root cause of the ...

Microsoft Troubleshooter technologies

The Troubleshooting application delivered with Windows 7 is a rather nice addition to the Windows platform. I understand that it has been included since Windows 95 but only recently has it become of any use. I've searched but not been able to find out any more information about its technology or architecture. What I am really asking is ...

SQL Server TSQL Debugging - Massive View - Any Tips?

Hi, I've been asked to debug a view that's producing split rows where they should be grouping. In trying to debug, I'm trying testing all of the joined sub tables in isolation. The thing is, there's so many dependancies (11 joins in all), that once you get all of the dependencies required to run the query, you basically have the origina...

How to disable "USB Over Current Notification" popups in the Finder in Mac OS X 10.6?

On an Intel iMac (Model MB324LL/A) (currently running 10.6.4), every few minutes (or seconds) I get a Finder popup window reading: Because a USB device was drawing too much power from your computer, one or more of your USB devices have been disabled. In Console, the associated message: USB Notificaton: The device "EHCI Root Hu...