iAn
|
Registered User
|
A PHP monkey who loves wiring websites together. Regularly gets down and dirty developing CRM systems based around SugarCRM
|
|
Nov 27 |
comment |
How was a URL like http://stackoverflow.com/posts/1807421/edit created in PHP? Go look at virtually any php framework - they all do url routing in one form or another |
|
Nov 26 |
comment |
3 jQuery Applications Together - Problem With IE6 Stop supporting IE6 - for all our sakes. |
|
Nov 26 |
accepted | Adding ASP.NET control to page using jQuery |
|
Nov 20 |
comment |
Advantages of CakePHP over other frameworks. o_O - this question ranks #5 in a google search after only 2 hours? |
|
Nov 18 |
comment |
For loop in while loop +1 well spotted |
|
Nov 18 |
answered | Using string.Substring() as part of a chain |
|
Nov 16 |
comment |
PHP: including 2 same php files in 1 page Are you sure you are getting inside the conditional block to include it a second time? Try putting an echo "in here" after $toplvl=2; to make sure you are definitely hitting the include |
|
Nov 12 |
comment |
Good markup for writing technical design documentation If they are old-fashioned, then are they expecting a printed document? If so, a wiki is more than plausible : you can easily knock up a print style-sheet to correct format the content |
|
Nov 12 |
revised |
c# Visa 3d Secure Implementation edited tags |
|
Nov 12 |
comment |
c# Visa 3d Secure Implementation The implementation is going to depend wholey on the payment gateway you are using to authorise the credit-card transactions. Which service are you using? |
|
Nov 10 |
comment |
Always using custom data types System.Net.Mail.MailAddress for emails ;) |
|
Nov 10 |
answered | Always using custom data types |
|
Nov 10 |
answered | How do I learn a poorly documented open source framework? |
|
Nov 10 |
comment |
Static classes in PHP This is the Singleton pattern, which is not the same as Static |
|
Nov 10 |
comment |
Static classes in PHP @workmad3 - it gives you pseudo namespace support (which given the kludge that PHP namespaces have turned out to be, may be just as good as the proper thing) |
|
Nov 10 |
comment |
Regular expressions??? Your question doesn't make a whole lot of sense - what you are trying to use a reg-ex for? |
|
Nov 10 |
revised |
Get LINQ to preload a complete table added 708 characters in body; added 160 characters in body |
|
Nov 10 |
answered | Get LINQ to preload a complete table |
|
Nov 10 |
answered | MySql connection, can I leave it open? |
|
Nov 9 |
comment |
php load 10000 records You should be getting some error messages somewhere. Try putting ini_set('display_errors', E_ALL); as the first line of your script: you should then be able to see what's going on |
|
Nov 8 |
revised |
where to put the validate logic? In Service or Repository? edited tags |
|
Nov 8 |
answered | where to put the validate logic? In Service or Repository? |
|
Nov 6 |
comment |
working with dates You have intrepreted "calculation" as a purely mathematical operation, in which case an octal value may cause problems, whereas intepretted as a logical operation, in which case it won't |
|
Nov 6 |
comment |
working with dates strftime() is better than date as it is locale aware |
|
Nov 6 |
answered | working with dates |
|
Nov 4 |
accepted | How to add a span class in the following php? |
|
Nov 4 |
comment |
How to add a span class in the following php? The above will style the parentheses as well as the number within. If you just want to style the number, then you are going to have to either: follow the "Hard" option and parse the return string from wp_get_archives using some reg-ex hacks, or write your own template function to generate this how you want it. |
|
Nov 4 |
revised |
How to add a span class in the following php? Corrected assumption; edited body |
|
Nov 4 |
answered | How to add a span class in the following php? |
|
Nov 4 |
comment |
Sending variables to php from Cocoa Touch on iPhone sdk Not bad for a guess ;) |
|
Nov 4 |
answered | Adding ASP.NET control to page using jQuery |
|
Nov 4 |
answered | Sending variables to php from Cocoa Touch on iPhone sdk |
|
Nov 1 |
answered | PHP Check Process ID |
|
Oct 31 |
revised |
How to test a BuildProvider edited tags |
|
Oct 31 |
answered | In ASP.NET, how can I force the format of dates in a DropDownList to “DD/MM/YYYY”? |
|
Oct 31 |
answered | data storage and retrieval in the database |
|
Oct 30 |
comment |
Bespoke Software Contracts I'm hoping that you are thinking about founding your own development shop: if you've already taken on a heap of people who now depend on you for their income and you have no idea about how to win work, then you have a lot more problems that SO can help you with. |
|
Oct 8 |
comment |
Can any one suggest me how to resolve this problem: Error Code : 1064 in MY SQL 5.5 ver bah - too fast for me +1 |
|
Oct 8 |
comment |
How to find out why Apache crashes Going to need a lot more information to be able to help you out on this: what platform are you running on, what version of apache, what extensions are you running? When you say "Apache crashes" - do you mean the entire httpd process terminates, or a website apache is hosting fails to load? |
|
Sep 30 |
answered | mysql subselect alternative |
|
Sep 28 |
comment |
Learning a new web language afaik PHP is a real language |
|
Sep 25 |
comment |
What’s the worst security hole you’ve ever seen? The site was half code-behind, half not: any attempt to add a vb/cs file to override a compiled page sent the site south, with crazy home-brew licensing and dependency exceptions. IN the end I wasn't allowed to fix it, even if I could of - no money, no work. |
|
Sep 24 |
comment |
What’s the worst security hole you’ve ever seen? just added my entry when I noticed this - have we worked on the same application, or is there a just a caste of developer who is super stupid or super lazy to remember login creds? |
|
Sep 24 |
comment |
What’s the worst security hole you’ve ever seen? I find this is the only downside to having a the x-windows "raise on hover" feature enabled: but then it's such a huge boost to productivity not to have to click windows on a dual-screen system, it just means I have to be slightly more careful ;) |
|
Sep 24 |
answered | What’s the worst security hole you’ve ever seen? |
|
Sep 11 |
comment |
ASP.NET creating thumbails server side +1 for Using - at the very least that lot should be wrapped up inside try{} catch{} finally{} |
|
Sep 11 |
comment |
ASP.NET creating thumbails server side I've got production code that is virtually identical to this that runs on modest hardware and happily handles resizing 5Mb images. The only difference in my case is that I don't pass Images and Byte[] back and forth - just the image path: the resize function is then self-contained and is responsible for load, resize and save |
|
Sep 9 |
answered | PHP round numbers, add decimal numbers |
|
Sep 7 |
comment |
Whats wrong with this code? Sorry: the pure css solution would of course involve refactoring your html slightly: remove the images themselves and just set them as background images on the Anchors. |
|
Sep 7 |
answered | Whats wrong with this code? |
