juliancc

juliancc

33p

38 comments posted · 0 followers · following 0

10 years ago @ Julian Castaneda - About · 0 replies · +1 points

You are right! That being said, I've neglected this blog and I think it's time to update it and maybe start posting more often. Thanks for the comment!

11 years ago @ Julian Castaneda - jAlert a jQuery Alert ... · 0 replies · +1 points

I'm going to assume that they are being overlapped. you can offset each message. You can go to the demo page to see how this is accomplished. http://www.smooka.com/projects/jalert/

11 years ago @ Julian Castaneda - PHP: Change UTC time t... · 0 replies · +1 points

I'm assuming your blog is in php. You can add
date_default_timezone_set('America/Los_Angeles');
of the main dispatcher. Usually index.php will do

11 years ago @ Julian Castaneda - jAlert a jQuery Alert ... · 0 replies · +1 points

Thanks dude.. Yeah I think I will start working on some much needed updates to the plugin as well. It's been over 4 years and more than 8000 downloads.

12 years ago @ Julian Castaneda - jAlert a jQuery Alert ... · 0 replies · +1 points

Not sure what you are asking!
Close alerts you can close them by clicking in the X at the top right of the alert box.
Timed alerts, you mean to close the alerts after a set amount of time?

12 years ago @ Julian Castaneda - Unit Testing your AJAX... · 0 replies · +1 points

Jegan what version of ZF are you using?
Thanks for letting me know, I will try it out and see if it was a bug that they fixed.

13 years ago @ Julian Castaneda - Unit Testing your AJAX... · 0 replies · +1 points

Mike,
This article is for unit testing. If you want to work with ajax I suggest reading this article I wrote some time ago. http://www.smooka.com/blog/2009/04/17/5-things-wo...
It lists 5 things you need to know when working with ajax and zend framework.

thanks

13 years ago @ Julian Castaneda - jAlert a jQuery Alert ... · 0 replies · +1 points

Kiran,
The 4th parameter is the width of the box. Height should be automatically.

$('body').jAlert('This is a jAlert Success Box with custom width of 780px', 'success', 'widthcustom', 780);

If you know how to use svn you can checkout the latest version from google code. http://code.google.com/p/jalert/
This version is the latest, and it adheres to jquery plugin standards. and the options are passed as an array. I will release this version soon with some documentation.

13 years ago @ Julian Castaneda - Unit Testing your AJAX... · 0 replies · 0 points

Well that's what I had initially, but if you use it inside a unit test (assuming you are using Zend_Test_PHPUnit) I was running into the problem specified above. Not sure if this is a bug, or a change based on a specific version.
But thanks for sharing!

13 years ago @ Julian Castaneda - Fix GIT Lock after GIT... · 0 replies · +3 points

Great to hear that this solution worked for you.