On a 64-bit version of Ubuntu, you have a few choices when it comes to the Flash Player Plugin:
I have a project: to create a small word finder game with Flex. The rules are simple: A word of more than seven letters is picked at random and you must find all the words of four or more letters from the letters of that word.
The first step was to find a good dictionary. I imported a word list with roughly 113,000 entries into a mysql database, and with a little help of regular expressions and looping php functions I've made the first step of my game: the back-end to pull the words. You can see below what I've done so far. No Flex-based interface and game yet, but I intend to use this php/mysql script as a back-end for the application:
I like to save energy and spare my laptop of unnecessary strains, and I sometimes get annoyed when I leave my computer for a break and only come back in my office to see that my three screens are still on with full luminosity. Of course I could set an automatic screensaver timing, but I also find that annoying because it gets triggered while I'm watching a video.
If you, like me, enjoy being able to turn off all your screens in one click, here is a very simple solution:
As a professional involved in the creation and promotion of web content, you may have developed an obsession for the amount of traffic you are getting on your website. But is the number of visits the only data to look at when trying to assess how well a website is doing?
The answer is no. Traffic on a website doesn't generally reflect the intrinsic quality of web content, but rather the popularity of the topic, the domain authority of a website, and other SEO factors.
Traffic, in most cases, should not be the ultimate goal of your web strategy.
Note: You can see the result of this tutorial here.
Tired of the lightboxes and the thickboxes you see on every Drupal website? Although this one makes no exception for the blocks, I wanted a more straightforward interface for the nodes. Keeping the lightbox for blocks makes sense since the main area of the page contains unrelated content. But when a page is solely dedicated to displaying images, you can improve usability with a good old semi-automatic slideshow display.