kevzettler

110
Reputation
62 views

Registered User

Name kevzettler
Member for 7 months
Seen 2 days ago
Website
Location fond du lac
Age 25
web developer by day lead singer in punk band by night
Nov
30
accepted why is this jQuery .animate call so slow?
Nov
28
awarded  Critic
Nov
28
answered why is this jQuery .animate call so slow?
Nov
26
revised why is this jQuery .animate call so slow?
added more code
Nov
26
asked why is this jQuery .animate call so slow?
Nov
20
comment How to pass external variables to a private javascript outer closure function?
This is very close to what I am trying to accomplish but wouldn't I have to prepend everything with this in the public methods? Also gpilontino is correct this doesn't work.
Nov
20
comment How to pass external variables to a private javascript outer closure function?
thx darkporter, I have a lot of these modules similair to .trial that I am trying to avoid duplicating code in. Is there any way I can automate this var assignment in the .modules object or the core? so that the individual modules inherit it?
Nov
20
revised How to pass external variables to a private javascript outer closure function?
corrected spelling
Nov
20
asked How to pass external variables to a private javascript outer closure function?
Nov
17
asked How to Limit DOM interaction to an element and its children?
Oct
19
awarded  Commentator
Oct
19
comment How to structure Javascript architecture to compliment a PHP MVC web app?
I got the impression from the JavaScriptMVC documentation, that the framework was designed for heavy UI driven sites and took care of everything you would do with a traditional php MVC setup in javascript. Since we have the php framework already in place and are porting alot of functionality to it from the last iteration I would not want to have to move all that in to javascript.
Oct
19
asked How to structure Javascript architecture to compliment a PHP MVC web app?
Oct
19
accepted How to order concurrent google image searches in order of execution?
Sep
16
answered How to order concurrent google image searches in order of execution?
Sep
15
asked How to order concurrent google image searches in order of execution?
Aug
20
asked how to find selected elements with Jquery UI selectable
Jul
28
asked How to call .ajaxStart() on specific ajax calls
Jul
26
asked How to properly compress Jquery and lots of plugins?
Jun
28
comment How can I optimize this subqueried and Joined MySQL Query?
on further look MySQL internally parses count(*) as count(1) or count(0)
Jun
28
comment How can I optimize this subqueried and Joined MySQL Query?
Thanks Brian, this is the kinda tip I am looking for hopefully someone can verify this. It makes sense and would probably help this query a bit.
Jun
28
asked How can I optimize this subqueried and Joined MySQL Query?
Jun
19
answered How many projects have you worked on that tanked?
Jun
16
accepted How to synch an existing SVN repository?
Jun
16
awarded  Supporter
Jun
16
accepted How to get mysql random integer range?
Jun
16
answered How to get mysql random integer range?
Jun
16
answered Why does MySQL Rand() hate me?
Jun
15
asked Why does MySQL Rand() hate me?
Jun
15
answered How to synch an existing SVN repository?
Jun
14
comment How to synch an existing SVN repository?
trying this : svn switch --relocate file:///home2/digizald/svn/dev file:///home2/digizald/svn/dev2 I got svn: '.' is not a working copy
Jun
14
asked How to synch an existing SVN repository?
Jun
14
comment Help diagnosing a subversion error
Thanks jetru I read that earlier. Same exact issue. So I need to rebuild apr-util without postgre support as I'm not using it, Or rebuild it with the new libpq.so dependencies. I am pretty green on linux sysadmin so I could use some help. Can I just run the apr-util configure script again with a --without-pqsql option or something?
Jun
14
comment Help diagnosing a subversion error
its shared hosting on CentOS 4.6
Jun
13
asked Help diagnosing a subversion error
Jun
12
awarded  Editor
Jun
12
comment How to get mysql random integer range?
This gave me a syntax error.
Jun
12
revised How to get mysql random integer range?
fixed query formatting
Jun
11
asked How to get mysql random integer range?