- ebizQ.net: The Insider’s Guide to IT and Business Agility
- JSF 2.0 Cross-field Form Validation – With Seam, Simple in Reality
- Will Microsoft use SharePoint/Office 2010 to Own the Cloud?
- Appro Introduces the Most Powerful 1U Quad GPU Server Based on NVIDIA Tesla 20-Series GPUs
- SpringSource To Acquire GemStone Systems Data Management Technology
News aggregator
Are Consoles Holding Back PC Gaming?
Read more of this story at Slashdot.
Microsoft Lost Search War By Ignoring the Long Tail
Read more of this story at Slashdot.
Security Holes Found In "Smart" Meters
Read more of this story at Slashdot.
Chinese Root Server Shut Down After DNS Problem
Read more of this story at Slashdot.
Newcastle Maker Faire 2010
Read more of this story at Slashdot.
Slimming Down a Supercomputer
Read more of this story at Slashdot.
Israel's Supreme Court Says Yes To Internet Anonymity
Read more of this story at Slashdot.
Open Source Deduplication For Linux With Opendedup
Read more of this story at Slashdot.
Greg Holsclaw: Views, ImageCache and an iPhone app
When developing a mobile app, be it for the iPhone, an Andriod phone or a Blackberry, having dynamic data sprinkled in the app is important. DogParkUSA.com has recently sponsored the Dog Park Finder iPhone app and they wanted a thumbnail photo in each dog park listing.
One key is that if a park gets its first photo, or a better photo, the editors wanted to be able to promote the photos to the top of the photo page, and to have it show up as the thumbnail in the iPhone app. To do this without updating the app, we used a static URL that points to a View, which displays a Imagecached image.
Imagecache was used to exactly size photos to fit in the frame used in the app, while Views allows us to have a static URL, even though the photo displayed can be changed by the editors (by using the Sticky flag). This flexibility is key to pushing the photos they select into the app without an app update.
Gerrard McGarry: GerryBot: A free minimalist theme for Drupal
I promised a while back that I would make the theme I use on this site available for free download.
Well, here it is. Called GerryBot, it's a very minimalist one-column Drupal 6 theme. The original concept behind this theme was to have as little as possible on the page to distract from the content. Some of the features are:
Sean Lange: Get Up To Speed with WebEnabled
DISCLAIMER:
I DO NOT GET ANYTHING FOR MENTIONING THIS WEBINAR.
I BELIEVE THERE IS VALUE IN USING THE PRODUCT, THERE IS A FREE VERSION, AND I LIKE IT!
THAT SAID...
There are a number of tedious tasks when working in web development. Sometimes I get an idea, or want to experiment with something, and I have to take the time to set-up the site, configure the details, ect.... Now, I use WebEnabled, start up an instance of Drupal, use drush to get the modules I need... then start tinkering.
Frederic Marand: Tip of the day: do not use "format" in Drupal aliases
I noticed today that one of my sites returned 403 Access denied on various pages with URLs like format/<foo>, although it was an alias for a taxonomy/term/<tid> taxonomy path which was actually available when not aliased. What could be going on ?
Ubuntu Will Switch To Base-10 File Size Units In Future Release
Read more of this story at Slashdot.
Learn By The Drop: Running Cron On Dreamhost
This short video shows you how to create a cron job using the Dreamhost web panel that will allow you to execute cron on a Drupal site. As I have noted previously execution of the cron file is an important task for any Drupal site. Many modules rely on cron for periodic processing of data including the core search and aggregator modules. Running cron also prompts the system to check for module updates.
Here's what I entered in the video. Be sure to replace the url with url of your site. wget -qO /dev/null http://yoursite.com/cron.php
This video is one in a series of videos I created called Getting The Most Out Of Dreamhost. If you're a current Dreamhost customer you probably already know how to do things like set up a domain or create a MySQL database so it may not be relevant to you. If you're considering Dreamhost I think the series offers a very good preview of how the web panel functions make it easy to launch new Drupal sites. There's also a discount code (LEARNDRUPAL2010) on that page that will save you $50 on a new Dreamhost web hosting account.
Tiny Cube Drags Space Debris From Orbit
Read more of this story at Slashdot.
Cracking Drupal: Creating a sanitized Drupal database dump
People often want to create a backup copy of their site database and give it to someone else to create an environment similar to the live environment for testing or development. However, doing so exposes all of your site data being leaked if that backup copy is ever placed on a CD that gets lost or a harddrive which is not destroyed at the end of its life or a laptop which is stolen.
I blogged about one solution to this problem earlier with using Virtualbox and an encrypted disk image on Mac for easier and more secure development. However, another simple solution exists: munge the data.
Sanitizing a Drupal database exportThe basic idea of this strategy is five easy steps:
- Export your database
- Import it into a new temporary place
- Overwrite sensitive information with dummy data
- Export from the temporary place
- Share this new export
-- CAUTION: DO NOT RUN THIS ON DATABASE WHERE YOU CARE ABOUT THE INFORMATION!!!
NYC Drops $722M On CityTime Attendance System
Read more of this story at Slashdot.
Decoding Mobile Carriers' Latest Push For Profits
Read more of this story at Slashdot.
Lullabot: What Is Drupal?
The Drupal Intro Seminar is the best way to - in a single day - get your feet wet with Drupal. From the basic concepts and terminology to site building strategies, we'll begin to get you "thinking Drupal". If you're just beginning with Drupal or are having a hard time making heads or tails of the documentation, join us for this day and make sure you can get the most out of a week at DrupalCon!
» DrupalCon San Francisco - April 18th, 2010Lullabot: Intro to Theme Development
Drupal Theming focuses on the look and feel of a Drupal site. We look at all of the tools available to override the default output and make Drupal beautiful. (Yes! It can be beautiful.) In several cases there can be more than one way to accomplish a task and we will provide guidelines and tools for making themes that stand up over time. Attendees of this course should be familiar with HTML and CSS (some PHP knowledge is also recommended for advanced topics).
» DrupalCon San Francisco - April 18th, 2010Theserverside
Seamframework
- (In Relation To - Site - Tag 'Seam News') Plans for Weld 1.1
- (In Relation To - Site - Tag 'Seam News') The timeline for Seam 3
- (In Relation To - Site - Tag 'Seam News') Brazil, May 2010
- (In Relation To - Site - Tag 'Seam News') RichFaces 3.3.3 Final is Released!!
- (In Relation To - Site - Tag 'Seam News') JBoss World 2010
O'Reilly Network
- Get ready to create an Android Twitter app
- Java: The Good Parts
- The XML Character Encoding Detection Routine in Different Programming Languages
- Developing Android Applications with Java, Part 2
- What's New in O'Reilly Answers - Windows phone and iPhone programming, algorithms in Python, recovering files in Win7, and much more!