supplementary notes

for my benefit

Thursday, September 24, 2009

⇒ mac code

useful script to find what's the holdup:

#!/bin/bash

PATH=${PATH}:/sbin:/usr/sbin

dr=($(drutil status | grep -i 'type:'))
devtype=${dr[1]}
device=($(mount | grep ${dr[3]}))
if [ $devtype = "No" ]
then echo No disk found. Sorry! >&2
exit 1;
fi
echo A $devtype is mounted on the device named $device
pids=($(sudo -p 'Please enter the administrator password:' lsof -t $device))
echo \nList of programs that may be preventing the disk to eject
ps -o pid,user,comm=COMMAND -www -p $(echo ${pids[*]} | sed 's/ /,/g')

Labels: ,

♥♣♦♠

Friday, August 21, 2009

⇒ web technical

MAMP


MAMP: Mac, Apache, MySQL, Perl/PHP. Personally, I learnt the LAMP architecture

Firefox


3p6alpha: to be faster, better, rander gradients in code

Wordpress PHP hierarchy




shorten your URLs

Labels: , , , , ,

♥♣♦♠

Thursday, January 29, 2009

⇒ constructive web catchup

a list apart:


elevate web design at the university level
brighter horizons for web education
return of the mobile style sheet
semantics in html 5
return of the mobile style sheet

campaign monitor blog:


nested tables in HTML email: how much is too much?
Q&A newsletter
Improved authentication and Yahoo! integration
Voices newsletter
Giving back gets going
Export and share campaign reports
Nyman ink newsletter
Dialogue from Dialect
Should your plain text be exactly the same as your HTML?

Google analytics blog:


mastering-motion-charts-trend-analysis
9-steps-to-becoming-analytics-emperor
new-video-see-what-people-are-searching
tracking-google-sites-with-analytics
join-discussion-with-comments
short-answer-is-you-dont-have-to-change
announcing-winners-of-website-workout
eyes-on-prize-with-custom-reports
gaac-attack-year-end-fun-for-google-analysts

MacOSX hints:


Enable mounting of remote CD/DVDs on any Mac
use VLC to watch incomplete movies
Set preview frame during QuickTime movie export
Customize those boring blue folders using Preview

Matt Cutts:


four things you need to know about Knol
detecting googlebombs
Talking to a Wiimote in Ubuntu 8.10
“Preventing Virtual Blight” talk

javascript image galleries:


lightbox
Imago
Hoverbox (modified)
Spry
FrogJS
slideViewer 1.1
lightbox 2

Vitamin feed:


tips for freelancers starting your own business
how to: RSS-Enabled, Micro-Blog with Twitter

other:


why text is king
premium business cards
Officeworks business cards
UK webhosting
Set up new virtual hosts by creating new folders
Google zeitgeist 2008

Labels: , , , , , , , , ,

♥♣♦♠

Friday, February 22, 2008

⇒ HTML eMAIL

http://en.wikipedia.org/wiki/MHTML
http://mailformat.dan.info/body/html.html
http://people.dsv.su.se/~jpalme/ietf/mhtml.html

uses MIME-type encoding. Basically one big security breach waiting to happen. Particulars of MIME HTML here:
http://people.dsv.su.se/~jpalme/ietf/RFC-MHTMLTEST.txt
ftp://ftp.ietf.org/rfc/rfc2387.txt
ftp://ftp.dsv.su.se/users/jpalme/draft-ietf-mhtml-info.txt
http://people.dsv.su.se/~jpalme/ietf/mhtml-info.html

as of right now, i can't find a decent tutorial or editor for MIME HTML. Do I just drag and drop in MS Entourage/Mac Mail?

Labels: , , ,

♥♣♦♠

Friday, June 22, 2007

⇒ a little japanese

tear the b!tch apart!
別雌犬を引き裂きなさい!


http://www.hlj.com/product/BAN922242
http://www.hlj.com/product/BAN946728
http://www.hlj.com/product/BAN948997


use the javascript 'swapimage' function hyperlink to control gallery view

Labels: , ,

♥♣♦♠

Sunday, June 17, 2007

⇒ scrolling thunder

title refers to an obscure sega mega drive game.






/******************************************
* Scrollable content script II- © Dynamic Drive (www.dynamicdrive.com)
* Visit http://www.dynamicdrive.com/ for full source code
* This notice must stay intact for use
******************************************/

http://www.dynamicdrive.com/dynamicindex11/scrollc2.htm

Labels: ,

♥♣♦♠

Thursday, October 12, 2006

⇒ html layout

bold
italics
link

left
right
centre
  1. numbers
  • bullet


| | | | | | | | | | | | | | |

just testing

Labels:

♥♣♦♠