User Ali - Stack Overflowmost recent 30 from stackoverflow.com2009-12-14T21:04:20Zhttp://stackoverflow.com/feeds/user/89752http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1130120/warning-imageftbbox-function-imageftbbox-problem-loading-glyph-what-is-t0Warning: imageftbbox() [function.imageftbbox]: Problem loading glyph - what is this errorAli2009-07-15T08:29:06Z2009-12-10T00:49:30Z
<p>I got this error on my image generation script :</p>
<p>Warning: imageftbbox() [function.imageftbbox]: Problem loading glyph:</p>
<p>I think because of this I can't generate images from text properly - how do I fix this!</p>
http://stackoverflow.com/questions/1746608/google-maps-not-rendering-completely-on-page1Google Maps not rendering completely on page?Ali2009-11-17T04:36:04Z2009-11-22T07:14:03Z
<p>Hi guys, I have a google maps on my page with a search pane I built myself which can be displayed and hidden at will. It covers like lets say 200 pixels of the map on a side. The thing is that when I resize my map or so the area where the pane overlaps is unrendered i.e the map doesn't render there for some reason.</p>
<p>Check out this <a href="http://www.fltdata.com/maps" rel="nofollow">link</a></p>
<p>In the Box type in lets say OMDB which is an icao code for an airport and press enter.</p>
<p>The results are shown and you see the pane. Now click on the full screen link and then click on the airports tab to make the panel go away - you see now that part of the map hasn't rendered at all...I have to drag the map around and that only partially renders that area..how can I fix it its getting on my nerves now :(</p>
<p>=======================</p>
<p>FYI - I've run it on Google Chrome, FIrefox and IE8 on windows XP...is there a way to like force complete rendering of a map or so? This is quite an erratic problem and could it be concerne with my code or is it a host issue? Or does google just don't like me :(</p>
<p>===========================</p>
<p>EDIT</p>
<p><img src="http://i46.tinypic.com/osdeg2.jpg" alt="alt text"></p>
<p>See the big ugly patch on the side. Its unrendered area where the map should have been rendered as well.No amount of zooming in and panning is helping clear this :( Help please!!!!!!</p>
<p>=================================</p>
<p>PLEASE SOMEBODY HELP ME HERE!!!!!</p>
http://stackoverflow.com/questions/1775093/why-are-some-characters-shown-as-question-marks-when-sending-email-using-non-engl0Why are some characters shown as question marks when sending email using non-English characters?Ali2009-11-21T10:14:16Z2009-11-21T15:27:15Z
<p>I tried to send a text email with non-English characters using PHPs <code>mail</code> function. But instead my message went with funny looking garbage characters. How do I fix it?</p>
<p>I use this piece of code:</p>
<pre><code>function _mail($to, $subject, $content)
{
$headers = 'From: info@example.com' . "\r\n" .
'Reply-To: info@example.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $subject, $content, $headers);
}
</code></pre>
<p>Some of the characters came out as question marks...</p>
http://stackoverflow.com/questions/1761303/handling-successive-ajax-requests-jquery1Handling successive Ajax requests - JQUERYAli2009-11-19T06:36:26Z2009-11-20T09:13:51Z
<p>Hi guys, I have a search textbox where upon keppress an ajax call is made to return search results for the inputted text. The thing is that this results in an Ajax call being made for like every single keypress - so if I wish to type in lets say airport</p>
<p>I get 7 ajax requests each searching for a, ai, air, airp, airpo, airpor, airport respectively - however the problem is that they might all start one after the other but don't necessarily end in the same order so more often than not I recieve results in wrong order i.e I might have written airport and recieved the result for airport only to recieve the result for airpo later on...</p>
<p>How do I handle this in JQuery here?</p>
<p>==============================
EDIT</p>
<p>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?</p>
http://stackoverflow.com/questions/1741894/zendjsonencode-messing-up-why0Zend_JSON:Encode messing up - why!?!??!Ali2009-11-16T12:28:59Z2009-11-16T14:05:35Z
<p>My Zend_Json is messing up in encoding an object here. I'm encoding an associative array which has two elements:
Element one is another associative array while element 2 is an HTML string. He's goofing up such that the Html string part contains just NULL!!?!?!?!?</p>
<p>Heres the element UNencoded when I do a var_dump on it...sorry for the looong element...
Its very erratic - I don't understand whats wrong here...</p>
<pre><code>array (
'map' =>
array (
0 =>
array (
'id' => '1403',
'name' => 'Amborovy Airport (Philibert Tsiranana Airport)',
'label' => 'Amborovy Airport (Philibert Tsiranana Airport)',
'html' => 'Amborovy Airport (Philibert Tsiranana Airport)',
'lat' => '-0.666944',
'lng' => '46.3517',
),
1 =>
array (
'id' => '6160',
'name' => 'Generalissimo Francisco de Miranda Airbase',
'label' => 'Generalissimo Francisco de Miranda Airbase',
'html' => 'Generalissimo Francisco de Miranda Airbase',
'lat' => '0.485',
'lng' => '-66.8436',
),
2 =>
array (
'id' => '7808',
'name' => 'Tirana International Airport',
'label' => 'Tirana International Airport',
'html' => 'Tirana International Airport',
'lat' => '41.4150929722',
'lng' => '19.7233001667',
),
3 =>
array (
'id' => '20881',
'name' => 'Tiranë Heliport',
'label' => 'Tiranë Heliport',
'html' => 'Tiranë Heliport',
'lat' => 41.315865416667,
'lng' => 19.888245972222,
),
4 =>
array (
'id' => '5218',
'name' => 'Abadan Airport',
'label' => 'Abadan Airport',
'html' => 'Abadan Airport',
'lat' => '0.371111',
'lng' => '48.2283',
),
5 =>
array (
'id' => '5330',
'name' => 'Lar Airport',
'label' => 'Lar Airport',
'html' => 'Lar Airport',
'lat' => '0.673056',
'lng' => '54.3814',
),
6 =>
array (
'id' => '7808',
'name' => 'Tirana International Airport',
'label' => 'Tirana International Airport',
'html' => 'Tirana International Airport',
'lat' => '41.4150929722',
'lng' => '19.7233001667',
),
7 =>
array (
'id' => '20881',
'name' => 'Tiranë Heliport',
'label' => 'Tiranë Heliport',
'html' => 'Tiranë Heliport',
'lat' => 41.315865416667,
'lng' => 19.888245972222,
),
8 =>
array (
'id' => '5218',
'name' => 'Abadan Airport',
'label' => 'Abadan Airport',
'html' => 'Abadan Airport',
'lat' => '0.371111',
'lng' => '48.2283',
),
9 =>
array (
'id' => '5225',
'name' => 'Ahvaz Airport',
'label' => 'Ahvaz Airport',
'html' => 'Ahvaz Airport',
'lat' => '0.337431',
'lng' => '48.762',
),
10 =>
array (
'id' => '5242',
'name' => 'Ardabil Airport',
'label' => 'Ardabil Airport',
'html' => 'Ardabil Airport',
'lat' => '0.325556',
'lng' => '48.4242',
),
11 =>
array (
'id' => '5243',
'name' => 'Asalouyeh Airport',
'label' => 'Asalouyeh Airport',
'html' => 'Asalouyeh Airport',
'lat' => '0.481389',
'lng' => '52.6153',
),
12 =>
array (
'id' => '5251',
'name' => 'Bandar Abbas International Airport',
'label' => 'Bandar Abbas International Airport',
'html' => 'Bandar Abbas International Airport',
'lat' => '0.218056',
'lng' => '56.3778',
),
13 =>
array (
'id' => '5259',
'name' => 'Birjand Airport',
'label' => 'Birjand Airport',
'html' => 'Birjand Airport',
'lat' => '0.898056',
'lng' => '59.2661',
),
14 =>
array (
'id' => '5278',
'name' => 'Dezful Airport',
'label' => 'Dezful Airport',
'html' => 'Dezful Airport',
'lat' => '0.434444',
'lng' => '48.3976',
),
15 =>
array (
'id' => '5306',
'name' => 'Jiroft Airport',
'label' => 'Jiroft Airport',
'html' => 'Jiroft Airport',
'lat' => '0.726944',
'lng' => '57.6703',
),
16 =>
array (
'id' => '5326',
'name' => 'Konarak Airport',
'label' => 'Konarak Airport',
'html' => 'Konarak Airport',
'lat' => '0.443333',
'lng' => '60.3819',
),
17 =>
array (
'id' => '5330',
'name' => 'Lar Airport',
'label' => 'Lar Airport',
'html' => 'Lar Airport',
'lat' => '0.673056',
'lng' => '54.3814',
),
18 =>
array (
'id' => '5331',
'name' => 'Lavan Airport',
'label' => 'Lavan Airport',
'html' => 'Lavan Airport',
'lat' => '0.810278',
'lng' => '53.3561',
),
19 =>
array (
'id' => '5359',
'name' => 'Parsabad-Moghan Airport',
'label' => 'Parsabad-Moghan Airport',
'html' => 'Parsabad-Moghan Airport',
'lat' => '0.603606',
'lng' => '47.8815',
),
20 =>
array (
'id' => '5361',
'name' => 'Persian Gulf Airport (Khalije Fars Airport)',
'label' => 'Persian Gulf Airport (Khalije Fars Airport)',
'html' => 'Persian Gulf Airport (Khalije Fars Airport)',
'lat' => '0.379444',
'lng' => '52.7375',
),
21 =>
array (
'id' => '5393',
'name' => 'Shahid Sadooghi Airport',
'label' => 'Shahid Sadooghi Airport',
'html' => 'Shahid Sadooghi Airport',
'lat' => '0.905',
'lng' => '54.2764',
),
22 =>
array (
'id' => '5411',
'name' => 'Tabriz International Airport',
'label' => 'Tabriz International Airport',
'html' => 'Tabriz International Airport',
'lat' => '0.133889',
'lng' => '46.235',
),
23 =>
array (
'id' => '1416',
'name' => 'Arrachart Airport',
'label' => 'Arrachart Airport',
'html' => 'Arrachart Airport',
'lat' => '-0.349167',
'lng' => '49.2917',
),
24 =>
array (
'id' => '7808',
'name' => 'Tirana International Airport',
'label' => 'Tirana International Airport',
'html' => 'Tirana International Airport',
'lat' => '41.4150929722',
'lng' => '19.7233001667',
),
25 =>
array (
'id' => '20881',
'name' => 'Tiranë Heliport',
'label' => 'Tiranë Heliport',
'html' => 'Tiranë Heliport',
'lat' => 41.315865416667,
'lng' => 19.888245972222,
),
),
'html' => '<div><b>Search Results for terms \'Iran\'</b> </div><a class="map-link" href="javascript:void(0);" onclick="toggleMapsSearch(\'name\');">4 results of Names with "Iran"</a><div id="map-results-name" class="map-results-nubbin" style="display:none;"><a class="map-sub-links" href="javascript:mapClickHandler(\'1403\')">Amborovy Airport (Philibert Ts<span Style="color:red; Font-weight:bold;">Iran</span>ana Airport)</a><a class="map-sub-links" href="javascript:mapClickHandler(\'6160\')">Generalissimo Francisco De M<span Style="color:red; Font-weight:bold;">Iran</span>da Airbase</a><a class="map-sub-links" href="javascript:mapClickHandler(\'7808\')">T<span Style="color:red; Font-weight:bold;">Iran</span>a International Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'20881\')">T<span Style="color:red; Font-weight:bold;">Iran</span>ë Heliport</a></div><a class="map-link" href="javascript:void(0);" onclick="toggleMapsSearch(\'city\');">4 results of Cities with "Iran"</a><div id="map-results-city" class="map-results-nubbin" style="display:none;"><a class="map-sub-links" href="javascript:mapClickHandler(\'5218\')">Abadan, <span Style="color:red; Font-weight:bold;">Iran</span> : Abadan Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5330\')">Lar, <span Style="color:red; Font-weight:bold;">Iran</span> : Lar Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'7808\')">T<span Style="color:red; Font-weight:bold;">Iran</span>a : Tirana International Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'20881\')">T<span Style="color:red; Font-weight:bold;">Iran</span>a : Tiranë Heliport</a></div><a class="map-link" href="javascript:void(0);" onclick="toggleMapsSearch(\'country\');">15 results of Countries with "Iran"</a><div id="map-results-country" class="map-results-nubbin" style="display:none;"><a class="map-sub-links" href="javascript:mapClickHandler(\'5218\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Abadan Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5225\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Ahvaz Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5242\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Ardabil Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5243\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Asalouyeh Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5251\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Bandar Abbas International Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5259\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Birjand Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5278\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Dezful Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5306\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Jiroft Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5326\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Konarak Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5330\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Lar Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5331\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Lavan Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5359\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Parsabad-Moghan Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5361\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Persian Gulf Airport (Khalije Fars Airport)</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5393\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Shahid Sadooghi Airport</a><a class="map-sub-links" href="javascript:mapClickHandler(\'5411\')"><span Style="color:red; Font-weight:bold;">Iran</span> : Tabriz International Airport</a></div>',
)
</code></pre>
<p>And here's what happens when I try to encode it in JSON using Zends_JSON class...</p>
<pre><code>{"map":[{"id":"1403","name":"Amborovy Airport (Philibert Tsiranana Airport)","label":"Amborovy Airport (Philibert Tsiranana Airport)","html":"Amborovy Airport (Philibert Tsiranana Airport)","lat":"-0.666944","lng":"46.3517"},{"id":"6160","name":"Generalissimo Francisco de Miranda Airbase","label":"Generalissimo Francisco de Miranda Airbase","html":"Generalissimo Francisco de Miranda Airbase","lat":"0.485","lng":"-66.8436"},{"id":"7808","name":"Tirana International Airport","label":"Tirana International Airport","html":"Tirana International Airport","lat":"41.4150929722","lng":"19.7233001667"},{"id":"20881","name":null,"label":null,"html":null,"lat":41.315865416667,"lng":19.888245972222},{"id":"5218","name":"Abadan Airport","label":"Abadan Airport","html":"Abadan Airport","lat":"0.371111","lng":"48.2283"},{"id":"5330","name":"Lar Airport","label":"Lar Airport","html":"Lar Airport","lat":"0.673056","lng":"54.3814"},{"id":"7808","name":"Tirana International Airport","label":"Tirana International Airport","html":"Tirana International Airport","lat":"41.4150929722","lng":"19.7233001667"},{"id":"20881","name":null,"label":null,"html":null,"lat":41.315865416667,"lng":19.888245972222},{"id":"5218","name":"Abadan Airport","label":"Abadan Airport","html":"Abadan Airport","lat":"0.371111","lng":"48.2283"},{"id":"5225","name":"Ahvaz Airport","label":"Ahvaz Airport","html":"Ahvaz Airport","lat":"0.337431","lng":"48.762"},{"id":"5242","name":"Ardabil Airport","label":"Ardabil Airport","html":"Ardabil Airport","lat":"0.325556","lng":"48.4242"},{"id":"5243","name":"Asalouyeh Airport","label":"Asalouyeh Airport","html":"Asalouyeh Airport","lat":"0.481389","lng":"52.6153"},{"id":"5251","name":"Bandar Abbas International Airport","label":"Bandar Abbas International Airport","html":"Bandar Abbas International Airport","lat":"0.218056","lng":"56.3778"},{"id":"5259","name":"Birjand Airport","label":"Birjand Airport","html":"Birjand Airport","lat":"0.898056","lng":"59.2661"},{"id":"5278","name":"Dezful Airport","label":"Dezful Airport","html":"Dezful Airport","lat":"0.434444","lng":"48.3976"},{"id":"5306","name":"Jiroft Airport","label":"Jiroft Airport","html":"Jiroft Airport","lat":"0.726944","lng":"57.6703"},{"id":"5326","name":"Konarak Airport","label":"Konarak Airport","html":"Konarak Airport","lat":"0.443333","lng":"60.3819"},{"id":"5330","name":"Lar Airport","label":"Lar Airport","html":"Lar Airport","lat":"0.673056","lng":"54.3814"},{"id":"5331","name":"Lavan Airport","label":"Lavan Airport","html":"Lavan Airport","lat":"0.810278","lng":"53.3561"},{"id":"5359","name":"Parsabad-Moghan Airport","label":"Parsabad-Moghan Airport","html":"Parsabad-Moghan Airport","lat":"0.603606","lng":"47.8815"},{"id":"5361","name":"Persian Gulf Airport (Khalije Fars Airport)","label":"Persian Gulf Airport (Khalije Fars Airport)","html":"Persian Gulf Airport (Khalije Fars Airport)","lat":"0.379444","lng":"52.7375"},{"id":"5393","name":"Shahid Sadooghi Airport","label":"Shahid Sadooghi Airport","html":"Shahid Sadooghi Airport","lat":"0.905","lng":"54.2764"},{"id":"5411","name":"Tabriz International Airport","label":"Tabriz International Airport","html":"Tabriz International Airport","lat":"0.133889","lng":"46.235"},{"id":"1416","name":"Arrachart Airport","label":"Arrachart Airport","html":"Arrachart Airport","lat":"-0.349167","lng":"49.2917"},{"id":"7808","name":"Tirana International Airport","label":"Tirana International Airport","html":"Tirana International Airport","lat":"41.4150929722","lng":"19.7233001667"},{"id":"20881","name":null,"label":null,"html":null,"lat":41.315865416667,"lng":19.888245972222}],"html":null}
</code></pre>
<p>Notice at the end - the humongous clunk of HTML - GONE replaced by a null.... whats happening here :(</p>
<p><hr></p>
<p>EDIT</p>
<p>After some investigation I found this error in my error logs:</p>
<pre><code>PHP Warning: json_encode() [<a href='function.json-encode'>function.json-encode</a>]: Invalid UTF-8 sequence in argument in C:\wamp\www\fltdata\library\Zend\Json.php
</code></pre>
<p>I think it might have something to do with the problem I'm facing? How do I fix this?</p>
<p><hr></p>
<p>EDIT</p>
<p>My version of Php is 5.2.9-2 - I doubt this is due to the issue which was in versions earlier than 5.2.7... help here guys please!!!</p>
<p><hr></p>
<p>EDIT</p>
<p>Running the object through json_encode() returns the same result and I get the same error:</p>
<pre><code>PHP Warning: json_encode() [<a href='function.json-encode'>function.json-encode</a>]: Invalid UTF-8 sequence in argument in...
</code></pre>
<p>I'm stumped here :(</p>
<p><hr></p>
<p>SOLUTION</p>
<p>WOO HOOO!!!! I figured it out: I just run the html string variable through a utf8_encode function and then run the JSON encode function on it:</p>
<p>$result['html'] = utf8_encode($result['html']);</p>
<p>And it works - Thanks everybody for all the help guys - I feel heavily confined by not being able to vote more than once for each of the posts here - you've all been a fanstastic help :D Thanks again!!!</p>
http://stackoverflow.com/questions/1699833/need-to-convert-set-of-coordinates2Need to Convert Set of CoordinatesAli2009-11-09T08:53:06Z2009-11-09T09:44:25Z
<p>Hi guys, I'm stuck with another coordinates related query here. I have a number of CSV files and they all have a bunch of coordinates mentioned however the coordinates are in differing formats like some files have the coordinates shown as so:</p>
<pre><code>40.0873°N 20.1531°E
</code></pre>
<p>While some have them as so:</p>
<pre><code>27°50′21″N 00°11′07″W
</code></pre>
<p>I need a way to set up a function in PHP that:</p>
<p>First of all deduces what format the coordinates are in</p>
<p>Then convert the coordinates into latitude and longitudes as so:</p>
<pre><code>37.235
-115.811111
</code></pre>
<p>Plus I understand the second format is Hours Minutes Seconds - the thing is that how do I extract the hours minutes and seconds from this kind of string.</p>
<p>Any help would be greatly appreciated...</p>
http://stackoverflow.com/questions/931573/managing-a-social-networking-website-what-should-i-do-and-how0Managing a social networking website - what should I do and how?Ali2009-05-31T07:41:15Z2009-11-06T03:50:02Z
<p>This isnt actually a programming related query but again - I've set up a free social networking site on a small level. However I need to know what procedures do I need to follow to make sure that in a bad situation I can recover with minimal embarrasment.</p>
<p>Everything like what conventions should I follow when I need to :</p>
<ul>
<li>Make updates to the sites code when I add or update a module or fix a bug.</li>
<li>Fix a bug I discovered some how.</li>
<li>Backups of data.</li>
<li>Currently on a shared host but would be shifting soon to a dedicated one - migration issues - don't have many users at the moment thought just close friends but the number would rise quick.</li>
<li>Maintenance work on the site.</li>
<li>Dealing with spammers.</li>
</ul>
<p>Basically I'd like a crash course in webmastering a social networking site for dummies.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1631493/ajax-not-firing-on-prototype-i-think-i-need-to-unset-or-remove-a-javascript-met0Ajax not firing on prototype - I think I need to unset or remove a javascript method - causing havoc help!Ali2009-10-27T15:13:25Z2009-10-28T05:55:15Z
<p>Hi guys, I'm working using scriptaculous library. However I'm facing some issues with inclusion of the JSON library for the prototype library. It adds a toJSONSTring and parseJSONSTRING method to all objects automatically and frankly this is causing havoc in places. Like I can't seem to use the Ajax Updater function and I suspect its because of this toJSONSTring method that has been attached to my options object which I pass to it.</p>
<p>Is there anyway to unset or atleast somehow remove a function which has been added to the Object.</p>
<p>EDIT:::</p>
<p>Actually I'm trying to make an ajax request and I'm facing an issue in the</p>
<pre><code>Ajax.Updater = Class.create(Ajax.Request,....
</code></pre>
<p>part of the prototype library. At the part where its supposed to execute and post an AJAX request it doesn't - especially at:</p>
<pre><code>$super(url, options);
</code></pre>
<p>To be precise I'm using this sortable and editable table grid here at this url:
<a href="http://cloud.millstream.com.au/millstream.com.au/upload/code/tablekit/index.html" rel="nofollow">http://cloud.millstream.com.au/millstream.com.au/upload/code/tablekit/index.html</a></p>
<p>Basically you clcik on a table cell to edit it and push the OK button to confirm. Upon clicking the button an ajax request is made.</p>
<p>The editable feature of the table calls the Ajax updater as follows in a submit function:</p>
<pre><code>submit : function(cell, form) {
var op = this.options;
form = form ? form : cell.down('form');
var head = $(TableKit.getHeaderCells(null, cell)[TableKit.getCellIndex(cell)]);
var row = cell.up('tr');
var table = cell.up('table');
var ss = '&row=' + (TableKit.getRowIndex(row)+1) + '&cell=' + (TableKit.getCellIndex(cell)+1) + '&id=' + row.id + '&field=' + head.id + '&' + Form.serialize(form);
this.ajax = new Ajax.Updater(cell, op.ajaxURI || TableKit.option('editAjaxURI', table.id)[0], Object.extend(op.ajaxOptions || TableKit.option('editAjaxOptions', table.id)[0], {
postBody : ss,
onComplete : function() {
var data = TableKit.getCellData(cell);
data.active = false;
data.refresh = true; // mark cell cache for refreshing, in case cell contents has changed and sorting is applied
}
}));
},
</code></pre>
<p>The problem is that the request is never made and I keep pushing the OK button to no avail.</p>
<p>EDIT::::::::::::::::</p>
<p>I'm still stumped here - I've even tried calling the Ajax.Updater function on my own and it won't work at all. Its like this function has officially been rendered as useless all of a sudden. I've made the changes you said but all to no avail :( frankly I'm running out of options here - another idea would be to ditch this tablekit and look for something else which has similar functionality in the hopes that THAT MIGHT work!</p>
http://stackoverflow.com/questions/1617649/users-entering-ampersand-character-messing-up-my-sites-w3c-validation0Users entering ampersand & character messing up my sites w3c validationAli2009-10-24T10:48:21Z2009-10-26T20:40:07Z
<p>Hi guys, my social networking site is w3c xhtml valid however users are able to post blog reports and stuff and at times enter in ampersand characters which in turn mess up my validation. How can I fix this and are there any other single characters that I need to look out for that could mess up my validation?</p>
http://stackoverflow.com/questions/1584369/building-a-cms-for-bilingual-website-need-tips1Building a CMS for bilingual website - need tipsAli2009-10-18T08:34:28Z2009-10-25T19:00:13Z
<p>Hi guys, I'm building a really simple CMS for a bilingual website. The website would have 5+5 pages each of which would have varying content. Its like you have an about us page, services page a news page and contact us page in two languages.</p>
<p>I was wondering that on the CMS backend admin panel I would be making .. what is the better option should I make two separate admin panels for the two different languages - it seems like over kill though but again what is the preferred way in such a case where you have a cms website in two different languages...</p>
<p>Or should I consider using a third party cms for this? I haven't worked in Drupal or in Jhoomla much and have little idea here. Basically my client needs a corporate website which would have an:</p>
<p>About us page, Mission Statement, Products[this should be updateable], News and Updates[updateable], Contact Us, Feedback etc to name a few. </p>
<p>The site should be bilingual as well. </p>
<p>How should I get on this I need to submit a mock up soon. I have about 10 days to finish the project so would like to hear some ideas on how to get started.</p>
http://stackoverflow.com/questions/1605918/problem-with-sending-emails-using-zend-mail0Problem with sending emails using Zend MailAli2009-10-22T09:02:05Z2009-10-22T13:06:40Z
<p>Something is wrong here - whenever I try to send two different emails using the Zend Mail function i.e. creating a Zend mail object then populating it with needed details and sending - it works the first time but immediately if I repeat the process for another email with other details... IT DIES OUT giving me this silly error!!!</p>
<pre><code>[22-Oct-2009 12:57:45] PHP Warning: require_once(Zend/Mail/Protocol/Exception.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in C:\wamp\www\somesite\library\Zend\Mail\Protocol\Abstract.php on line 275
[22-Oct-2009 12:57:45] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'Zend/Mail/Protocol/Exception.php' (include_path='C:\wamp\www\fltdata;../library;.;C:\php5\pear;../application/models') in C:\wamp\www\somesite\library\Zend\Mail\Protocol\Abstract.php on line 275
</code></pre>
<p>I've been at it for two hours now and have no idea why is this happening! Help please :'(</p>
http://stackoverflow.com/questions/1599897/sql-statement-queries-parameters-become-case-sensitive-how-so1SQL statement queries parameters become case sensitive how so???Ali2009-10-21T10:15:55Z2009-10-21T10:23:20Z
<p>Hi guys, I'm running a SQL query on my mysql database but for some reason its case sensitive like if an entry exists as 'NAME = Andrew' running a sql query like:</p>
<pre><code>SELECT * WHERE NAME Like 'and%'
</code></pre>
<p>Doesn't work but </p>
<pre><code>SELECT * WHERE NAME Like 'And%'
</code></pre>
<p>does work? WHat gives I'm running a php mysql set up here...</p>
http://stackoverflow.com/questions/1367239/someone-created-two-identical-accounts-on-my-website-at-the-exact-same-time-how1Someone created two identical accounts on my website at the exact same time. How is it possible?Ali2009-09-02T11:50:47Z2009-10-19T02:19:48Z
<p>I can't believe this - someone actually created two accounts on my social networking website using the same email even though there are both server sided as well as client sided validation checks that prevent such a thing from happening. But get this the time noted in the creation of both the accounts are exactly the same time.</p>
<p>For some reason I'm doubting that this was possible using the forms or any interface - however I'm more than curious to find how did this happen? Anyone have any ideas here?</p>
http://stackoverflow.com/questions/1560165/how-do-i-convert-these-coordinates-to-google-map-readable-coordinates2How do I convert these coordinates to google map readable coordinates?Ali2009-10-13T13:12:40Z2009-10-13T13:13:41Z
<p>Hi guys I need to convert coordinates in the following form:</p>
<pre><code>N42-53.9°
W072-16.2°
</code></pre>
<p>INto something thats kinda like the following:</p>
<pre><code>-90.7311
0.346944
</code></pre>
<p>A php function would be greatly appreciated - or just a formula would also be nice enough :)</p>
http://stackoverflow.com/questions/1299457/divide-humongous-excel-sheets-into-multiple-excel-files-not-programming-questio0Divide humongous excel sheets into multiple excel files - not programming question [closed]Ali2009-08-19T11:54:37Z2009-10-12T17:02:57Z
<p>Not exactly a programming question but I have an excel file which has over a few thousand records and I would like to have it divided into smaller excel files of lets say a few hundred records. Whats the easiest way to do this - sorry for not being a direct programming question :(</p>
http://stackoverflow.com/questions/1530055/absolute-relative-path-issues-in-referenceing-web-assets-need-help-php-relate0Absolute Relative path issues in referenceing web assets - need help - php relatedAli2009-10-07T07:24:29Z2009-10-10T18:08:15Z
<p>Hi guys I'm in a bit of a pickle here now. Well to start with I built a simple CMS in PHP with an admin panel the directory structure is like this:</p>
<pre><code>root/
->admin/
->images/
</code></pre>
<p>It worked fine as is however the client requirements changed and they wanted that instead of having to access the admin folder as a folder within the root it be accessed as a web subdomain. so www.site.com/admin becomes admin.site.com</p>
<p>However this has terrible messed up and destroyed practically all the referencing I had done. Like I upload images on the CMS - however now uploading on ../images doesn't work as its now under a subdomain and I'm all messed up in trying to relatively reference images from there too. I've been trying to hack away at my config file for weeks and can't get to fix this :( - help please - on the front end the site is o.k. but my admin section is all messed up :(</p>
<p>I'm using PHP and MySQL.</p>
http://stackoverflow.com/questions/741345/how-do-i-implement-direct-identity-based-openid-authentication-with-zend-openid4How do I implement Direct Identity based OpenID authentication with Zend OpenIDAli2009-04-12T06:08:06Z2009-10-06T12:49:19Z
<p>Hi Guys, I'm using the Zend framework and the openid selector from <a href="http://code.google.com/p/openid-selector/" rel="nofollow">http://code.google.com/p/openid-selector/</a> - however I find I can't login using sites like Google and Yahoo as they use direct identity based login system whereby one is just redirected to a url as opposed to entering a unique url of their own for authentication.</p>
<p>I've checked out many options and hacks but none of them seem to work. How can i get this to work here btw - how is it implemented at stack overflow? I could really use all the help here guys..</p>
<p><hr /></p>
<p>Edit</p>
<p>Well the issue here is that from what I have noticed is that the Zend OpenID class doesn't support OpenID 2.0 the thing is that a typical open ID providor gives you a unique url such as your-name.openid-providor.com or openid-providor.com/your-name and the Zend OpenId class just parses through that url and then redirects you to the providor website where upon authentication you are redirected back.</p>
<p>In the case of Yahoo and google - you don't enter a unique url instead you are redirected to the providors login site and upon login and authentication you are redirected back - so basically whats happeining is that the zend_openID object when it parses to tell who the providor is it fails to tell from the general url itself. Like when you click on teh Google link it redirects you to https://www.google.com/accounts/o8/id</p>
<p>Its more an issue with the zend openid object here and there isn't any help on zend related forums - so I was wondering if someone had already hacked or had an alteration I could make to the class to accomplish this. Sorry if I'm missing something but I'm kinda new to this and programming with open ID and have just started to get my feet wet.</p>
<p><hr /></p>
<p>Thanks for the follow up - I did check into RPX a while back and they do have a php class but I wasnt able to check it out plus I really just want to for now get the code selector used as on stackoverflow to work with Yahoo and Google authentication. There has to be some kind of way to tweak the parsing which the Zend OpenID class uses as it runs a series of regular expression checks to make a discovery.</p>
http://stackoverflow.com/questions/1515877/sql-query-to-collect-entries-from-different-tables-need-an-alternate-to-union0SQL query to collect entries from different tables - need an alternate to UNIONAli2009-10-04T08:04:52Z2009-10-04T08:22:23Z
<p>Hi guys, I'm running a sql query to get basic details from a number of tables. Sorted by the last update date field. Its terribly tricky and I'm thinking if there is an alternate to using the UNION clause instead...I'm working in PHP MYSQL.</p>
<p>Actually I have a few tables containing news, articles, photos, events etc and need to collect all of them in one query to show a simple - whats newly added on the website kind of thing.</p>
http://stackoverflow.com/questions/1513513/quotes-and-double-quotes-always-escaped-when-retrieve-from-table-how-can-i-fix-t0Quotes and double quotes always escaped when retrieve from table? How can I fix this?Ali2009-10-03T11:21:45Z2009-10-04T08:05:08Z
<p>Hi guys, I'm using the Zend framework here - I've noticed that for some reason the information is automatically escaped when it goes into the database - it doesn't do so on my localhost but it escapes automatically on my host. And when data is retrieved its not unescaped so something like 'Chris O'Donnel' goes in as Christ O\' Donnel and comes out the same way?</p>
<p>How can I control this?</p>
http://stackoverflow.com/questions/1483331/want-to-create-a-facebook-likenews-and-updates0Want to create a facebook likenews and updates ...Ali2009-09-27T10:54:58Z2009-09-28T02:16:31Z
<p>Hi guys, I'm wokring on a simple social network site and I would like to build a simple news update feed. Feed not in the actual sense but you know like those little reports you get on facebook eg when someone posts a picture you get a simple report saying in your main page that - so and so added a picture, or so and so added a comment. Stuff like that one liners.</p>
<p>However I want to build something similar. I was thinking of running a union based query on all my tables but that is INSANELY impractical. Another idea I had was to create a news feed table which would have fields like:</p>
<p>Who - Action - ON WHAT</p>
<p>Where 'WHo' - refers to the user ID of the individual who did something
Action refers to the action ie.. adding a comment
WHAT refers to like if the action was done ON something like a comment passed on an article.</p>
<p>However I'm not so sure if this is a good idea... I want a simple solution - any ideas would be much appreciated.</p>
http://stackoverflow.com/questions/1332787/zend-framework-this-baseurl-always-returns-the-current-page-why0Zend Framework $this->baseUrl() always returns the current page :( whyAli2009-08-26T06:50:19Z2009-09-22T20:58:55Z
<p>Hi guys - check out this website www.fltdata.com. For some reason the home link no matter what page you go on instead of pointing to the home page it points to the current page. It works fine on my localhost but online its behaving like this. The href value of the home link is just : $this->baseUrl()</p>
<p>Whats wrong here..</p>
<p>=== EDIT===</p>
<p>Well I have created a helper which is as below:</p>
<pre><code>class Zend_View_Helper_BaseUrl
{
protected $_baseUrl;
function __construct()
{
$fc = Zend_Controller_Front::getInstance();
$this->_baseUrl = $fc->getBaseUrl();
}
function baseUrl()
{
return $this->_baseUrl;
}
}
</code></pre>
<p>ANd this is I guess whats being called whenever I call $this->baseUrl. Could this be the problem - however it works okay in my localhost and not online so - must be some kind of configuration issue - where should I look?</p>
http://stackoverflow.com/questions/1415092/accentuated-characters-look-funny-in-html-passed-in-ajax-call0Accentuated characters look funny in html passed in ajax call..Ali2009-09-12T13:16:16Z2009-09-13T09:53:33Z
<p>Hi guys, I've run into issues here I notice that some accentuated characters if I try to pass them as value sin an ajax call they end up all funny LIke for example:</p>
<p>Adana Şakirpaşa</p>
<p>turns into</p>
<p>Adana %u015Eakirpa%u015Fa</p>
<p>WHats wrong here :(</p>
<p>EDIT==================</p>
<p>The problem is that once the characters are recieved by my php script on the backend they are all messed up by then! What should I do :(</p>
http://stackoverflow.com/questions/1404334/my-website-was-used-by-a-freak-hacker-as-a-phishing-site-what-can-i-do1My website was used by a freak hacker as a phishing site! What can I do? [closed]Ali2009-09-10T09:46:50Z2009-09-10T19:51:02Z
<p>My website was taken down a day back - got a message form the host saying that they recieved a complaint from the Bank of America that my website was being used for phishing customers. I managed to bring my site online and found a number of weird code snippets and files on the site that I didn't put there. They were definitely put by a hacker but now I'm scared with regards to how did the hacker get into my site and put his files there. </p>
<p>What can I do to prevent something like this happening again!?!?!?</p>
http://stackoverflow.com/questions/1382787/how-can-i-ensure-my-website-always-opens-as-www-mysite-com-and-not-mysite-com-t2How can I ensure my website always opens as www.mysite.com and not mysite.com - this messed up my Google OpenID logins?Ali2009-09-05T08:30:58Z2009-09-06T07:22:24Z
<p>Hi guys, my website has a log in by open id feature. When a user logs in for the first time using his/ her openid they are redirected to a create account page. I noticed just recently that one user when logged in using her google account created an account for the first time. However when she tried to log in again using the same google account - she was faced with creating a new account again. I checked the db and saw that although she used the same google account - the open ID urls which were retrieved are different? </p>
<p>EDIT===================</p>
<p>Thanks Kobi for the information - the issue is that I need to set up my website so it always opens with www prepended to it i.e. <a href="http://www.mysite.com" rel="nofollow">http://www.mysite.com</a> and NOT <a href="http://mysite.com" rel="nofollow">http://mysite.com</a></p>
<p>Owing to this subtle difference google OpenID recognises the two urls as different urls!!! Help please</p>
<p>I realised its an htaccess thing however I googled a bit and found these htaccess commands:</p>
<pre><code>RewriteCond %{HTTP_HOST} ^site.com [NC]
RewriteRule (.*) http://www.site.com/$1 [L,R=301]
</code></pre>
<p>However the problem is that when I use this in my htaccess it does forward and ensure the link reads as www.site.com however it messed up all the javascript links - actually I'm using url rewriting here as well... my whole htaccessfile is somewhat like this:</p>
<pre><code>RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* index.php
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
AddType text/css .css
</code></pre>
<p>inclusion of the two lines messes up the url rewriting :( what do I do here</p>
<p>======================</p>
<p>Uh never mind I figured it out :) I was putting the two rewrite url lines at the end thus somehow overriding the other rewrite rules - putting them in the beginning fixed it :) thanks anyway</p>
http://stackoverflow.com/questions/1366195/jquery-question-select-and-change-background-color-of-all-hyperlinks-save-link0Jquery Question - select and change background color of all hyperlinks save link clickedAli2009-09-02T07:01:06Z2009-09-02T07:09:00Z
<p>Hi guys, need a quick help here. I have a series of hyperlinks all with the same class name. I want that when I click on anyone of the links - the background colors of all the other hyperlinks change except the link I have clicked.</p>
http://stackoverflow.com/questions/1326495/trying-to-outpt-vcard-for-download-using-zend-framework-something-wrong0Trying to outpt vcard for download using zend framework - something wrongAli2009-08-25T07:07:14Z2009-08-25T07:20:42Z
<p>Hi guys, I've added a download vcard option in my social networking system - however when I try to get it to download the vcard for some reason the vcard is downloaded as a raw file i.e. I need to rename it to be a vcf file in order to open as a vcard. I'm using the following code to send headers but for some reason its not working as it should:</p>
<pre><code>header("Content-Disposition: attachment; filename=vcard-$filename".'.vcf');
header("Content-Length: ".strlen($output));
header("Connection: close");
header("Content-Type: text/x-vCard; name=vcard-$filename".'.vcf');
echo $output;
</code></pre>
<p>Despite that the file is downloaded without the extension .vcf and I have to manually add the extension - whats wrong here :( I'm using Zend Framework and I've disable using any view in the action which spills out the vcard for download...</p>
<p>==================================</p>
<p>Uh never mind I figured it out - the $filename value had a %20 in it - thanks anyway :"></p>
http://stackoverflow.com/questions/1326495/trying-to-outpt-vcard-for-download-using-zend-framework-something-wrong/1326540#13265400Answer by Ali for Trying to outpt vcard for download using zend framework - something wrongAli2009-08-25T07:20:42Z2009-08-25T07:20:42Z<p>Uh never mind I figured it out - the $filename value had a %20 in it - thanks anyway :"></p>
http://stackoverflow.com/questions/847004/adding-many-markers-kills-my-google-maps-how-do-i-do-this1Adding many markers kills my google maps - how do I do this?Ali2009-05-11T06:53:48Z2009-08-25T07:17:29Z
<p>Hi guys, I'm stuck here again. I have a database with over 120 000 coordinates that I need to be displayed on a google maps integrated in my application. The thing is that and I've found out the hard way simply looping through all of the coordinates and creating an individual marker for each and adding it using the addOverlay function is killing the browser. So that definitely has to be the wrong way to do this- I've read a bit on clustering or Zoom level bunching - I do understand that theres no point in rendering all of the markers especially if most of them won't be seen in non rendered parts of the map except I have no idea how to get this to work.</p>
<p>How do I fix this here. Please guys I need some help here :(</p>
http://stackoverflow.com/questions/1321779/any-vcard-generator-class-for-zend-framework0Any VCARD generator class for Zend framework?Ali2009-08-24T11:13:19Z2009-08-24T11:24:05Z
<p>Hi guys I need a class to generate vcards - something that I can use with the Zend Framework - nothing too flashy. Thanks again...</p>
http://stackoverflow.com/questions/1321022/need-table-code-design-for-recommend-user-profile-function0Need table code design for recommend user profile functionAli2009-08-24T08:01:51Z2009-08-24T08:19:08Z
<p>Hi guys, I have a simple social network project going and I would like to add a simple recommend this user profile function. A logged in user can 'recommend' a user once - its just like the 'This ansewr is helpful/not helpful' buttons here on posts in Stackoverflow. I want a simple table design to implement the exact idea - any tips?</p>
<p>A user can recommend any user ONLY once and likewise each profile would have a simple tally saying - this user has been recommended X times. Its just a number nothing real fancy or so...</p>
http://stackoverflow.com/questions/1746608/google-maps-not-rendering-completely-on-page/1778075#1778075Comment by Ali on Google Maps not rendering completely on page?Ali2009-11-22T07:33:37Z2009-11-22T07:33:37ZTry it in Internet Explorer - it does that a lot in Firefox sometimes but sometimes it doesn'thttp://stackoverflow.com/questions/1746608/google-maps-not-rendering-completely-on-page/1746646#1746646Comment by Ali on Google Maps not rendering completely on page?Ali2009-11-21T11:46:26Z2009-11-21T11:46:26ZPlease check my update...http://stackoverflow.com/questions/1761303/handling-successive-ajax-requests-jquery/1763901#1763901Comment by Ali on Handling successive Ajax requests - JQUERYAli2009-11-21T09:22:54Z2009-11-21T09:22:54ZI'm actually using the getJSON object - it doesn't seem to be working :(http://stackoverflow.com/questions/1761303/handling-successive-ajax-requests-jquery/1761327#1761327Comment by Ali on Handling successive Ajax requests - JQUERYAli2009-11-19T07:05:24Z2009-11-19T07:05:24ZI have the timer part set up thats no issue - I need a way to ensure that multiple requests aren't made one after the other and that any request made should cancel out a similar request made before so that the callbacks do not interfere with each other...http://stackoverflow.com/questions/1761303/handling-successive-ajax-requests-jquery/1761364#1761364Comment by Ali on Handling successive Ajax requests - JQUERYAli2009-11-19T06:57:32Z2009-11-19T06:57:32ZThere 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 codehttp://stackoverflow.com/questions/1746608/google-maps-not-rendering-completely-on-page/1746646#1746646Comment by Ali on Google Maps not rendering completely on page?Ali2009-11-17T06:01:31Z2009-11-17T06:01:31ZAw come on :( anyone have any ideas here?http://stackoverflow.com/questions/1746608/google-maps-not-rendering-completely-on-page/1746646#1746646Comment by Ali on Google Maps not rendering completely on page?Ali2009-11-17T04:54:47Z2009-11-17T04:54:47ZWell 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...http://stackoverflow.com/questions/1741894/zendjsonencode-messing-up-why/1742111#1742111Comment by Ali on Zend_JSON:Encode messing up - why!?!??!Ali2009-11-16T13:58:49Z2009-11-16T13:58:49ZRunning through json_encode() gives the same result :(http://stackoverflow.com/questions/1741894/zendjsonencode-messing-up-why/1742111#1742111Comment by Ali on Zend_JSON:Encode messing up - why!?!??!Ali2009-11-16T13:54:52Z2009-11-16T13:54:52ZI'm not sure how to do that manually - what do I need to code I'm just calling a simple:
Zend_Json::encode($obj)
http://stackoverflow.com/questions/1741894/zendjsonencode-messing-up-whyComment by Ali on Zend_JSON:Encode messing up - why!?!??!Ali2009-11-16T13:33:10Z2009-11-16T13:33:10ZI just noticed :-S my version of Php is 5.2.9-2 - isn't that good enough?http://stackoverflow.com/questions/1741894/zendjsonencode-messing-up-why/1742111#1742111Comment by Ali on Zend_JSON:Encode messing up - why!?!??!Ali2009-11-16T13:32:13Z2009-11-16T13:32:13ZI just noticed :-S my version of Php is 5.2.9-2 - isn't that good enough?http://stackoverflow.com/questions/1741894/zendjsonencode-messing-up-whyComment by Ali on Zend_JSON:Encode messing up - why!?!??!Ali2009-11-16T13:29:43Z2009-11-16T13:29:43ZOh dear - is there some other way around this :(http://stackoverflow.com/questions/1741894/zendjsonencode-messing-up-why/1741969#1741969Comment by Ali on Zend_JSON:Encode messing up - why!?!??!Ali2009-11-16T13:01:54Z2009-11-16T13:01:54ZCheck my update...I'm getting a UTF related warning herehttp://stackoverflow.com/questions/1741894/zendjsonencode-messing-up-why/1741969#1741969Comment by Ali on Zend_JSON:Encode messing up - why!?!??!Ali2009-11-16T12:52:27Z2009-11-16T12:52:27ZTypecasting isn't working at all :( I'm trying to add some var_dumps in the function you mentioned... gimme a whilehttp://stackoverflow.com/questions/1699833/need-to-convert-set-of-coordinates/1699957#1699957Comment by Ali on Need to Convert Set of CoordinatesAli2009-11-09T09:36:09Z2009-11-09T09:36:09ZThanks for the great help guys :)