Not enough time to read before bed so here are some cool links for later:
http://github.com/ – Code hosting in the cloud
http://en.footiefox.com/ – Soccer updates in the browser
http://www.webdigi.co.uk/blog/2009/run-php-on-the-google-app-engine/ – Short tutorial on Quercus and GAE (Google App Engine)
http://www.caucho.com/resin-3.0/quercus/ – Java is attempting to eat PHP
http://www.caucho.com/products/whitepapers/quercus.pdf – Munch munch munch
http://blog.herbert.groot.jebbink.nl/ – PHP/SQL on GAE (Google App Engine), since GAE doesn’t support relational database models… weird
http://code.google.com/p/google-wave-resources/issues/list – Just trying to keep up to date on Wave
http://en.wikipedia.org/wiki/Java_Persistence_API – Interesting… I really need to look-up the differences between Java SE and Java EE
http://blog.caucho.com/?p=196 – Love this line – “Unfortunately, GAE doesn’t support MySQL, or any other relational database for that matter. We’re limited to Google Datastore, which is pretty much a big hash table.”
http://www.webdigi.co.uk/blog/2009/run-php-on-the-google-app-engine/
Leave the first comment ▶
I keep forgetting this so here it is, to remove the border around “image links”, set the border style on the IMAGE to none.
Example:
<div id=”example>
<a href =” somewhere.html” > <img src=”someimage.jpg” /> </a>
</div>
To remove the nasty border around the image that happens because it’s embedded in a link you have to set the border style to none, like so:
CSS
#example a img {
border-style:none;
}
Now hopefully I’ll remember this.
Leave the first comment ▶
I just keep finding too much good stuff to do and try. I need more TIME.
http://nanotux.com/blog/the-ultimate-server/
Then Symfony, then I’m going to code some schtuff.
I’m thinking about using the LiveUser and LiveUserAdmin package from PEAR
Leave the first comment ▶
Is there no end to the number of data types and markup languages.
YAML – Y.et A.nother M.arkup L.anguage and/or Y.AML a.in’t a m.arkup l.anguage
I found this while investigating Symfony
Leave the first comment ▶
http://www.drinknation.com/drink/Category-5
Leave the first comment ▶

WordPress MU

WordPress MU back-end
Who:
Me, myself, and I
What:
WordPress Multi-User edition – The WordPress administrative wrapper that WordPress.com runs off of.
Enables a site to create and maintain as many blogs as their servers can handle using the auto-generated sub-domains (blog1.domainname.com) or folders (domainname.com/blog1).
Currently the development team over at Automattic is merging the codelines of WordPress and WordPress-MU, very exciting.
Features:
- Innumerable blogs
- Using a domain mapping plug-in I was able to turn the MU back-end into a multi-domain/site administrative interface.
Learned:
Slightly more difficult to implement, though following a couple of how-to’s made it pretty easy.
If this is going to be integrated into the general wordpress codeline I will provide an update and how-to once it is available.
Leave the first comment ▶

Erin's Portfolio Site - Unfinished
Who:
My lovely (not to mention talented) artist friend Erin McManness who can be found at http://www.lii-chan.deviantart.com/ and her blog at http://labellaironia.blogspot.com/
What:
Artist Digital Portfolio using WordPress as a CMS for the photos and captions etc.
Tech stack:
Apache Web server, PHP, MySQL, CSS, XHTML, Javascript, XML
Features:
- “jquery.lightbox.js” – Javascript that creates an enlarging effect, focus users entire attention on the picture. More information can be found at http://leandrovieira.com/projects/jquery/lightbox/
- “jquery.corner.js” – Javascript that creates rounded corners effect by building extra divs outside of the specified div, blending the sharp corners. More information on this can be found at http://www.malsup.com/jquery/corner/
- Custom php function for the WordPress theme to pull appropriately sized image attachments from a post (one for thumbnail and one for Lightbox view)
- jquery sliding div – See the Code Snippets category for more information
Link:
Round 1
Leave the first comment ▶
Who:
Press and Journal Inc. – A publisher based in Middletown, PA
What:
- Web-consulting – Advice, trends, self-hosting options/prices, ways to save money etc.
- Web-editing – Banner-ad placement via Javascript “injection” on a Ning community site
- Prototyping – Two almost complete mimics of their current pandjinc.com sites
Prototypes:

Pandjinc.com
Original site – may or may not still be at www.pandjinc.com

Pandjinc's site done using Joomla
Using Joomla – located here

Pandjinc's site done using WordPress
Using WordPress and the Athualpa theme.
At the time of this writing it is located here .
Leave the first comment ▶