mabwi
|
Registered User
|
I'm a Web Developer in my day job, and do some freelance development work part-time. I mostly use PHP/MySQL, but am looking to branch out in to other areas.
|
|
2d |
revised |
Include space between two words Javascript if() statement. edited tags |
|
Dec 2 |
comment |
Manually Building a Tree in CakePHP Thanks for this. I was able to figure out how the left/right values worked last night, but I really wish I'd found the recover method before I set them all manually... |
|
Dec 2 |
asked | Manually Building a Tree in CakePHP |
|
Nov 30 |
revised |
MySQL: how to get records with count > 1? added 22 characters in body |
|
Nov 30 |
answered | MySQL: how to get records with count > 1? |
|
Nov 28 |
comment |
PHP Array to List What have you tried so far? |
|
Nov 26 |
accepted | Help in getting Hour and Minute in PHP |
|
Nov 26 |
answered | PHP CASE statement not working with ZERO values. |
|
Nov 21 |
answered | Why is there an & before $input in array_splice ( array &$input , int $offset [, int $length = 0 [, mixed $replacement ]] ) |
|
Nov 20 |
answered | EASY PHP question? |
|
Nov 19 |
answered | any special php function to make a string ‘url’ friendly for address-bar ? |
|
Nov 19 |
answered | HTML: Coloring part of text in a line |
|
Nov 12 |
comment |
Reading Paradox Database files This is what we ended up doing |
|
Nov 12 |
comment |
Reading Paradox Database files The people that had the data wrote a conversion program for me. Thanks for all your help. |
|
Nov 6 |
accepted | PHP and MySQL Loop help? |
|
Nov 6 |
answered | PHP and MySQL Loop help? |
|
Oct 24 |
answered | Any lightweight *nix environment for programming |
|
Oct 24 |
asked | Reading Paradox Database files |
|
Oct 24 |
awarded | ● Citizen Patrol |
|
Oct 23 |
answered | Drupal is allowing viewing of unpublished content |
|
Oct 22 |
awarded | ● Nice Answer |
|
Oct 22 |
comment |
Why NOT use PHP as a desktop programming language? The second argument isn't really valid, because any new language is going to have that problem. |
|
Oct 22 |
answered | Why NOT use PHP as a desktop programming language? |
|
Oct 22 |
comment |
Emacs - Using “Select All” in Function (how to find the function bound to a key) Why is your method preferred over marking the whole buffer / indent region? I'm not sure what the difference is. |
|
Oct 22 |
comment |
Emacs - Using “Select All” in Function (how to find the function bound to a key) Thank you sir, C-h k is what I could not find |
|
Oct 22 |
asked | Emacs - Using “Select All” in Function (how to find the function bound to a key) |
|
Oct 20 |
comment |
Call php from javascript and return an array from php to Javascript function @cballou has provided a much more complete answer |
|
Oct 20 |
answered | Call php from javascript and return an array from php to Javascript function |
|
Oct 18 |
revised |
MVC (PHP): Do Controllers/Actions map to each and every request? edited tags |
|
Oct 18 |
accepted | Need Flash popup to redirect parent |
|
Oct 17 |
comment |
problem with $_SERVER[’PHP_SELF’] SCRIPT_NAME is a more secure version of PHP_SELF |
|
Oct 16 |
answered | Need Flash popup to redirect parent |
|
Oct 16 |
comment |
Need Flash popup to redirect parent Thanks, Andy. The JavaScript works on its own. I'm trying to get the Flash dev to update the file for me so I can try it out. |
|
Oct 15 |
comment |
Need Flash popup to redirect parent The Javascript is embedded in the Flash, as far as I know |
|
Oct 15 |
revised |
Need Flash popup to redirect parent Additional info |
|
Oct 15 |
asked | Need Flash popup to redirect parent |
|
Oct 15 |
comment |
question regarding php function preg_replace There's an error in your regex. You need to start and end the regex with a delimiter, like # or / |
|
Oct 15 |
answered | question regarding php function preg_replace |
|
Oct 13 |
answered | Are PHP MySQLi prepared queries with bound parameters secure? |
|
Oct 7 |
awarded |
● |
|
Oct 6 |
answered | Help in getting Hour and Minute in PHP |
|
Oct 3 |
answered | Emacs not indenting PHP correctly, although C/C++ do? |
|
Sep 26 |
comment |
Magic functions and inheritance @Sbm007 __get and __set are magic methods, they're called whenever you try to access a non-public member variable. |
|
Sep 26 |
answered | Hidden fields are not processed with php. |
|
Sep 23 |
awarded | ● Civic Duty |
|
Sep 23 |
accepted | How to implement cross browser min-height and max-height at the same time? |
|
Sep 23 |
answered | How to implement cross browser min-height and max-height at the same time? |
|
Sep 22 |
comment |
Drupal: How to return only content and not the whole layout? As Graham says below, you need to die() to prevent the theme layer being applied |
|
Sep 12 |
comment |
PageRank in a inner search engine of a CMS You will need to come up with some relationship between the non-PR relevance and the PR to determine overall query result. If you want to go 50/50, you could take a relevance score out of 10, and your PR score out of 10, and add them together, with the highest combined score being your top result. Or, you take all results that match the query term, and just sort them by PR, which makes PR your relevance score. |
|
Sep 12 |
comment |
Php - name of page parts While that's correct, he did ask if he could do it without .htaccess |
