Tag Archives: Technology
Javascript URI Address Segment Selection
I use the great CodeIgniter, PHP Framework a lot, Most site’s now days I create use it. One of the many good things is that way it handles pages request’s and PHP $_SERVER['REQUEST_URI'] to find which page we are on. … Continue reading
Use PHP to subStr to cut length in whole words
In work, we often output a section of content and don’t always either want the whole content, or want a quick summary; Below is a quick piece of code that will create a quick clean summary of a full HTML … Continue reading
IP Addressing – know your External IP
I often want to know my IP address from when I am not, when I am not at Home/Work. I know that there are Lots of sites out there that will sett it to you, but I wanted to set … Continue reading
Safari's CSS Support for multiple backgrounds on the same Style
I was browsing just now and fond something pretty interesting, Safari supports multiple background image declarations for the same style tag. .box { background: /* Upper-left */ url(./corners_01.png), /* Upper-right */ url(./corners_02.png), /* Lower-left */ url(./corners_03.png), /* Lower-right */ url(./corners_04.png), … Continue reading
Torrent Downloading Laws in New Zealand ~ Update
If you download anything via torrents, you should read this article. It is a pretty clear explanation of the upcoming Torrent Laws for ISP’s and users here in New Zealand including the ’3 Strike’ policy. http://torrentfreak.com/code-aims-to-quell-new-zealand-3-strikes-fears-090204/ The thing about torrents … Continue reading
New Modem – Thomson TG8585v7
Configuring my new Thomson TG8585v7 thanks to lightning on friday night that fried my previous modem ( DLink 604t ( No big loss)), My ISP Telescum sent me a replacement. Thanks you Telescum! Contents First Impressions Digging Deeper Account Connection … Continue reading
OSX Speech Commands
This is a cool tip that will work on and OSX Computer. You can get your mac to sing and swear and talk anything via a simple Shell Script. You can even get my mac to talk… I will be … Continue reading
IPv6 The Future!
IPv6. Internet Protocol Version 6, The next internet lookout word. So with a side WordPress project I have been working on ( More info and links to come ) I have been looking at IP addresses, and with this, looking … Continue reading