‘Code’ Category

Advanced Bash-Scripting Guide

1
response
by
on
March 28th, 2005
in
Code, Cool Scripts, LinkyLoo

Advanced Bash-Scripting Guide: Tnis is more of a quick reference for me but the detail is incredible. Thanks Forever Geek.

[Continue Reading...]

Niall Kennedy’s Weblog: Flickr architecture

No
responses
by
on
October 20th, 2004
in
Code, LinkyLoo

Niall Kennedy’s Weblog: Flickr architecture: A very close look at the insides and the workings of Flickr. This is even more pertinent because of my day job.

[Continue Reading...]

IMAP support for PHP and goofy errors

2
responses
by
on
October 9th, 2004
in
Code

I scratched my head over this for a couple of hours and hope that someone else can benefit from my sore scalp! Imap mail functions for PHP are very easy to use and are quite quick. They can even be used for normal POP3 connections without certain IMAP functions. I have used them exclusively in a lot of my email scripts. However, almost every installation is different. If you are using imap_open function to open your mailbox, various servers will have different headaches with the function. The one surefire way to get around those headaches (when opening POP3 mailboxes) is to use the code below with your modifications. Basically, you have to specifically request a non-SSL connection everytime or your script MIGHT bork. Also, specifying INBOX saves headaches in many cases. $mbox = imap_open( “{yourmailserver.com/pop3:110/notls}INBOX”, “username”, “password” );

[Continue Reading...]

WordPress and UTC timezones

No
responses
by
on
October 5th, 2004
in
Code, LinkyLoo, WordPress Hack

ecto blog: WordPress and timezones: Fix for incorrect handling of UTC date strings in xmlrpc. This patch is really designed for Ecto users and is distributed by the Ecto author. This might be useful if you use a desktop blogging client to post to your WordPress blog.

[Continue Reading...]

scriptygoddess >> PHPThumb

No
responses
by
on
October 4th, 2004
in
Code, LinkyLoo

PHPThumb: An interesting PHP image manipulation function. The problem still lies with the fact that GD is used by this function and must be installed on the server. Imagemagik is still a better solution for image manipulation and does a MUCh better job.

[Continue Reading...]

Javascript OOP Primer

No
responses
by
on
October 1st, 2004
in
Code, LinkyLoo

A thorough article on the Object Oriented Programming of Javascript

[Continue Reading...]

E4X: JavaScript for XML – The JavaScript Weblog – javascript.weblogsinc.com

No
responses
by
on
September 30th, 2004
in
Code, Cool Scripts, LinkyLoo

E4X: JavaScript for XML – The JavaScript Weblog – javascript.weblogsinc.com: A Javascript implementation for XML. The main article is written by John Udell and he mentions that the code in his article is written for Rhino which is Mozilla’s Java based Javascript interpreter. This technology is very cool and has a lot of possibilities, both incredibly useful and sinister. I can think of a bunch of exploits that could be very harmful, but I have not looked at the code in-depth.

[Continue Reading...]

Downhill Battle – Downhill Battle Labs – Blog Torrent

No
responses
by
on
September 2nd, 2004
in
Code, LinkyLoo, Weblog Add-Ons

Downhill Battle – Downhill Battle Labs – Blog Torrent: A blog incarnation of the formidable Battle Torrent. Please leave a comment if you know of integration techniques with blogging platforms such as Drupal, WordPress, PHPnuke and Indymedia. A good example site at Waxy. Via: Six Apart Professional Network

[Continue Reading...]

Make your FireFox look and behave like Internet Explorer

1
response
by
on
August 30th, 2004
in
Code, Cool Scripts, LinkyLoo

FireFoxIE.net: This is an interesting collection of plugins and hacks to make your FireFox browser look and feel like Internet Explorer. Why would you want to do it? Well, for the diehard FF lovers (like me) they could be useless. However, for the IE crowd that wants to use FireFox but somehow does not like the interface, this could be the ticket! Via: Asa

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php