|
|
Monday, January 26, 2004 |
I recently updated my Cygwin installation and started experiencing alot of lock-ups. In fact, I couldn't even list a directory without a lock up. I went to the Cygwin mailing list archive and realized that people were reporting various problems with multiple programs in the distribution. Many times the answer was that it had been fixed in the latest snapshot. So, I thought I would give that a try.
I went to http://cygwin.com/snapshots/ and got the 1/26 snapshot for cygwin1.dll. I replaced my cygwin1.dll with the snapshot version. HELLO! Everything started working again!
2:50:23 PM
|
|
If you are developing a Struts web application and you want to develop XHTML compliant pages, don't forget to add <html:xhtml/> to you pages. If you don't, the other HTML tags aren't guarenteed to generate XHTML compliant output. Further, you must put this tag on every JSP fragment or Tile. The fragments don't inherit the property from their container.
1:53:29 PM
|
|
© Copyright 2004 Tom Pierce.
|
|
|
|
January 2004 |
Sun |
Mon |
Tue |
Wed |
Thu |
Fri |
Sat |
|
|
|
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
Dec Feb |
|
Search
|
Emacs Sources
tsql-indent.el
This is an indentation function for SQL mode. It was written with Transact SQL in mind.
user-add-sql-folding-marks
This is a simple function that adds folding-mode marks to SQL sources. It is quick and dirty, but is fairly useful for me.
remove-line-boundary-in-region
This function removes all the line boundaries in a region. This, in effect, collapses all the lines in the region onto one line.
convert-camel-to-underscore
This function converts all the text that is camel cased in a particular region to underscore separated text.
My Subscriptions
|
|
|