Search the web
Sign In
New User? Sign Up
jslex_group · jsLex Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26 - 55 of 68   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26
Hi, First of all, thanks for this wonderful application, I like it very much so far. However, while test driving the application I got an error dialog when...
niels.beekman
Offline Send Email
Feb 12, 2008
10:10 pm
27
Thanks for the feedback. If you send me the profile file it will help me debug it. Also what screen did it happen in? The callstack screen? On Feb 12, 2008,...
Bob Buffone
digital_ichi
Offline Send Email
Feb 13, 2008
12:20 am
28
... Hi Bob, I've posted the profile files and (compressed) source code in the 'Files' section, it also includes the exception. I've stripped down the test to a...
niels.beekman
Offline Send Email
Feb 13, 2008
7:52 pm
29
Niels, Thanks for finding and reporting the issue. I found the problem and have uploaded a new version to fix the issue. ...
Bob Buffone
digital_ichi
Offline Send Email
Feb 13, 2008
9:19 pm
30
... Bob, Thanks for the lightning fast response. The issue has indeed been solved when I use the new version, great! I was wondering, based on the minimalistic...
niels.beekman
Offline Send Email
Feb 14, 2008
11:12 pm
31
Adding the namespace shouldn't be a prblem let me look into it On Feb 14, 2008, at 6:12 PM, "niels.beekman" <niels.beekman@...>...
Bob Buffone
digital_ichi
Offline Send Email
Feb 15, 2008
2:13 am
32
What license is used by JSLex?...
jm04469
Offline Send Email
Apr 10, 2008
8:56 pm
33
There are a couple licenses in the product All eclipse plugin code is apache 2.0 3rd party components - YUI compressor is bsd - The profiling app contains a...
Bob Buffone
digital_ichi
Offline Send Email
Apr 10, 2008
11:38 pm
34
I am using jsLex (1.1.4) with Aptana to minify and concatenation my CSS files. The process is working great however I am having a problem with image URLs being...
Daniel Jones
nowpc2
Online Now Send Email
Dec 30, 2008
3:33 am
35
... Daniel, There is no switch in the UI to stop the URL replacing. The removal of the first slash is a bug in the replacement code. This issue should not...
Robert Buffone
digital_ichi
Offline Send Email
Dec 30, 2008
11:37 am
36
... version. ... Daniel, I have uploaded a new version (1.1.7) to the update site. There is now a check box that turns of the URL rewriting. The issue of ...
Robert Buffone
digital_ichi
Offline Send Email
Dec 30, 2008
6:00 pm
37
Hello Robert, Thank you! That fixed the problem with the '/' being removed. I did notice that it no longer adds quotes to any of the urls. Is that the ...
Daniel Jones
nowpc2
Online Now Send Email
Dec 30, 2008
9:28 pm
38
Daniel, Thanks for the positive feedback. If the url starts with a '/', 'http://' or 'https://' the url is not touched, so it will not be given quotes. I did...
Bob Buffone
digital_ichi
Offline Send Email
Dec 30, 2008
10:30 pm
39
I am working on finishing an ant task for the jsLex optimization and will have it ready my Monday, January 12th. I will update the group when it is posted. ...
Robert Buffone
digital_ichi
Offline Send Email
Jan 8, 2009
2:30 pm
40
Hello, I love the CSS Sprite feature of jsLex. One feature I would love to see is a the addition of a log file which would list the files added to the sprite...
Daniel Jones
nowpc2
Online Now Send Email
Jan 8, 2009
6:41 pm
41
That's a great idea. I am working on a feature right now that will take a css, html, php or jsp file and rewrite the background-image entries in the files to...
Bob Buffone
digital_ichi
Offline Send Email
Jan 8, 2009
7:03 pm
42
Hello Bob, I am having a new issue with 1.1.7. I have several CSS files selected to be automatically updated when I change a dependent file. This however...
Daniel Jones
nowpc2
Online Now Send Email
Jan 12, 2009
4:12 am
43
Hello Bob, I seem to be having an issue with the automatic recreation option in v1.1.7. Once I have selected my CSS files for concatenation I check the ...
Daniel Jones
nowpc2
Online Now Send Email
Jan 12, 2009
4:13 am
44
... upgrade. The ... <jslex_group%40yahoogroups.com>, ... no-repeat; ... no-repeat; ... removal ... up a ... this ... Just saw this message in the spam...
Robert Buffone
digital_ichi
Offline Send Email
Jan 12, 2009
4:14 am
45
I have uploaded a zip file to rockstarapps.com that has all the functionality to do CSS and JavaScript optimization through an ant script. ...
Robert Buffone
digital_ichi
Offline Send Email
Jan 12, 2009
4:31 am
46
Last night (1.27.2009) a new version of the beta was uploaded to http://www.rockstarapps.com/update-beta. There are a couple fixes that went into this...
Robert Buffone
digital_ichi
Offline Send Email
Jan 28, 2009
3:05 pm
47
I upgraded the code to include fixes for the two usability issues you reported. 1. Auto adjust the columns in the concatenation wizard. It used to fixed size...
Robert Buffone
digital_ichi
Offline Send Email
Feb 9, 2009
4:53 am
48
There is an error in the JsLint validation with escape characters. function bob(){ alert('Status is \"Invalid\'. Please enter valid Status.'); alert("Status...
Robert Buffone
digital_ichi
Offline Send Email
Feb 21, 2009
4:00 pm
49
Fixes to JsLint validation which was related to string escaping is resolved. Thanks to Finbar for reporting it and helping work through the issue. Hope this...
Robert Buffone
digital_ichi
Offline Send Email
Feb 23, 2009
5:05 am
50
Added a new CSS Sprite Editor that is available by selecting a css file and click the "Open with -> Sprite Editor" menu item. From there select the images you...
Robert Buffone
digital_ichi
Offline Send Email
Mar 9, 2009
3:42 am
51
If a css style has a line line comment inside of it the style will not be parsed correctly. .myButton{ /* * This is the comment. */ background: #AADDEE url()...
Robert Buffone
digital_ichi
Offline Send Email
Mar 9, 2009
12:44 pm
52
The fixes for the release are: 1.) Fixed the @charset issue with css files you found. Features: 1.) Added auto validation to the JsLint functionality, now when...
Robert Buffone
digital_ichi
Offline Send Email
Mar 20, 2009
1:25 pm
53
The fixes for the release are: 1.) Fixed the @charset issue with css files you found. Features: 1.) Added auto validation to the JsLint functionality, now when...
Robert Buffone
digital_ichi
Offline Send Email
Mar 20, 2009
1:27 pm
54
You are invited to join my social network, check my friends list here: http://sexyblk.zoomshare.com/files/myphoto.htm...
matchejrdfriends
matchejrdfri...
Offline Send Email
Apr 13, 2009
1:31 am
55
A new version of the product has been uploaded. 1.) Separate the JsLint functionality into it's own plugin and feature. I received two emails in the last week...
Robert Buffone
digital_ichi
Offline Send Email
May 7, 2009
1:00 am
Messages 26 - 55 of 68   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help