Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~935 People Reached
PC Specs
Windows XP
Favorite Tags
Member Avatar for wmsigler

I am experiencing a problem with this CheckBoxJList class (I found it posted somewhere, it is not mine), in which when there are no boxes checked, and then you check a box, you cannot click to uncheck it--you must first check another box. This is an annoying bug and I'm …

Member Avatar for BestJewSinceJC
0
107
Member Avatar for UberJoker

Any ideas on how would I be able to traverse this BTree in asceding order? right now I am sorting the data and giving it to my retreival() function to look for the keys. But naturally it visits and prints the data in ascending order because I give it sorted …

Member Avatar for wmsigler
0
225
Member Avatar for wmsigler

Is it possible to apply XSLT on XML output from a Perl CGI script? I.e. I have a registration form, when submitted it makes an Ajax request, building a query string from the form inputs. The request is made to a Perl CGI script. This script can be called two …

0
103
Member Avatar for jiaenter
Member Avatar for laura_ci
0
80
Member Avatar for Mapper99

I have a simple web page. Looks great in Firefox and Chrome. I can't figure out what is happening when viewing this page in IE! Anyone have this problem? Here is the page for review: [url]http://www.laudontech.com/office-floor-plans/[/url] Thanks in advance, M

Member Avatar for laura_ci
0
117
Member Avatar for Alexancho

The task is to create links: [URL=http://www.radikal.ru][IMG]http://i063.radikal.ru/0911/05/84280713bc76.png[/IMG][/URL] It can be done using HTML only. Something like this: [CODE]<a href="#"><img border="0" src="images/img10.gif" width="9" height="11" alt="" /></a>&nbsp;&nbsp;<a href="#">Read More</a>bsp;&nbsp;&nbsp;&nbsp; <a href="#"><img border="0" src="images/img11.gif" width="13" height="12" alt="" /></a>&nbsp;&nbsp;<a href="#">Comments (33)</a>[/CODE] But it also can be done using CSS. For that you have to …

Member Avatar for wmsigler
0
71
Member Avatar for wmsigler

I'm having difficulties thinking through the logic of my natural mergesort program. I think I have the split working correctly, but my merge doesn't seem to be working at all, and the pseudocode in my book and what I've found so far on the web is fuzzy. This is a …

0
69
Member Avatar for wmsigler

My heapsort is not functioning the way it should, and I was wondering if perhaps one of you could help point me in the right direction. Much thanks in advance should you care to look! :) If it helps anyone, I posted it on pastebin.org with syntax highlighting: [url=http://www.pastebin.org/55997]http://www.pastebin.org/55997[/url] Source …

Member Avatar for wmsigler
1
163