corydunne.com
Random – CoryDunne.com
http://www.corydunne.com/category/random
Archive for the ‘Random’ Category. Hitler Get’s Hacked. Feb 16, 2011. Note, NSFW language in the subtitles. This video has so much truth behind it, that I wanted to pass it along to other developers considering certain frameworks on the market. It’s also hilarious. Acknowledgement: I got this by way of a colleague’s blog. Who got it from the Drupal site. Dec 19, 2010. This is my obligatory introduction post. So over the next little while I’ll be posting code and how to’s that will build up to...Adding Bi...
corydunne.com
SIP Strings For Patron Accounts – CoryDunne.com
http://www.corydunne.com/2011/05/sip-strings-for-patron-accounts
SIP Strings For Patron Accounts. May 4, 2011. Previously, we’ve looked at how to make our web server talk to our SIP server. And how to make PHP talk to our SIP server. Let’s start to retrieve some real data from SIP. Now that you’re into the right folder for your connection, navigate into the bin folder. Here you should see a file called AcsTester.exe. Run that program and you should see something like this screen shot. The end result is this message string:. Break It Down Further. So we should know hav...
corydunne.com
How To Connect To SIP – CoryDunne.com
http://www.corydunne.com/2011/03/how-to-connect-to-sip
How To Connect To SIP. Mar 8, 2011. This post is the start of a series. I’m going to be releasing all of the bits and pieces that make up the online payments system at my library. It should be a good model for most libraries to follow, you can use nearly any payment gateway, and all you need is SIP and PHP. If you receive another message, like the one in this screen shot, then your webserver cannot see your SIP server. You’ll have to make the changes to the firewall to open the port. From your own site.
corydunne.com
Code – CoryDunne.com
http://www.corydunne.com/category/code
Archive for the ‘Code’ Category. Youtube API and cURL. Mar 28, 2012. I was recently working with the YouTube API, and was having some frustrations getting a particular piece of data I was looking for. After a bit of Googling, I quickly discovered that other people were having a similar issue. I finally was able to dig up the answer, buried somewhere in an IBM document. And here’s the implementation:. Update (30 Mar 12, 12:30 AM EST). SIP Strings For Patron Accounts. May 4, 2011. At the top of the program...
corydunne.com
Hitler Get’s Hacked – CoryDunne.com
http://www.corydunne.com/2011/02/hitler-gets-hacked
Hitler Get’s Hacked. Feb 16, 2011. Note, NSFW language in the subtitles. This video has so much truth behind it, that I wanted to pass it along to other developers considering certain frameworks on the market. It’s also hilarious. Acknowledgement: I got this by way of a colleague’s blog. Who got it from the Drupal site. This entry was posted on Wednesday, February 16th, 2011 at 7:59 am and is filed under Code. You can follow any responses to this entry through the RSS 2.0. Feed You can leave a response.
corydunne.com
Aggregating ISBNs From Horizon – CoryDunne.com
http://www.corydunne.com/2011/01/aggregating-isbns-from-horizon
Aggregating ISBNs From Horizon. Jan 20, 2011. I’m working on creating a spreadsheet that will be imported into another application. The format for the spreadsheet is fairly picky, as it expects to match titles, authors, ISBNs, etc. The problem is that it wants each bib to be a new line. Sounds simple, right? MySQL has an awesome GROUP CONCAT function. That handles this perfectly. MSSQL does not. SELECT bib, LEFT(isbn list, LEN(isbn list)-1) AS isbn list FROM ( SELECT bib, ( SELECT isbn.processed ...
corydunne.com
Connect To SIP With PHP – CoryDunne.com
http://www.corydunne.com/2011/04/connect-to-sip-with-php
Connect To SIP With PHP. Apr 20, 2011. Last time, we took a look at how to make sure your web server can see your SIP server. This time, we’re going to carry on with actually making the two talk to each other. To rule out network issues. Next time, we’ll take a look at how to create a real message to SIP, so that we can receive account information back. If you have any success or failures with connection, please let me know by using the comments section. Feed You can leave a response. From your own site.
corydunne.com
2011 February – CoryDunne.com
http://www.corydunne.com/2011/02
Archive for February, 2011. Hitler Get’s Hacked. Feb 16, 2011. Note, NSFW language in the subtitles. This video has so much truth behind it, that I wanted to pass it along to other developers considering certain frameworks on the market. It’s also hilarious. Acknowledgement: I got this by way of a colleague’s blog. Who got it from the Drupal site. Youtube API and cURL. SIP Strings For Patron Accounts. Connect To SIP With PHP. How To Connect To SIP. Hitler Get’s Hacked. Aggregating ISBNs From Horizon.