-
Loading
-
Archives
- January 2012
- July 2011
- April 2011
- February 2011
- November 2010
- October 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- April 2008
-
Meta
Tag Archives: Technology
Calculating memory used by PHP to generate that page
Do you know how much memory those loops are using ? Why is this page taking so long to load ? Well with this simple PHP code you can daily benchmark different versions of your script to use the least … Continue reading
Posted in Code, framework, Technology, work
Tagged Code, develop, development, php, Technology, work
Leave a comment
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
Posted in Code, fun, javascript, Technology, work
Tagged Code, javascript, Technology, work
Leave a comment
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 */ … Continue reading
Posted in apple, Code, design, Technology, work
Tagged apple, css, safari, style, Technology, work
Leave a comment
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