Re: [fw-general] IE issues and i have no idea

2009-05-11 Thread dele454
Thanks Matt. The JSlink was very useful and helpful. But the problem still persists. I have tried a couple of things; 1. I have validated all my pages to make sure that all the tags are closed 2. check all my js code with JSLint for any errors 3. used the defer attribute of the js declaration

[fw-general] IE issues and i have no idea

2009-05-06 Thread dele454
Hi, Whenever i browse the site i am working on at the moment using IE, i get the error below. I have tried to pin it on something but i dont know when it is giving such a message in IE. I have checked everything in my bootstrap but i cant find anything out of the ordinary there. Please i need

Re: [fw-general] IE issues and i have no idea

2009-05-06 Thread dele454
be the same error - I don't remember what it said). I think the best solution is to ignore IE entirely and let people who use it fend for themselves. Unfortunately the boss man disagrees. Mark On Wed, May 6, 2009 at 1:14 PM, dele454 d...@killerinstinct.co.za wrote: Hi, Whenever i browse

Re: [fw-general] IE issues and i have no idea

2009-05-06 Thread dele454
of info, but the basic gist of it is that you need to delay the execution of any JS that is going to manipulate the page. On Thu, May 7, 2009 at 5:40 AM, dele454 d...@killerinstinct.co.za wrote: Hi Mark, Long time. How are you doing? Thanks for the reply. Well i am using ver 7.0.5730.11

Re: [fw-general] IE issues and i have no idea

2009-05-06 Thread dele454
declaration.I didnt see the error again too. After running various tests i can safely say no 2 is the cause of my problem. dele454 wrote: HI, Thanks for the reply.I was just about to post this: I noticed that if i remove my js declarations the page loads fine in IE without that Error

[fw-general] Zend_paginator + AJAX controls

2009-04-30 Thread dele454
http://www.nabble.com/file/p23310898/pag.gif I'm not sure if this is the right place to post it but i'll simply go ahead. From the view above the table's data uses the Zend_Paginator to return the data from the db. The following describes what i am doing: - I am trying to control the pages

Re: [fw-general] Zend_paginator + AJAX controls

2009-04-30 Thread dele454
I have it sorted now :) http://www.dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/how-can-dojo-pick-new-ids-after-ajax-response#comment-24280 - dee -- View this message in context: http://www.nabble.com/Zend_paginator-%2B-AJAX-controls-tp23310898p23322589.html Sent from the

[fw-general] Iterating through Zend_Paginator items

2009-04-24 Thread dele454
Hi, I am trying to use the Zend_Paginator for the first time. i just need to know how to iterate through the pagination object to get the items from the multidimensional array. echoing the contents of the paginator: Zend_Paginator Object ( [_adapter:protected] = Zend_Paginator_Adapter_Array

Re: [fw-general] Iterating through Zend_Paginator items

2009-04-24 Thread dele454
Oops! Thanks mate i see where i should have know better. Thanks for clarifying. Much appreciated. - dee -- View this message in context: http://www.nabble.com/Iterating-through-Zend_Paginator-items-tp23213957p23223768.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] URL rewriting

2009-03-23 Thread dele454
Hi, I have urls like this http://www.domain.com/venue/details/id/667. But i have been advised that in order to generate more traffic and increase my search rankings i need to re-write my URLs to have more descriptive name of the venue instead something like:

Re: [fw-general] Some widget issues

2009-02-24 Thread dele454
I AM GLAD TO SAY I HAVE FINALLY SORTED THIS LINGERING ISSUE OUT!! What i basically did was a combination of what Rob suggested and some changes on my side. What i did is to change add baseUrl() to all my assets links (css+ images etc) and changed the layout script for those pages behaving badly

Re: [fw-general] Some widget issues

2009-02-23 Thread dele454
I have added the baseUrl() view helper to my layout +view scripts but still having the issue. Any help out there still? - dee -- View this message in context: http://www.nabble.com/Some-widget-issues-tp21686243p22157586.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Some widget issues

2009-02-22 Thread dele454
Hi All, I have looked into this issue again and i dont think it has anything to do with any apache directive or so. I think i has to do with the path dojo is in relation to my innner pages. I mean it shows perfectly on pages with no parameters attached to the URL but the moment you hit a page

Re: [fw-general] Some widget issues

2009-02-22 Thread dele454
); Zend_Controller_Action_HelperBroker::addHelper($viewRenderer); Zend_Dojo::enableView($view); [/code] Thanks i will really appreciate any help that can make me put this behind me :) thanks Matthew Weier O'Phinney-3 wrote: -- dele454 d...@killerinstinct.co.za wrote (on Sunday, 22 February 2009

Re: [fw-general] Some widget issues

2009-02-22 Thread dele454
Maybe this might also help. Another point to mention here is that i have 3 layout scripts for my site: - layout-site.phtml - layout-site-view.phtml - layout-site-view-l2.phtml Now pages like www.mydomain.com/events/browse - use the layout-site.phtml But i couldnt use the same layout

Re: [fw-general] Some widget issues

2009-02-22 Thread dele454
Thanks Rob, I do have the baseUrl() view helper in place but am into the habit of just doing it the html way ;). I will change it as suggested and give it a try to see if it will work as per the widget issues i am having. Thanks i'll let you know the outcome. ;) - dee -- View this message

Re: [fw-general] Quick Question

2009-02-20 Thread dele454
Thanks Colin, I am going to be looking into this over the weekend. And let you know the outcome on your suggestions. Thanks a mil. Will keep you posted. Colin Guthrie-6 wrote: 'Twas brillig, and dele454 at 20/02/09 07:34 did gyre and gimble: Hi, I have this issue that's been lingering

Re: [fw-general] Quick Question

2009-02-20 Thread dele454
to the components so to speak. Colin Guthrie-6 wrote: 'Twas brillig, and dele454 at 20/02/09 10:22 did gyre and gimble: Thanks Colin, I am going to be looking into this over the weekend. And let you know the outcome on your suggestions. Thanks a mil. Will keep you posted. No worries

[fw-general] Quick Question

2009-02-19 Thread dele454
Hi, I have this issue that's been lingering in my codes. Whenever i use the Zend_Mail or Zend_Captcha or any component that generates some kind of resource, i always get such resource twice. In context, if i use the Zend_Mail to send out mails - will recieve the same copy of that mail twice.

Re: [fw-general] Some widget issues

2009-02-12 Thread dele454
Hi, Sorry I am only responding to this now. I have been out of town for a while. My structure looks pretty much the same. I tried changing my .htaccess file to yours but still the problem persists. I have also tried adding the absolute paths of my images in the css file but no luck there too.

Re: [fw-general] Some widget issues

2009-01-28 Thread dele454
http://www.nabble.com/file/p21706098/struc.gif - dee -- View this message in context: http://www.nabble.com/Some-widget-issues-tp21686243p21706098.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Some widget issues

2009-01-27 Thread dele454
hi, I just noticed that bg images, bg colours set in the tundra theme stylesheet (tundra.css) dont apply to some of my pages especially pages whose URLs require parameters like www.mydomain.com/event/details/144. For the lightbox widget: - the controls dont show but shows on pages like

Re: [fw-general] Some widget issues

2009-01-27 Thread dele454
Thanks for the feedback Matthew. That is exactly how my rewrite look like line for line. Not working still. Any other possible leads? Thanks - dee -- View this message in context: http://www.nabble.com/Some-widget-issues-tp21686243p21691624.html Sent from the Zend Framework mailing list

[fw-general] Zend_Captcha

2009-01-13 Thread dele454
Out of curiosity i just need to know if the PNGs created by Zend_Captcha gets deleted after expiration or later on. I just noticed this files can grow in immensely in number on the server and hence populate unnecessary space. Is there a way of configuring the component such that it deletes

Re: [fw-general] hidden form value null problem

2008-12-24 Thread dele454
$criteria = array(); $this-getFrontController()-setParam('noViewRenderer', TRUE); $view = $this-getView(); $form = $this-getForm('detail'); $form-setAction('update'); $view-form = $form; $request =

Re: [fw-general] Zend_Dojo Problem

2008-12-24 Thread dele454
Any help out there? - dee -- View this message in context: http://www.nabble.com/Zend_Dojo-Problem-tp21136696p21156968.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Zend_Dojo Problem

2008-12-24 Thread dele454
Am still in need of assistance passing layout variables to view scripts. Sounds trivial but dont know how ;) - dee -- View this message in context: http://www.nabble.com/Zend_Dojo-Problem-tp21136696p21156971.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Zend_Dojo Problem

2008-12-23 Thread dele454
Whao!! Thanks for this comprehensive explanation. You really shed light on a lot of things. Am reading a few books on Dojo so i reckon i was adapting the code to the ZF rather than find out how the framework would have it rendered. Above all your covered a lot of things the documentation doesnt

[fw-general] Re: re[fw-general] quest and action problem

2008-12-23 Thread dele454
You definately need to send some codes through for ppl to see. You explanation gets to mix up in my head just by reading it. Provide some sample codes of your view script and model so you can get the help u require. Cheers - dee -- View this message in context:

[fw-general] Zend_Dojo Problem

2008-12-22 Thread dele454
hi, I dont know why this is so but this is the problem i am encountering. If i use dojo declaratively, the dojo view helper applies the dijit params as expected as well as the theme specified. But if i add a form element programmatically, though it create the form element none of the dijit

Re: [fw-general] Zend_Dojo Problem

2008-12-22 Thread dele454
Thanks Matthew, am quite unclear on your repsonse. What do you mean by saying the paramaters are mixed on client side by Javascript...? I was just wondering why dijit parameters were not applied to the dijit using the programmtic approach. It only applies the html attributes to the widget!!

RE: [fw-general] Zend_Dojo Problem

2008-12-22 Thread dele454
Ok i do understand the theory behind these explanations but it still doesnt click to me. I know yes the programmatic style is to allow one's doc to be parsed by the validator because of the dijit specific attributes when compared to the declarative. But if javascript is going to do the inserts

RE: [fw-general] Zend_Dojo Problem

2008-12-22 Thread dele454
because i do understand there are two way of doing something with this context in mind. Irrespective of the approach used shouldnt the output/behaviour be the same?? - dee -- View this message in context: http://www.nabble.com/Zend_Dojo-Problem-tp21136696p21140250.html Sent from the Zend

[fw-general] Zend_Json and escaping...

2008-12-21 Thread dele454
Hi, I used the Zend_Json::encode function to convert a php array to a Json object. But what i realised is that Json seems to be escaping the '/' in the items/properties. I file mappings saved in the db and for each record returned by my model, Json escapes the paths specified:

RE: [fw-general] ZF live settings

2008-12-10 Thread dele454
These are the error logs in my apache error.log file I dont know what it means specifically. PLEASE CAN SOMEONE HELP [Wed Dec 10 11:15:03 2008] [warn] [client 190.30.20.221] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Wed Dec 10 11:15:05 2008]

RE: [fw-general] ZF live settings

2008-12-10 Thread dele454
SORTED!!! :) - dee -- View this message in context: http://www.nabble.com/ZF-live-settings-tp20911516p20937634.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] ZF live settings

2008-12-09 Thread dele454
Any help out there still? I havent being able to resolve it yet!! dele454 wrote: Hi, I am trying to move my files over to the remote server but my pages appear blank. I have tried everything i know to rectify this from setting my include path, config files etc but nothing is working

[fw-general] ZF live settings

2008-12-09 Thread dele454
Hi, I am trying to move my files over to the remote server but my pages appear blank. I have tried everything i know to rectify this from setting my include path, config files etc but nothing is working. Checked the apache error log file but nothing captured on what am experiencing. not logging

RE: [fw-general] ZF live settings

2008-12-09 Thread dele454
: Robert Castley [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2008 3:28 PM To: dele454; fw-general@lists.zend.com Subject: RE: [fw-general] ZF live settings Your .htaccess file doesn't look right to me. Have you tried this? RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s

RE: [fw-general] ZF live settings

2008-12-09 Thread dele454
. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. From: Robert Castley [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2008 3:28 PM To: dele454; fw

RE: [fw-general] ZF live settings

2008-12-09 Thread dele454
When i put a try and catch block in my setupController function. I get this error on my webpage: Error parsing config/settings.ini on line 6 as well as Fatal error: Call to a member function dispatch() on a non-object in /usr/local/lib/apps/Bootstrap.php on line 18 line 18 looks like this

RE: [fw-general] ZF live settings

2008-12-09 Thread dele454
putting a double quote around the db password. took the error away but then am still getting blank pages :( database.password = jserjs=tusju72 - dee -- View this message in context: http://www.nabble.com/ZF-live-settings-tp20911516p20930394.html Sent from the Zend Framework mailing

[fw-general] Include directive..

2008-12-08 Thread dele454
Hi, I am modifying the apache config file on my domain to include the path to the Zend Framework on a specified location outside the public folder. So in my http.conf file i simply include the path to where the includes file is to customise the virtual host: [CODE] # To customize this

Re: [fw-general] Zend Auth: Advanced Usage By Example

2008-11-30 Thread dele454
, 'Members', 'Email', 'Password', 'AND IsActive != 0'); AND IsActive != 0 this would work ... :-) As another advice to be more SQL linguistic I would inverse the and ' AND IsActive != '0') dele454 wrote: Am trying to implement a similar scenario where if the column IsActive is set to '0

Re: [fw-general] Zend Auth: Advanced Usage By Example

2008-11-30 Thread dele454
['userpassword'] ) -setIdentity( $values['userlogin'] ); $result = $this-_auth-authenticate($dbAdapter); In dele454 code it's seem you missed the place for hashed password in the marked place for the password so a $authAdapter = new Zend_Auth_Adapter_DbTable($db, 'Members','Email', 'Password

[fw-general] Zend Auth: Advanced Usage By Example

2008-11-28 Thread dele454
Am trying to implement a similar scenario where if the column IsActive is set to '0' the authentication should fail. A typical scenario is when a user just signed up and still needs to active acct before allowed to gain access. I followed the instruction in the Ref Guide but it isnt working. If

[fw-general] SPAM + Zend Filter

2008-11-26 Thread dele454
Hi I just have a question regarding spam prevention on forms. Does Filtering input with the Zend_Filter_StripTags help remove injection headers and tags that could initiate spam sending? Am using the component at the moment for my forms which strips out any tag elements and was thinking since

[fw-general] How do I ...

2008-11-16 Thread dele454
Hi, Is there a way of detecting/knowing using an Action Helper what controller+action the user click before getting to another page. In order words the controller+action that brought the user to the current page? Thanks will be looking forward to any response concerning this :) - dee --

Re: [fw-general] How do I ...

2008-11-16 Thread dele454
the flashMessenger action helper for that, or your can create your own action helper/plugin that saves this data to a session namespace w/ expirationHops set to 1. Best regards, Tobias 2008/11/16 dele454 [EMAIL PROTECTED] Hi, Is there a way of detecting/knowing using an Action Helper what

RE: [fw-general] Zend_Capcha

2008-11-05 Thread dele454
text with that of the generated captcha word from the hidden field for sameness. if same then the user has entered the right text. dele454 wrote: Thanks for the code. Am not using Zend_Form for my forms. Am using plain html. I just didnt find it flexible enough for views such as floating

RE: [fw-general] Zend_Capcha

2008-11-05 Thread dele454
by side and etc. It was taking too much of my time trying to make my view display as intended. Thanks for the code anyway. dele454 wrote: Thanks for the code. Am not using Zend_Form for my forms. Am using plain html. I just didnt find it flexible enough for views such as floating three drop

Re: [fw-general] Zend_Capcha

2008-11-04 Thread dele454
this but to no avail. Any suggestions? http://www.nabble.com/file/p20325789/2.gif dele454 wrote: Any one out there with help? Please!! dele454 wrote: hi, i am trying to verify the text submitted to match that of the captcha. If valid(same) echo 'validated'. class JoinController extends

Re: [fw-general] Zend_Capcha

2008-11-04 Thread dele454
Any one out there with help? Please!! dele454 wrote: hi, i am trying to verify the text submitted to match that of the captcha. If valid(same) echo 'validated'. class JoinController extends Zend_Controller_Action { public function indexAction

RE: [fw-general] Zend_Capcha

2008-11-04 Thread dele454
)) { echo 'h4Captcha word dump/h4'; echo 'pre'. var_dump($this-view-captcha-getWord()).'/pre'; } -Original Message- From: dele454 [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 5:19 AM To: fw-general@lists.zend.com Subject: Re: [fw-general

[fw-general] Zend_Capcha

2008-11-03 Thread dele454
hi, i am trying to verify the text submitted to match that of the captcha. If valid(same) echo 'validated'. class JoinController extends Zend_Controller_Action { public function indexAction(){ $this-_helper-layout-setLayout('layout-site');

Re: [fw-general] Zend_Capcha

2008-11-03 Thread dele454
Forgot to mention that captcha being the name i gave the textfield to check the captcha value with. - dee -- View this message in context: http://www.nabble.com/Zend_Capcha-tp20300142p20300315.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Zend_Capcha

2008-11-03 Thread dele454
I changed the array item: 'name' = 'captcha' instead and now i have a bad captcha value is wrong error. - though am entering the right characters dele454 wrote: hi, i am trying to verify the text submitted to match that of the captcha. If valid(same) echo 'validated'. class

[fw-general] ZF Dojo

2008-10-25 Thread dele454
hi, Am very new to Dojo and reading Dojo as a javascript library and its implementation in the ZF is bringing a bit of confusion my way. I just want to know this: does the Zend_Dojo component only offer ONLY layout Form dijits capabilities - cos that is all i see in the documentation? Am

Re: [fw-general] Zend_Layout

2008-09-23 Thread dele454
. '/module/admin/views/layouts'); I need to include that path layout path for the main site. Thanks MarkDNA wrote: dele454 wrote: I just want to know if one can specify more than one layout path in the startMvc function? having something like this: Zend_Layout::startMvc(array

Re: [fw-general] Zend_Layout

2008-09-23 Thread dele454
Schindler-2 wrote: For a bit more background: why do you have site wide layouts inside specific modules? Shouldn't modules share the same global layout? -ralph On 9/22/08 9:15 AM, dele454 [EMAIL PROTECTED] wrote: I just want to know if one can specify more than one layout path

Re: [fw-general] Zend_Layout

2008-09-23 Thread dele454
edit.phtml where you place it in the layout. You use the views to include headers, navs, and footers mostly. Sorry if I'm off-base and you know this already! -Mark dele454 wrote: Hi Mark, Thanks for the response. So what you are saying is that as long as i keep the startMvc() empty

Re: [fw-general] Zend_Layout

2008-09-23 Thread dele454
I think i would have been more reusable for me if one could specifya series of layout paths for possible use. and on setlayout() the ZF would look into all the paths to render the specified layout choice. I just implemented a naming convention for the layout files so i can differentiate between

[fw-general] HeadMeta Helper...

2008-09-19 Thread dele454
Hi Does anyone know the correct directive for disallowing caching of images using the HeadMeta Helper? After replacing some remotes images via an upload, my browser still caches the old image. I dont want this. Someone suggested having an apache directive that refuses caching of images. Please

Re: [fw-general] HeadMeta Helper...

2008-09-19 Thread dele454
') -appendHttpEquiv('Content-Type', 'image/jpg'); ? dele454 wrote: Hi Does anyone know the correct directive for disallowing caching of images using the HeadMeta Helper? After replacing some remotes images via an upload, my browser still caches the old image. I dont want this. Someone

Re: AW: [fw-general] HeadMeta Helper...

2008-09-19 Thread dele454
dele454, you cannot set HTTP-EQUIV meta-tags on an image... These are (X)HTML-tags to be used in (X)HTML-pages - images on the other side are send as binary data in the according format (JPEG, GIF, PNG for example), adding meta-tags to these data-streams has no effect other then corrupting

Re: [fw-general] Passing an array from PHP to Javascript

2008-09-16 Thread dele454
i need to implement a library just for that. Colin Guthrie-6 wrote: dele454 wrote: WHat exactly am i doing wrong??? currently my URL reads as Code: http://mainevent.com/admin/galleries/delete-pics/pid/delete[]/type/event/id/313 I think the main hassle is from posting the form getting

Re: [fw-general] Passing an array from PHP to Javascript

2008-09-16 Thread dele454
comment. Thanks for taking the time to elaborate on the possible way of going about this. I will take some time to implement something - based on your suggestions and let you know the outcome. Thanks once again and my apologies Colin Guthrie-6 wrote: dele454 wrote: Thanks for the tips. But i

Re: [fw-general] Passing an array from PHP to Javascript

2008-09-16 Thread dele454
the delete[] and iterate for deletion. I see clearly now. I think i got confused along the line while coding. Colin Guthrie-6 wrote: dele454 wrote: Thanks for the tips. But i CAN'T apply any of them now. The design has been approved and i need to i implement things as they are. 'Over engineered

Re: [fw-general] Passing an array from PHP to Javascript

2008-09-16 Thread dele454
Hi Colin, Am not really bent of having the form process on GET. My forms use the POST method and i am changing it to GET. I simply used the URL path i posted earlier as a way of idenitfying which of the pics need to be deleted as a parameter. Colin Guthrie-6 wrote: dele454 wrote: I see

[fw-general] Re[fw-general] quest param

2008-08-28 Thread dele454
Hi, I have URLs typically of this nature http://mainevent.com/admin/members/view-profile/id/2 What if a parameter is not supplied to the URL. In order words the user purposefully ommited the id param of the url to http://mainevent.com/admin/members/view-profile What would be the ideal thing to

[fw-general] Zend_File in ZF 1.5

2008-08-24 Thread dele454
hi i want to use the Zend_File component in my 1.5 installation for production. Is this route advisable? I only want to copy the File component folder into my 1.5 installation for use. What is your take on this matter? - dee -- View this message in context:

Re: [fw-general] Zend_File in ZF 1.5

2008-08-24 Thread dele454
Thanks for this info. Cant i simply download it from the ZF website Downloads section? Matthew Weier O'Phinney-3 wrote: -- dele454 [EMAIL PROTECTED] wrote (on Sunday, 24 August 2008, 01:29 PM -0700): hi i want to use the Zend_File component in my 1.5 installation for production

[fw-general] Zend_Filters - Alnum

2008-07-22 Thread dele454
Hi I just want to know, From the ZF doc: [QUOTE]ALNUM : Returns the string $value, removing all but alphabetic and digit characters. This filter includes an option to also allow white space characters. [/QUOTE] Does this filter allow characters such as ' * _ $ ' when entered with alphanumeric

Re: [fw-general] Zend_Filters - Alnum

2008-07-22 Thread dele454
Lepidosteus wrote: The easy answer is to have a look at the code: [...] $whiteSpace = $this-allowWhiteSpace ? '\s' : ''; if (!self::$_unicodeEnabled) { // POSIX named classes are not supported, use alternative a-zA-Z0-9 match $pattern = '/[^a-zA-Z0-9' . $whiteSpace . ']/';