cmcculloh
|
Registered User
|
E-Commerce developer at Finish Line Co-Author of HTML, XHTML and CSS All-in-one Desk Reference for Dummies Graduated from IU with a Bachelors of Media Arts and Science and a Certificate in Applied Computer Science. Tech Editor for Building Facebook Applications for Dummies and Building Websites All-in-one for Dummies 2nd Edition. Creator and maintainer of the Status-bar Calculator Firefox Extension Two years professional experience in Java E-Commerce Development and four years professional experience with PHP |
|
Nov 30 |
comment |
What does a status of “P” mean during a Tortoise CVS Update operation? Chose this as the answer due to it having the table of codes linked. Thanks everyone! |
|
Nov 30 |
asked | What does a status of “P” mean during a Tortoise CVS Update operation? |
|
Nov 27 |
answered | Suppress jQuery event handling temporarily |
|
Nov 27 |
revised |
Which of these jQuery selectors performs better? Re-read question and adjusted answer to better fit specific scenario. |
|
Nov 27 |
answered | Which of these jQuery selectors performs better? |
|
Nov 27 |
revised |
Changing checkbox’s parent element css if checked or unchecked added 40 characters in body; deleted 26 characters in body |
|
Nov 27 |
answered | Changing checkbox’s parent element css if checked or unchecked |
|
Nov 25 |
accepted | Problem updating sortables in jquery |
|
Nov 25 |
revised |
Good branch/merge tutorials for Tortoise SVN? removed ...t |
|
Nov 25 |
revised |
How do you test layout design across multiple browsers/OSs? Added reference to Spoon.net Browser Sandbox |
|
Nov 25 |
accepted | Jquery form validation - available options |
|
Nov 25 |
revised |
Jquery form validation - available options Inspected the plugin code and found what appears to be the list the question asker is looking for |
|
Nov 25 |
comment |
Creating object to get expected Json What is with the ":" before the keys? Why ":question" instead of "question"? I don't think that is going to work (at least on the javascript side)... |
|
Nov 25 |
answered | Extract section from json in jquery |
|
Nov 25 |
answered | Problem updating sortables in jquery |
|
Nov 25 |
answered | Jquery form validation - available options |
|
Oct 5 |
asked | Detect if mouse is over an element when page loads with Javascript |
|
Sep 12 |
answered | How does multithreading on iPhone OS work? How do I use it? |
|
Sep 11 |
comment |
EXC_BAD_ACCESS signal received Man, coming from PHP this memory management stuff is a challenge. This answer helped a lot though. The code I had: NSDictionary *rowProduct = [self.products objectAtIndex:row]; cell.textLabel.text = [rowProduct objectForKey:@"name"]; cell.detailTextLabel.text = [rowProduct objectForKey:@"cost"]; [rowProduct release]; return cell; Kept throwing this error. As soon as I deleted the [rowProduct release]; line everything worked properly. Hope that was the right thing to do... |
|
Aug 24 |
comment |
PHP 5.3 support for strange ‘${}’ code? Could you post a code sample? |
|
Aug 24 |
answered | PHP 5.3 support for strange ‘${}’ code? |
|
Aug 24 |
comment |
Speed Comparisons - Procedural vs. OO in interpreted languages I had the boss from hell. He knew nothing about programming, but thought he knew everything (he lectured me on Unix timestamps once, telling me that, "Unix timestamps are like European timestamps. They do it weird, they put the day first and then the month like this: dd/mm/yyyy" ROFL, what an idiot). So when he found out I was doing OO PHP, he flipped out and said it would "slow down our site". I was looking for any sort of study I could find to prove he was full of it so that I could continue programming OO... |
|
Aug 24 |
comment |
Wordpress post by e-mail categorization tagging plugin? This looks like a great plug-in, but not exactly what I was looking for. I don't want the person e-mailing the posts to have to decide what they should be tagged/categorized as... |
|
Aug 24 |
accepted | Wordpress post by e-mail categorization tagging plugin? |
|
Aug 24 |
comment |
What’s faster? PHP vs ASP vs JSP vs CGI etc While I agree with what you are saying, I believe the post I marked as "the answer" answers my specific question, which was asking if the statement "ASP executes faster than CGI and Perl" should be included in a textbook on web development I was tech editing... |
|
Aug 18 |
comment |
PHP Session Security Really? Then why in the accepted answer do they mention not to use register globals? Wouldn't, as far as most run-of-the-mill developers are concerned, register globals and form variable handling fall under the umbrella of "sessions" even if it isn't technically part of the "session" object? |
|
Aug 7 |
accepted | How to resolve “Command <com.apple.tools.product-pkg-utility> failed with exit code -1” error when compiling iPhone App for Device - 3.0 | Release build |
|
Aug 7 |
revised |
How to resolve “Command <com.apple.tools.product-pkg-utility> failed with exit code -1” error when compiling iPhone App for Device - 3.0 | Release build deleted 424 characters in body |
|
Aug 4 |
revised |
Which version of the iPhone 3.0 SDK should I download? Fleshed out the answer and added the actual solution |
|
Aug 4 |
revised |
Which iPhone SDK to download? fixed formatting |
|
Aug 4 |
revised |
Which iPhone SDK to download? refining the question so that it will appear in the search results for similar questions (I posted a duplicate question because this one didn't come up in the search results) |
|
Aug 4 |
comment |
Which version of the iPhone 3.0 SDK should I download? Sorry, I suppose my high level of stress and frustration must have come across in my comment... |
|
Aug 4 |
comment |
Which version of the iPhone 3.0 SDK should I download? Yep. Good call. I hadn't seen that other question before you pointed it out. I was just giving a reason as to why I didn't just delete this question once you pointed the other one out... |
|
Aug 4 |
comment |
Which version of the iPhone 3.0 SDK should I download? Yep. I guess this question also has the "mounting failed" problem as well though... |
|
Aug 4 |
comment |
Which iPhone SDK to download? Nope, don't download Snow Leopard version if you have Leopard because then when you go to test on your device it will give you a weird obscure error and you won't be able to do it. |
|
Aug 4 |
comment |
Which version of the iPhone 3.0 SDK should I download? Yeah, trying now... thx |
|
Aug 4 |
comment |
Which version of the iPhone 3.0 SDK should I download? This is probably true... But why is it I can't mount the file to download it? I can't download the 3.0 or 3.1 versions of the SDK for Leopard, but I can for Snow Leopard just fine... WTH?!?? |
|
Aug 4 |
asked | Which version of the iPhone 3.0 SDK should I download? |
|
Aug 4 |
answered | How to resolve “Command <com.apple.tools.product-pkg-utility> failed with exit code -1” error when compiling iPhone App for Device - 3.0 | Release build |
|
Aug 4 |
awarded | ● Notable Question |
|
Aug 3 |
asked | How to resolve “Command <com.apple.tools.product-pkg-utility> failed with exit code -1” error when compiling iPhone App for Device - 3.0 | Release build |
|
Aug 3 |
revised |
How to use jQuery to change the backgound color of a textbox? Changed "do you" to "to" to make more SEO... |
|
Aug 2 |
awarded | ● Yearling |
|
Jul 30 |
awarded | ● Popular Question |
|
Jul 21 |
awarded | ● Popular Question |
|
Jul 15 |
awarded | ● Notable Question |
|
Jul 9 |
answered | Wordpress post by e-mail categorization tagging plugin? |
|
Jul 9 |
asked | Wordpress post by e-mail categorization tagging plugin? |
|
Jul 8 |
awarded | ● Disciplined |
|
Jul 8 |
awarded | ● Popular Question |
