pbreitenbach

315
Reputation
64 views

Registered User

Name pbreitenbach
Member for 1 year
Seen Nov 19 at 6:36
Website
Location
Age
2d
awarded  Yearling
Oct
11
answered Please help with table layout
Oct
11
comment Please help with table layout
Tables are fine.
Oct
6
answered Has anyone succeeded at downloading orders from Amazon Seller Central using PHP?
Oct
4
answered How do I make an asynchronous GET request in PHP?
Oct
4
answered How to send a GET request from PHP?
Oct
4
answered What are the best freely available university courses on Data Structures and Algorithms?
Oct
1
answered PHP vs Python, worth the investment in Python?
Sep
23
comment Should I accept IE 5.0 (!) as a browser requirement for a project?
Not helpful without further elaboration.
Sep
23
comment Should I accept IE 5.0 (!) as a browser requirement for a project?
Only tries to address one aspect of the question and poorly.
Sep
21
comment Should I accept IE 5.0 (!) as a browser requirement for a project?
Restates the question and complains about questioner whining.
Sep
21
answered Content Management System
Sep
21
awarded  Scholar
Sep
21
answered Should I accept IE 5.0 (!) as a browser requirement for a project?
Sep
21
comment Should I accept IE 5.0 (!) as a browser requirement for a project?
The question was whether or not to accept the job at all.
Sep
21
comment How to rapidly build a Web Application?
Some good answers here and PHP is fine. Mine, in order of prefernce, would be PHP/CodeIgniter, Python/Django and Ruby/Rails. For user interface and widgets, YUI and Jquery.
Sep
21
comment What kind of applications are built using Python?
Good summary. For pretty much any web application, Python is an excellent choice.
Sep
21
answered API General Questions and Choices
Sep
21
comment Is it better to go live with a site that isn’t fully developed, or wait untill it’s fully functional?
Agree. Develop the minimum functionality and get it live. You've gotta get your product live and see if it resonates with users. You will learn very quickly where to spend your resources.
Sep
21
answered Cron, Email, Performace
Sep
8
comment Best way to encode passwords in PHP
Agree with d03boy, obscurity can play a role but I wouldn't rely on it exclusively. The key is not to store passwords in the DB in reversible format. Sending a temp password in email is probably fine for most services. Better if it expires. Better if you send an expiring link to choose a new password. Never send a user-generated password in email. A lot of the security "experts" are way to extreme in my opinion, which really compromises usability.
Sep
1
answered Good authorize.net PHP libraries
Aug
30
answered Speed of code execution: ASP.NET-MVC versus PHP
Aug
27
revised Is RESTful faster than SOAP? and when to use one of them?
responding to complaint
Aug
19
comment Is it possible to find user’s location by IP address?
No and no. It's quite reliable and is not an invasion.
Aug
19
answered Best Engineered REST APIs?
Aug
19
comment GET versus POST in terms of security?
I agree with this. The question is not security, it's what POST and GET are designed to do.
Aug
19
comment GET versus POST in terms of security?
But it is harder to do a POST than a GET. A GET is just a URL in the address box. A POST requires a <form> in an HTML page or cURL.
Aug
19
comment GET versus POST in terms of security?
The visibility (and caching) of querystrings in the URL and thus the address box is clearly less secure. There's no such thing as absolute security so degrees of security are relevant.
Aug
19
answered what is more costly, 2 updates, or a delete and an insert?
Aug
19
comment how to implement a login system under php?
I don't think OpenID is a good answer to the question.
Aug
19
answered What is the most suitable RIA programming language to construct a REST API?
Aug
18
comment What DB for big databases?
If you're just about to embark on a programming project that could involve 2 million DB records, surely you must know that MySQL handles this fine.
Aug
9
comment How can I optimise this MySQL query?
I don't really understand the situation but it seems like you should try to avoid MID and LIKE. What does SELECT MID(game,{$len},1) do? Should it be "SELECT games AS move"? And "WHERE games = '{$game}' GROUP BY games"?
Jul
23
answered How do you build a web based email client using PHP?
Jul
22
answered Would you hire a developer who doesn’t know how to use regular expressions?
Jul
22
comment Would you hire a developer who doesn’t know how to use regular expressions?
A top young candidate should be curious and motivated enough to expose themselves to RegEx whether or not it was taught in class. I think that's one of the main points of the argument: it's not that RegEx is necessary for the job, it's that knowledge of it demonstrates curiosity and expertise.
Jul
22
comment Would you hire a developer who doesn’t know how to use regular expressions?
Exactly...and I wouldn't hire them.
Jul
22
comment Would you hire a developer who doesn’t know how to use regular expressions?
I agree with this. It's not that the engineer is necessarily going to use regular expressions on the job, it's that RE is a powerful aspect to the LAMP/*nix environment and knowledge of it demonstrates either broad knowledge or attractive curiosity.
Jul
21
comment Modelling REST with hierarchy
Instead of just saying that everything is NOT REST, why don't you show what REST would look like?
Jul
21
answered Is RESTful faster than SOAP? and when to use one of them?
Jul
21
comment Is RESTful faster than SOAP? and when to use one of them?
So, yes, REST is generally faster than SOAP?
Jul
21
comment REST and SOAP
HTTP itself is the best example of a RESTful system.
Jul
20
answered Why to download a ENTIRE JavaScript framework when we do not need all features of them? What could we suggest? (JavaScript)
Jul
17
answered what should developers have access to?
Jul
17
answered Round Robin Assignment implementation (database)
Jul
8
answered Checking if number is even by looking at the last bit - are there any other “tricks” like this one?
Jul
8
answered A Good, Scalable Webhost For PHP
Jul
8
comment Free CRM for my website?
+1 for SugarCRM.
Jul
8
comment Which PHP open source CRM should I use?
Would be curious to understand the concerns beyond SOAP (which is fairly unnecessary for basic use).