Will asked about adjusting the date php displays to account for the fact that the server may not be in the same location as you. (I don't think this solved his problem with displaying the actual timezone differently – but thought it was worth putting up anyway…) I'm sure there are other ways (if you […]
We are scriptygoddess… resistance is futile… you will be assimilated. Added another author! Please welcome Lisa (aka Unix Gal) as a new scriptygoddess.
This new version will show the keywords with the a link to the actual search request. See original post here.
Figured it was about time I actually posted something… Little known to many people, PHP actually makes an excellent system level scripting language. Let's take a quick look at scrapping Perl & using PHP for a simple problem. Setup: I've got a bunch of m3u files that contain reference to single mp3 files on a […]
11 Mar, 2003
Posted by: kristine In: Bookmarks
When looking for a bug tracker to install on the mt-plugins.org site, David pointed out several open source software packages at Freshmeat.net. There's some *great* stuff over there! We ended up using Mantis — you can check it out and report bugs about plugins and request features by visiting bugs.mt-plugins.org.
Comments Off on open source software
Looks like we won two bloggies. One for best programming of a weblog, and another for best web development weblog. Very cool! 😀 Thanks everyone!! (Congratulations to the other winners as well. Glad to see a number of familiar names up there!!)
09 Mar, 2003
Posted by: Jennifer In: Bookmarks
Now I'm doing scripts for my parents! LOL! My mother needed a script to display her paintings on a web page. There's not a ton, and she's not technically inclined. Ideally, it would be great if the script created thumbnails on the fly so she can just upload and be done. So rather than write […]
07 Mar, 2003
Posted by: Jennifer In: CSS
Well this isn't really a trick… It's just that I've had to search for this more times than I can count because I couldn't remember the exact way to write it – so I'm posting it here for my future reference. .stylename a:link { text-decoration: none; color: #FF0000; //red } .stylename a:visited { text-decoration: line-through; […]
06 Mar, 2003
Posted by: Jennifer In: Scripts
The idea here is to display an image based on whether a check box is checked or not. It'll toggle it's display, so you can click it on, click it off, etc. (And if you post a comment asking me why anyone would ever want this, I will beat you up. LOL! I needed this […]
06 Mar, 2003
Posted by: promoguy In: Scripts
As many bloggers would agree, one of the things that keeps you going is to know that readers find your posts valuable. But often there are those days when you make a great post with lots of links and you get no comments at all. Did anyone read your posts? Did anyone even click on […]