Ali

579
reputation
257 views

Registered User

name Ali
member for 8 months
seen Nov 24 at 14:32
website
location
age 29

I code so I am.

Dabble in Php, Javascript, play around with JQuery and Scriptaculous - meddle now and then with complex highly unoptimized SQL. Now playing around witH Zend Framework and some paypal integration.

Credentials:
Zend Certified Php Programmer(Details Here)
Dec
7
awarded  Popular Question
Dec
2
awarded  Popular Question
Nov
22
comment Google Maps not rendering completely on page?
Try it in Internet Explorer - it does that a lot in Firefox sometimes but sometimes it doesn't
Nov
22
revised Google Maps not rendering completely on page?
added 74 characters in body
Nov
21
revised Why are some characters shown as question marks when sending email using non-English characters?
added 374 characters in body
Nov
21
revised Google Maps not rendering completely on page?
added 287 characters in body
Nov
21
comment Google Maps not rendering completely on page?
Please check my update...
Nov
21
asked Why are some characters shown as question marks when sending email using non-English characters?
Nov
21
comment Handling successive Ajax requests - JQUERY
I'm actually using the getJSON object - it doesn't seem to be working :(
Nov
20
awarded  Popular Question
Nov
19
revised Handling successive Ajax requests - JQUERY
added 247 characters in body
Nov
19
comment Handling successive Ajax requests - JQUERY
There is a timer delay of 3 seconds - but the issue is in ensuring that when one Ajax request is made another Request when made cancels out the previous request and so forth.. how could I do it in code
Nov
19
asked Handling successive Ajax requests - JQUERY
Nov
17
comment Google Maps not rendering completely on page?
Aw come on :( anyone have any ideas here?
Nov
17
revised Google Maps not rendering completely on page?
added 295 characters in body
Nov
17
comment Google Maps not rendering completely on page?
Well the locations are all craped up :-S need to fix that out. Its quite erratic as in a number of times when you'd want to browse it theres a huge unrendered patch on the right where the search panel comes up...
Nov
17
asked Google Maps not rendering completely on page?
Nov
16
revised Zend_JSON:Encode messing up - why!?!??!
added 448 characters in body
Nov
16
revised Zend_JSON:Encode messing up - why!?!??!
added 296 characters in body
Nov
16
comment Zend_JSON:Encode messing up - why!?!??!
Running through json_encode() gives the same result :(
Nov
16
comment Zend_JSON:Encode messing up - why!?!??!
I'm not sure how to do that manually - what do I need to code I'm just calling a simple: Zend_Json::encode($obj)
Nov
16
revised Zend_JSON:Encode messing up - why!?!??!
added 175 characters in body; edited tags
Nov
16
comment Zend_JSON:Encode messing up - why!?!??!
I just noticed :-S my version of Php is 5.2.9-2 - isn't that good enough?
Nov
16
comment Zend_JSON:Encode messing up - why!?!??!
I just noticed :-S my version of Php is 5.2.9-2 - isn't that good enough?
Nov
16
comment Zend_JSON:Encode messing up - why!?!??!
Oh dear - is there some other way around this :(
Nov
16
comment Zend_JSON:Encode messing up - why!?!??!
Check my update...I'm getting a UTF related warning here
Nov
16
revised Zend_JSON:Encode messing up - why!?!??!
added 380 characters in body
Nov
16
comment Zend_JSON:Encode messing up - why!?!??!
Typecasting isn't working at all :( I'm trying to add some var_dumps in the function you mentioned... gimme a while
Nov
16
asked Zend_JSON:Encode messing up - why!?!??!
Nov
9
comment Need to Convert Set of Coordinates
Thanks for the great help guys :)
Nov
9
asked Need to Convert Set of Coordinates
Oct
29
awarded  Popular Question
Oct
28
comment Ajax not firing on prototype - I think I need to unset or remove a javascript method - causing havoc help!
Don't that no difference :( any ideas
Oct
28
revised Ajax not firing on prototype - I think I need to unset or remove a javascript method - causing havoc help!
added 454 characters in body
Oct
27
comment Ajax not firing on prototype - I think I need to unset or remove a javascript method - causing havoc help!
RIghto - check the update please
Oct
27
revised Ajax not firing on prototype - I think I need to unset or remove a javascript method - causing havoc help!
added 1321 characters in body
Oct
27
revised Ajax not firing on prototype - I think I need to unset or remove a javascript method - causing havoc help!
added 497 characters in body; edited title
Oct
27
asked Ajax not firing on prototype - I think I need to unset or remove a javascript method - causing havoc help!
Oct
24
comment Users entering ampersand & character messing up my sites w3c validation
The thing is that I'm allowing the user to enter specific tags like bold tags and quote tags
Oct
24
asked Users entering ampersand & character messing up my sites w3c validation
Oct
22
comment Problem with sending emails using Zend Mail
The file its there though - I'm requiring the files using a single require file with all my require statements. Its beyond my beliefe why he can't locate that one file whilst he can require all others :(
Oct
22
asked Problem with sending emails using Zend Mail
Oct
21
comment SQL statement queries parameters become case sensitive how so???
WHOA! Spot on - my fields we collated with utf8_bin - I'll change them to something which ends with ci :) Thanks for the tip...
Oct
21
asked SQL statement queries parameters become case sensitive how so???
Oct
18
comment Building a CMS for bilingual website - need tips
Nice idea however normally lets say for a page that doesn't have a translation. I would like that when people switch languages they be able to switch between translations but what is the normal procedure should a translation not be available for a page
Oct
18
comment Building a CMS for bilingual website - need tips
Well times not much of an issue I have my own partial cmses already which I've built but I haven't worked with bi lingual websites. Just want to know that in bi lingual websites how are the different pages handled? In both languages?
Oct
18
revised Building a CMS for bilingual website - need tips
added 545 characters in body; edited tags
Oct
18
asked Building a CMS for bilingual website - need tips
Oct
13
asked How do I convert these coordinates to google map readable coordinates?
Oct
7
comment Absolute Relative path issues in referenceing web assets - need help - php related
I hear you loud and clear buddy - the realpath dirname functions were just what I needed to render a quick fix :D - you guys rock thanks alot for all teh help :D