-
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: html
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
Non-Ascii charactors in my AJAX responses !?
A while ago, I co-wrote a large site with Ryan while I was working at Zipline Interactive, this site uses Mootools 0.98 as we found to be getting a lot of �������� all through the JAX requested response code. For … Continue reading
Posted in Code, design, javascript, Technology, work
Tagged ajax, characters, Code, html, javascript, Life, mootools, php, s, site, url, urls, work
Leave a comment
Alternating row styles with Javascript
I am writing a list that outputs a large amount of data in a vertical structure, with many rows the list gets hard to tell which entry is which. Now, normally I would do this via PHP, something like < … Continue reading
Posted in Code, design, fun, javascript, Technology, work
Tagged class, cool, effects, html, javascript, mootools, php, site, style, work
Leave a comment
SPAW WYSIWYG was showing HTML characters not HTML
I noticed when installing the SPAW Editow recently that on the Design tab in SPAW, the HTML was showing as converted HTML Symbols like < and > rather than < and >. After a bit of playing, i found this … Continue reading
Posted in Code, Technology, work
Tagged characters, Code, design, html, install, spaw
Leave a comment
An Amazing use of Javascript.
When I looked at Ryan Stemkoski’s technology blog about 11.26 javascript frameworks I though oh yeah, I have used a couple of those, and there was a couple there that I havn’t. But today I came across this site, Zazzle.com, … Continue reading
Best Practices for Speeding Up Your Web Site
I recently found this great article about best coding practices for Speeding Up Your Web Site http://developer.yahoo.com/performance/rules.html