My Latest Tweets
- I made my LinkedIn profile awesome using http://t.co/8nzeyGlc. Check it out today! http://t.co/XfZu7mtk 1 week ago
- support legislation to permit discharge of all student loans in bankruptcy. http://t.co/JMRvrHVG 2 weeks ago
- The @FriendsOfElsie mobile site I developed is now also live: http://t.co/i5UbiPjK (must visit in mobile device, or spoof your UA) 3 weeks ago
- The new Nazareth homepage I did the development for is now live: http://t.co/Bz8NrWlW 3 weeks ago
- I just reviewed: 'Levi's Men's 560 Big & Tall Comfort Fit Jean' by Levi's via @amazon http://t.co/0WbC2BOl 2 months ago
Archives
- September 2011 (1)
- August 2011 (3)
- July 2011 (1)
- March 2011 (1)
- February 2011 (1)
- December 2010 (1)
- July 2010 (2)
- May 2010 (2)
- January 2010 (1)
- October 2009 (3)
- September 2009 (1)
- August 2009 (2)
- October 2008 (1)
- July 2008 (1)
- June 2008 (5)
- May 2008 (2)
- April 2008 (1)
- March 2008 (1)
Links
Online Presence
Meta
Author Archives: Seán Hayes
Awesome Web App, Codecademy, Teaches You to Program
I just found out about this cool web app called Codecademy that teaches programming to complete novices. As soon as you visit the site you can start learning to program without having to create an account, and as of now … Continue reading
Twitter Web Intents Javascript Events Not Firing
If you’re trying out Twitter’s Web Intents Javascript Events and it’s not working, be aware that they only work if your HTML page is loaded from an HTTP server. If you open your page locally off your hard drive it … Continue reading
Posted in Web Design & Development
Tagged events, facebook, iframe, JavaScript, twitter, web intents
Leave a comment
Saved Web Pages from Firefox Have Scripts Removed
So, I was just in the middle of a programming test for a job application where I had to download an HTML page, edit the JavaScript to perform a desired task, and email it back. I downloaded the page, but … Continue reading
Recruiter SPAM
Got a job posting mass emailed to me today, here’s an excerpt: “Our records show based on your resume, which was imported into our system recently that you are an experienced IT professional whose background may possibly align to the … Continue reading
Cookies Not Saved In Internet Explorer for Facebook iframe Apps
I’m making a Facebook game using Django and was having a problem with Internet Explorer. The Problem: After login the page would render correctly as if the user was logged in, but when navigating to another page it was as … Continue reading
Posted in Web Design & Development
Tagged app, cookies, django, facebook, header, ie, iframe, internet explorer, p3p
Leave a comment
CSS Meta Languages and Compilers
So, I’ve finally decided to add a CSS framework into my workflow, namely Blueprint. I’m not very skilled when it comes to graphic design (though I’m trying to learn) and the CSS frameworks out there give you some nice looking … Continue reading
Posted in Web Design & Development
Tagged compiler, css, frameworks, inheritance, language
Leave a comment
LaunchRock Viral Sign Up Pages
I came across this new web app for creating viral sign up pages called LaunchRock. I’d love to try it out, but in order to get an invite to the beta I need 3 people to sign up. If you’re … Continue reading
Script to Convert PSD Files to HTML Templates
For a while now I’ve been tinkering with this GIMP Plugin that converts PSD files to HTML templates. There’s been some recent interest in it, so I’ve decided to work on it some more and get a usable release out. … Continue reading
Advice from my Experience with OAuth
I recently finished coding the OAuth authentication method for accessing Picasa photos from within Darkroom. Since it was written client side using JavaScript I was trying to be as minimalist as possible, so I wrote my own minimal implementation rather … Continue reading
Posted in Web Design & Development
Tagged advice, authentication, Darkroom, google, JavaScript, oauth, picasa, tips
Leave a comment
Setting up SSL on Apache
While locally testing Darkroom over HTTPS, Firefox gave me the following error: “Error code: ssl_error_rx_record_too_long”. Turns out I’d never configured the Apache instance on my laptop to use SSL. Once you’ve got the right information it’s really quick to fix. … Continue reading