michael

588
Reputation
156 views

Registered User

Name michael
Member for 11 months
Seen yesterday
Website
Location CA
Age
Nov
23
comment in javascript is it possible to construct an object literal with expressions evaluating to strings for property names?
Thanks for replies. Voted both up and accepted Fabien's as he was first to reply. thanks again.
Nov
23
asked in javascript is it possible to construct an object literal with expressions evaluating to strings for property names?
Nov
5
revised Javascript function returns before its subroutine finishes
added 239 characters in body
Nov
5
asked Javascript function returns before its subroutine finishes
Nov
4
answered Zend vs Symfony development time
Nov
4
comment What is the best Laptop for programmers?
+1 for the bbd reference. :))
Nov
3
comment Accessing URLS by www.example.com/page instead of www.example.com/page.php
+1 MultiViews should definitely be turned off if you are to use mod_rewrite, otherwise you're guaranteed a headache.
Nov
3
comment How to master java and ruby fastest for a PHPer?
I'd say Java is much more similar to PHP than Ruby is. Coming from PHP and with no Java training, I can pick up some Java source and figure out what's going on. I'm not so sure the same applies with Ruby. You need to be introduced to its idiosyncrasies, otherwise you might spend quite some time deciphering it.
Nov
3
answered Framework Comparison and Overhead
Nov
3
comment php developer - what language next?
I'd say Python or Ruby. I prefer Python as well for about the same reasons as already stated, plus it's a pretty versatile language. Also, they're different enough from PHP that you would feel like you're actually learning something new.
Oct
25
revised Building a CMS for bilingual website - need tips
added 17 characters in body
Oct
25
answered Building a CMS for bilingual website - need tips
Oct
22
answered Magento or Prestashop, which is better?
Oct
9
asked http, https & ajax bypass, maybe?
Oct
8
revised Facebook-connect or OpenID? From a developer’s perspective.
added 1 characters in body
Oct
8
revised Facebook-connect or OpenID? From a developer’s perspective.
added 1825 characters in body
Oct
7
revised Facebook-connect or OpenID? From a developer’s perspective.
added 2609 characters in body; deleted 4 characters in body
Sep
1
comment How do I indent multiple lines quickly in vi?
hahaha, i'm such a noob!
Aug
29
comment Facebook-connect or OpenID? From a developer’s perspective.
I'm comfortable with Single Sign On within a network of related sites. I just don't get the point of having my site treated as part of such a network when all I want is the authentication process. Btw, you can log on to SO with your google id. My point is that even if your gmail window is open 24/7, when you try to log in to SO, you will be prompted for your username/password. As a developer I like that, because I receive a definite flag that I can use to properly initialize a profile.
Aug
29
asked Facebook-connect or OpenID? From a developer’s perspective.
Aug
28
comment Force user to enter login even if logged in with Facebook Connect
I see that you have accepted your own reply. Did you ever find a solution for that problem? If yes could you share? I'm currently running into the exact same issue. I have to work on this application and the marketing people drank the facebook-connect Kool Aid. I thought it worked like OpenID, but it only checks if you're connected to the facebook network and if you are, then you have the green light. No login popup, nothing. I fail to see how that's cool.
Aug
27
asked Is it worth learning GNU Make?
Aug
27
comment CMake… ccmake or cmake?
maybe a simple comment rather than an answer would've made more sense. no big deal though.
Aug
23
comment What is your single most favorite command-line trick using Bash?
sudo sounds japanese too. I can perfectly picture an angry samurai yelling it before brandishing his katana. "SUDO !!"
Aug
19
answered Hidden features of mod_rewrite
Jul
6
comment Have you switched from CodeIgniter to Kohana?
I don't think you understood that sentence as I intended. It has very little to do with programmers liking to get things done, most do. What I meant is that knowledge is a programmer's best tool, but learning can be a costly process and therefore is an investment only for those who see value in it. Many web shops don't and usually worry more about how fast can code be turned into cash. In such places, programmers are seldom allowed time to revisit their skills or learn better ways. A framework like CI, boasting a light footprint and low learning curve, then appears to be a good solution.
Jun
18
comment Kohana or CodeIgniter?
[ I would suspect CodeIgniter has a larger community than Kohana. That's probably reason enough to go with CI and ignore any subtle differences in speed.] CodeIgniter has been heavily advertised as easy, accessible, simple, light footprint, etc. So, it has appealed to lots of developers at that entry level. Quantity, just like speed, should not be a key criterion for choosing a framework. I'd rather take advice from 1 experienced Kohana developer than 10 from CI. I know this because I've been in both communities.
Jun
9
awarded  Nice Answer