scriptygoddess

Archive for September, 2004

30 Sep, 2004

OOP in JavaScript.

Posted by: Jennifer In: Lessons learned

Guest authored by
Sergey Zavadski – codethat.com

30 Sep, 2004

Simple Tricks for More Usable Forms

Posted by: Jennifer In: Bookmarks

Haven't read the whole article, but wanted to save the link for when I had more time: Simple Tricks for More Usable Forms [JavaScript & DHTML Tutorials] What I did read so far, looked very interesting and seemed like something I'd want to reference again. [via del.icio.us]

Comments Off on Simple Tricks for More Usable Forms

30 Sep, 2004

PHP: Hiding Errors

Posted by: Jennifer In: Lessons learned

I was running into a problem with undefined index errors. You'll get that if you do seomthing like: echo $_GET['name']; when there is no $_GET['name']. One option is to check to make sure $_GET['name'] is set like if (isset($_GET['name'])) { echo $_GET['name']; } But if you're feeling lazy, you can leave your code as is […]

Comments Off on PHP: Hiding Errors

30 Sep, 2004

Tutorials

Posted by: Jennifer In: Bookmarks

I'm going to add this to my tutorials post, but wanted to make a special post highlighting it too. Web Tutorials A pretty nice selection of (from the looks of it beginner-level) tutorials on a variety of subjects including XHTML, CSS, Javascript, PHP, mySQL (mySQL section doesn't appear to be live yet)

30 Sep, 2004

Image Zoom

Posted by: Jennifer In: FireFox Extension Bookmarks

I just installed this FireFox extension, and it is pretty cool!! ImageZoom Lets you zoom in/out of images on a web page. Granted, an image's resolution is an image's resolution, but there have been many times I wish I could get a closer look at an image – even if it did get a little […]

Comments Off on Image Zoom

I'm trying to create a sticky post (as in, make one post stay on top above "newer" posts – until I indicate otherwise) Previously, I had blogged this link on Weblog Tools Collection – I now notice there is an update post which points you to oomsonline to these instructions. However upon reading in the […]

27 Sep, 2004

Plugin Links

Posted by: Jennifer In: WordPress Bookmarks to Plugins

A few good links to WordPress plugins found on Blogging Pro: Code Viewer Will display code from an external file in your post – formatted with line numbers, and a link to download the actual file. Referrer Will show the most recent referring urls to a particular post.

26 Sep, 2004

Ten CSS tricks

Posted by: Jennifer In: Bookmarks|CSS

Here's an article with some very useful CSS tips "you may not know" (but really should!) evolt.org: Ten CSS tricks you may not know [via del.icio.us]

24 Sep, 2004

Bunch o' Links

Posted by: Jennifer In: Bookmarks|WordPress Bookmarks to Plugins

CMS Styles A site with links to templates and styles for many of the popular blogging tools. (WordPress, MT, Expression Engine, Textpattern) [via Weblog Tools Collection] Three Strikes You're Out – spam plugin Another fight against the spam-monster. This one has a strike-point system and ones weighted high can be prevented from ever hitting your […]

24 Sep, 2004

Liquid Layouts – resolution dependent

Posted by: Jennifer In: Bookmarks

I think it's rare that when I find something cool on web-graphics, that I only find ONE cool thing. I usually end up making at least two posts with credits to them. The other interesting link they had was in this post to The Man in Blue: Resolution dependent layouts Which talks about and shows […]

Comments Off on Liquid Layouts – resolution dependent

Featured Sponsors

Genesis Framework for WordPress

Advertise Here


  • Scott: Just moved changed the site URL as WP's installed in a subfolder. Cookie clearance worked for me. Thanks!
  • Stephen Lareau: Hi great blog thanks. Just thought I would add that it helps to put target = like this:1-800-555-1212 and
  • Cord Blomquist: Jennifer, you may want to check out tp2wp.com, a new service my company just launched that converts TypePad and Movable Type export files into WordPre

About


Advertisements