Search Content

Displaying 1 - 20 of 675

… Home Page banner/slideshow Contact form Site map Search Comments Video support Mobile friendly theme that looks great … Home Page banner/slideshow Contact form Site map Search Comments Video support Mobile friendly theme that looks great …

… -- the main thing that needs attention are database updates. Terms & Conditions a. Multi-sites must have a parent … b. Multi-sites under this plan have a test instance. Updates are rolled out automatically, with limited testing. …

… your attention on business. Terms & Conditions a. Security updates will be applied on production sites in a timely … your attention on business. Terms & Conditions a. Security updates will be applied on production sites in a timely …

… to hear more about whether this is a better fit, please comment below if you have hands on experience with these! … not be shown publicly. Homepage Subject Notify me when new comments are posted All comments Replies to my comment Comment About text formats Filtered HTML Web page …

… can be -- it can be a lot more work to make individual pages vary from the template, and if you have build web sites … pages. And you have to focus on that, because every page is different. Any element you want to share between …

… I-TECH The International Training and Education Center for Health (I-TECH), a non-profit collaboration between the University of … user's daily tasks. Additionally, the system integrated I-TECH's reporting process, replacing e-mailed spreadsheets, …

… Customizable code: writing future-proof code Submitted by John Locke on … successful open source projects have separate language files containing all of the labels, instructions, menus, and … mechanism. Some programs make it easy to replace the default behavior with your own version. ZenCart does this …

… quite a bit of complexity when it comes to testing updates, in addition to requiring some custom patches. … quite a bit of complexity when it comes to testing updates, in addition to requiring some custom patches. …

… Using a File Field with imported files in Drupal: Drush to the rescue! Submitted by John Locke … - 12:25 We regularly import content from old web sites and systems. One recent client had thousands of … Drupal, and just copy the existing documents into sites/default/files. Using the Filefield_sources module, you can …

… I-TECH Drupal 7 Upgrade I-TECH About I-TECH The International Training and Education Center for Health (I-TECH) is a center in the University of Washington's …

… Worst case scenario: Protecting files when you lose your computer Submitted by John Locke on … it unencrypted on a laptop hard drive, especially not in public places. For all you employees carrying laptops owned … <a href hreflang> <em> <strong> <blockquote cite> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h1> <h2 …

… 7 with different rewrite blocks. The essence:         location / {                 # This is cool because no php is … try_files $uri @rewrite7 @rewrite6;         }           location @rewrite7 {                 # You have 2 options …                 rewrite ^ /index.php;         }         location @rewrite6 {                 # For Drupal 6 and …

… For # 5, we can help by providing tools for managing user comments and ratings, suggest ways of matching up … the technical side of things -- providing tools to allow users to log in using Facebook, suggesting ways of improving … (*double-shudder*). I found Drupal too dense for the user-friendly approach I was looking for and Joomla to …

… Komodo IDE from ActiveState, and it kindly shows you the comment immediately preceding a function you type, in a … comments I consider to be required. On the other hand, a comment that states the obvious is a waste of space. Comment …

… NewsForge | Linux in action: A public library's success story Submitted by John Locke on Wed, 05/05/2004 - 02:27 NewsForge | Linux in action: A public library's success story Add new comment You must have … <a href hreflang> <em> <strong> <blockquote cite> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h1> <h2 …

… Reliable code: building in robustness Submitted by John Locke on Sat, … into each module from the start. It's a very different style of programming, and takes a lot longer to get there, … there's a personality difference between these development styles. The artist figures out some innovative way of solving …

… not much more Unless a database table regularly contains a large blob we rarely need, go ahead and load up the entire … the result. The next level of caching, for truly large sites, is using a system like memcached. Memcached provides a … a web application). When your application needs to open 20 files just to respond to a simple AJAX data request, that's …

… Why source code matters... Submitted by John Locke on Mon, 03/14/2005 - … in Boston, not having clear ownership rights to the source code installed to manage traffic in the systems put in place … have the right to share, extend, and redistribute the code without paying additional fees. Read more at: Software …

… A new approach to Drupal theming, just in time for Drupal 10 Submitted by John … wrappers for individual CSS. It's a bit like using "style" tags inside your HTML elements, but labeling them as classes … the Tailwind config file, along with classes on the body tag. Also, remember CSS variables -- CSS variables are a …

… Quality Code: How do you judge? Submitted by John Locke on Mon, 05/18/2009 - 20:40 [Originally published on the Open Source Small Business blog , in January 2008.] I’ve seen a lot of code in various …