twitter

Recent Comments

David Boyer
David Boyer January 13, 2012 at 10:05AM
Is Your CFLOOP Hogging Memory or Causing OutOfMemory Errors?

Interesting to find that out, wouldn't have expected it to be a problem. I've had similar...

baljit dhanoa
baljit dhanoa January 12, 2012 at 9:08AM
Creating A Recent Comments Widget With Disqus's API and PHP

Creating A Recent Comments Widget With Disqus's API and PHP good code pls try

Web Hosting Provider
Web Hosting Provider January 10, 2012 at 5:23PM
Creating A Recent Comments Widget With Disqus's API and PHP

Superb and very informative for me,,,

web hosting
web hosting December 2, 2011 at 7:28AM
If PHP's file_get_contents Function is Failing With IIS 7

I am new guy for this PHP. i get it clear idea about your topic.All the points are explained...

Aaron J. White
Aaron J. White November 14, 2011 at 11:54PM
Creating A Recent Comments Widget With Disqus's API and PHP

If you want to put the number of posts in a different area than the recent comments section...

Aaron J. White
Aaron J. White November 14, 2011 at 10:10PM
Creating A Recent Comments Widget With Disqus's API and PHP

It depends, are you using wordpress or joomla? I have a different plugin that checks disqus for...

Yulia Novozhilova
Yulia Novozhilova November 14, 2011 at 4:22PM
Creating A Recent Comments Widget With Disqus's API and PHP

very cool... it works! Do you know if it is possible to include number of total post likes on...

Aaron J. White
Aaron J. White October 30, 2011 at 10:40AM
Creating A Recent Comments Widget With Disqus's API and PHP

Hmm...It would probably help if I post a comment on my site so people can actually see my...

Is Your CFLOOP Hogging Memory or Causing OutOfMemory Errors?

Posted: January 13th, 2012 - So I have been working on a script in OpenBD that loops over a large 1.2GB xml file and parses specific nodes. Since the file is so big I have to loop over the file line by line and build each node individually before running xmlparse() on the node. Everything was working just dandy until I got to around 6 million lines.
Add a comment | Read more

 
If PHP's file_get_contents Function is Failing With IIS 7

Posted: November 28th, 2011 - Very quick post here. So I moved my blog from a shared hosting account to my  windows VPS yesterday and everything worked perfectly except three php scripts I wrote to grab my facebook/twitter feeds and my recent comments from disqus. Since all three scripts use the file_get_contents script I assumed that was somehow the issue.
Add a comment | Read more

 
Using jQuery and Google Finance to Create a Simple Stock Ticker

Posted: November 17th, 2011 - I needed to create a simple stock ticker for my company's intranet portal a few days ago. I found some information on stackoverflow suggesting that you could make an ajax call to Goggle Finance and get a JSON response. I hooked it up and it works perfectly.
Add a comment | Read more

 
Adding a custom Prefix or Suffix to YOURLS Short URLs

Posted: November 15th, 2011 - I setup my own url shortener with YOURLS yesterday and everything seems to work perfectly. The only feature I needed that didn't seem to come OOTB is the ability to add a custom prefix or suffix to the url. My short url is http://ajwh.it, and that's good, but in order to put the icing on the cake I wanted to add the letter "e" at the beginning of all of my short urls.
Add a comment | Read more

 
Coldfusion XmlSearch and EPUB Open Container Format

Posted: October 11th, 2011 - So I nearly pulled out all my hair last night as I spent way to long trying to figure out why my simple xpath query was not working on an EPUB container xml file. No matter what I did my Coldfusion xmlsearch function kept returning an empty array. Turns out the issue was because the EPUB OCF specification uses a default namespace in its root element.
Add a comment | Read more

 
Creating A Recent Comments Widget With Disqus's API and PHP

Posted: November 9th, 2011 - A few days ago I tried the default widget for recent comments that Diqus provides, but I just couldn't get it to look like I wanted it. Thus, I decided to look for a different solution and it wasn't long before I noticed the Disqus API. Now let me just say now that I think Disqus did a GREAT job with the creation of the documentation and examples for their api.
Add a comment | Read more