Why I pay too much for the iPhone and why it doesn’t matter
In two years it’ll cost me at least $2500! but it’s still way better than my last phone.
» Permalink » Comments (5) » del.icio.us » Digg It!
In two years it’ll cost me at least $2500! but it’s still way better than my last phone.
» Permalink » Comments (5) » del.icio.us » Digg It!
Flash to WordPress Guide and Code
“Ever Since I launched my Flash website with a WordPress backend, I have received numerous emails and comments asking me how I did it. Today I will make available some of the PHP code I wrote to extract Data from WordPress in an XML format. I have also created a diagram and explanation on how my website works to hopefully assist anyone else who wants to try the same thing. I should point out that I haven’t made available an end to end solution, you will still need to do a lot of work, but I hope that I have provided a good starting point. The PHP Script makes an SQL query to a MYSQL database holding the WordPress Data. The PHP Script then formats the data into XML. This then can be loaded by your Flash Website. There are functions to retrieve Posts and create Menus.” - via tvwonline.net
» Permalink » Comments (4) » del.icio.us » Digg It!
“There seems to be a lot of confusion about the code needed to properly embed Flash objects within a website: it’s the most frequently asked question at this site’s forum. The rise of profiling sites like Myspace (who filter lots of codes) and the recent Eolas patent enforcement have thrown even more confusion into the mix. In this article, I’ll try to clearly align the best options for Flash embedment. I’ll also mention the most common pitfalls, and their workarounds.” - via jeroenwijering.com
My method-of-choice to embed has to be SWFObject. It’s able to not only take care of what it needs to, but also integrates with several other techniques including SWFAddress. Another thing I like about it is the ability to work well within Wordpress. At first I had to fall back on some embed techniques and plugins, but after reading this post about using multiline comments, I am up and running with SWFObject again.
» Permalink » Comments (6) » del.icio.us » Digg It!
Can it get more fun than this?
Sure, but it’s still very cool. With the addition of the Nintendo Wii internet browser comes the chance to access websites. What better reason than to stream content from your computer to your living room - or wherever you Wii?
» Permalink » Comments (5) » del.icio.us » Digg It!
Flash, DHTML Menus and Accessibility
“It’s not uncommon to hear developers complaining that their DHTML menus, when triggered, have dropped behind the Flash movie below them. It’s also not uncommon to hear, “that’s just how they work.” Before Flash Player 6, that was true in many browsers. But nowadays, it’s become urban legend. With Flash Player 6, Macromedia introduced windowless mode for Netscape and Mac OS X (previously it was supported only for Windows). In the process, this also gave developers a way to completely hide Flash from older screen readers and the issues they can have with it. In fact, when Flash is purely used as eye candy, it’s wise to remove it from the flow of the screen reader’s page so that they don’t have to listen to Flash without a purpose.” - Stephanie Sullivan
» Permalink » Comments » del.icio.us » Digg It!
After looking into AJAX, you can’t deny the usage of javascript or xml, they’re in the DOM damn name! Check out my AJAX links when you’re done here.
» Permalink » Comments » del.icio.us » Digg It!
Who doesn’t want to be able to create a searchable website? Now ask yourself how to search a Flash website, I’ll give you a minute, still thinking?
» Permalink » Comments (4) » del.icio.us » Digg It!
![]()
Creating a site doesn’t always mean you’re the expert on how people are using it, especially when it comes to a flash site - enter analytics, tracking, and stats.
» Permalink » Comments (9) » del.icio.us » Digg It!
Getting started with Ajax as my new goal in life. AJAX is the new new, and is short for “Advanced Javascripting and XML” or “Asynchronous JavaScripting and XML. Essentially it’s DHTML with the xmlhttprequest object thrown in.
Read the rest of this entry »
» Permalink » Comments (5) » del.icio.us » Digg It!
Research via the web - the value of experience
I can’t say it’s all perfect, but chances are I’ve received most of my info from blogs/boards/forums. I bought a few books here and there, but nothing beats proven experience. Here are a few sites that made me jump on the blog-wagon
» Permalink » Comments (1) » del.icio.us » Digg It!