Figured out how to make them apply with the rather ugly .on() handler. It works but I absolutely hate it, no idea why they got rid of .live(), looked much nicer, I mean, what the hell is this?

$(document).on({

mouseenter: function(){

//do stuff},

mouseleave: function(){

//do other stuff}

}, “.actualSelector”);

ew.

Unexpected issue with jQuery event handlers that I hadn’t planned for. When new content is updated to the page through an AJAX reuest, the existing event handlers aren’t applied to it for some reason. After a fair amount of researching it appears this could have been solved with the .live() handler, but that has been deprecated as of 1.7 :S Will continue looking for a solution.

After a fair amount of work I’ve been able to get a good way of AJAX requesting my application with use of the Response::ajax() method. It seems to detect all AJAX requests flawlessly, not quite sure how it does it but it works so yay

I have now created a standardised template for lavarel in Blade and it works well! My data can now freely flow through all the views hooray!

Action list for my project:

·         Version 0.1 Alpha – 22/12/12

o    Final Design Mockup in Photoshop

o    Pure HTML + CSS Elements mockup

·         Version 0.2 Alpha – 30/12/12

o    Bootstrap Integration

o    Javascript effects

o    Final Styling in HTML + CSS + Javascript

·         Version 0.3 Alpha – 11/3/13

o    Basic PHP – Page changing, etc.

o    MVC Layout of PHP

o    Database connectivity

o    Creation of classes relating to MVC

o    Apache rewrite of page destinations

·         Version 0.4 Alpha – 18/4/13

o    User login

o    User registration

o    User adding of third party logins

·         Version 0.5 Alpha – 1/6/13

o    YouTube API Implementation

o    Monitoring of feeds

o    Shows generate content based on feeds

o    Users get content based on subscriptions of feeds and shows

·         Version 0.6 Alpha – 8/6/13

o    Watch page to dynamically change videos

o    Simple viewing experience

·         Version 0.7 Alpha – 18/6/13

o    Additional API Support

·         Version 0.8 Beta – 20/7/13

o    Final features in place

o    Week or more of testing by myself and other users

·         Version 0.9 Beta – 27/7/13

o    Bugs found in testing fixed

o    Optimization problems fixed

o    One week of testing to determine if fixed

·         Version 1.0 First Official Release – 1/8/13

o    Project Completion!

 

Well I’ve hit my first roadblock in my major work so far. Basically it centres around the way that Laravel handles views and what data is shared within them.

Read More

Album Art

Well then…

(Source: peazer)

Played 603191 times.

That’s the noise you make when you think of a really good idea. Like a really good one. Don’t deny it. We all have these moments and today was my turn to be overly enthused about an idea that may never come to fruition.

Like with all my ideas I can already see the final, finished, successful product. I’m already thinking about patents, hiring people and a workplace to go with it. Although its unlikely that any of this will ever happen, you can always dream.

To all future readers, mark today, the 23rd of January 2013 as the day Tyrone contemplated entering the fashion industry.
(that’s something I never thought I’d say)

Just rambling.