RE: [BULK] - [Catalyst] CMS

2007-08-23 Thread Mesdaq, Ali
I have used Joomla in the past for a fairly busy community website I run on the side. When I first learned about Catalyst first thing I did was look for what cool CMS was created using it. Unfortunately I didn't find anything ready to go live. I definitely think we need one but for it to actually

RE: [BULK] - RE: [Catalyst] A Perl Message Queue?

2007-08-23 Thread Mesdaq, Ali
This looks very interesting and promising but is it just me or is there No actual documentation on using Perl bindings? Thanks, -- Ali Mesdaq Security Researcher II Websense Security Labs http://www.WebsenseSecurityLabs.com

RE: [BULK] - Re: [Catalyst] Catalyst Hosting

2007-08-10 Thread Mesdaq, Ali
Now this looks very cool. But they don't mention what pipe you have to the internet. How is the performance? Thanks, -- Ali Mesdaq Security Researcher II Websense Security Labs http://www.WebsenseSecurityLabs.com --

RE: [BULK] - Re: [Catalyst] Catalyst Hosting

2007-08-10 Thread Mesdaq, Ali
They have the backup strategy listed on their site. You have access to 3 backups daily, weekly, and monthly. Thanks, -- Ali Mesdaq Security Researcher II Websense Security Labs http://www.WebsenseSecurityLabs.com --

[Catalyst] Issue with JSON view

2007-08-08 Thread Mesdaq, Ali
Hey all, I got an issue with creating a JSON view. So here is my setup I have my catalyst app named scorer. I have a controller named rules I am using TT for views and everything is working fine I wanted to add ajax so I added a method in my controller to get some values for a drop down I am

RE: [BULK] - Re: [Catalyst] flash with DBIC session storage

2007-07-30 Thread Mesdaq, Ali
:03PM -0700, Mesdaq, Ali wrote: I think in the case of the person who initially emailed the group the problem is poor load testing. But it does bring up the point of better handling of exception statements by DBIx. DBIx:: is a generic namespace for DBI extensions. DBIx::Class is abbreviated

RE: [BULK] - Re: [Catalyst] flash with DBIC session storage

2007-07-27 Thread Mesdaq, Ali
Are you sure that InnoDB would solve this issue? Even if just a row was locked and you have 2 inserts at the exact same time how would that resolve the issue? I could see InnoDB solving the issue if updates were being made to the row but not a insert on a new record. Actually if anything it makes

RE: [BULK] - Re: [Catalyst] flash with DBIC session storage

2007-07-27 Thread Mesdaq, Ali
I believe this may be an issue with DBIx and multiple inserts from different processes. This is something we have seen when we created our own db abstraction layer. When you have a unique key constraint you we saw that it was possible to check the table for that key and if it doesn't exist to

RE: [BULK] - Re: [BULK] - Re: [Catalyst] flash with DBIC session storage

2007-07-27 Thread Mesdaq, Ali
-- -Original Message- From: Jonathan T. Rockway [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 5:27 PM To: The elegant MVC web framework Subject: [BULK] - Re: [BULK] - Re: [Catalyst] flash with DBIC session storage On Fri, Jul 27, 2007 at 11:57:01AM -0700, Mesdaq, Ali wrote: Are you sure

[Catalyst] A bit Off Topic - Navigation Design Tool Suggestions

2007-07-26 Thread Mesdaq, Ali
Hello All, Kinda off topic but since the Catalyst community is the best about Best Practices I was looking for suggestions for a site navigation tool. What I am looking for is a tool that lets you quickly design features and navigation of a site in wire frame so that it becomes a design doc. I

RE: [BULK] - [Catalyst] A bit Off Topic - Navigation Design Tool Suggestions

2007-07-26 Thread Mesdaq, Ali
-- -Original Message- From: Mesdaq, Ali [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 12:31 PM To: The elegant MVC web framework Subject: [BULK] - [Catalyst] A bit Off Topic - Navigation Design Tool Suggestions Hello All, Kinda off topic

[Catalyst] Install Details

2007-06-12 Thread Mesdaq, Ali
Hello Everyone, I was looking around at the docs for install details and it looks like details are missing or I am not looking in the right places. What I am looking for is exact details of what is needed so I can set it up and customize where needed. I also need to know the prerequisites for the

RE: [BULK] - [Catalyst] Catalyst and SOAP?

2007-03-19 Thread Mesdaq, Ali
You could just have your soap app as a cgi script. I use soap a lot in that method and it works perfectly. What I do is I make a intemediary module that exposes methods in other modules. This way I can control which methods I want exposed and don't have to expose the whole thing. And if your

RE: [BULK] - [Catalyst] Template Engine

2007-03-14 Thread Mesdaq, Ali
. -- Ali Mesdaq Security Researcher Websense Security Labs http://www.WebsenseSecurityLabs.com -- -Original Message- From: Mesdaq, Ali [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 12:00 PM To: The elegant MVC web framework Subject: [BULK

[Catalyst] Template Engine

2007-03-13 Thread Mesdaq, Ali
I just wanted to get everyone's feedback on what they prefer as their templating engine. I know there are a bunch of choices but wanted to see what people think of certain ones. I am looking for something that supports and promotes good practices and cutting edge techniques.

RE: [BULK] - Re: [Catalyst] Template Engine

2007-03-13 Thread Mesdaq, Ali
practices .. mason is pretty agnostic in that regard, but you can develop and enforce your own good practices. On Mar 13, 2007, at 12:00 PM, Mesdaq, Ali wrote: I just wanted to get everyone's feedback on what they prefer as their templating engine. I know there are a bunch of choices but wanted

[Catalyst] Good Resources for cutting edge/best practices

2007-03-13 Thread Mesdaq, Ali
Does anyone know of a site(s) or book(s) that is a good resource for perl web development? I have already done searches and have books but some feedback from you guys would be great as well. Its been sometime since I developed on the web and things have changed A LOT! So I would like to get up to

RE: [BULK] - Re: [Catalyst] Preferred Ajax framework

2007-01-10 Thread Mesdaq, Ali
://www.WebsenseSecurityLabs.com -- -Original Message- From: John Napiorkowski [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 1:39 PM To: The elegant MVC web framework Subject: [BULK] - Re: [Catalyst] Preferred Ajax framework --- Mesdaq, Ali [EMAIL PROTECTED] wrote