Search Content

Displaying 1 - 20 of 128

… Worst case scenario: Protecting files when you lose your computer Submitted by John Locke on … Encryption is easy Freelock News Open Source News My files were all properly backed up, and I was even able to … files you've copied (securely, I hope!) from any company file share. If you're responsible for keeping any of that …

… Using a File Field with imported files in Drupal: Drush to the … '. $file->filename); $file->uid = 1; $file->filemime = file_get_mimetype($file->filename); $file->status = …

… and quarterly for up to 6 quarters. We can restore files from any of these snapshots, making it possible to … deleted months ago. Our capacity is limited, however, to sites under 20GB. Backup hosting is included with a Freelock-hosted site. This product is an add-on meant to be a secondary …

… checklist. We'll find all the clutter in your modules, files, and views. We'll do the basics to make sure you're … if upgrades and fixes are necessary You’ll receive a PDF report with a full list of recommendations and our …

… XSS malicious code, it could be used for attacking an undefined number of users. I think that the best thing to do … XSS malicious code, it could be used for attacking an undefined number of users. I think that the best thing to do …

… 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 …

… Bayesian Knowledge Engineering Submitted by John Locke on Tue, 12/07/1999 - 14:15 After being an active Knowledge Engineer for 2 years modeling troubleshooters for …

… Linux results in an overall cost savings of at least 27% in a medium-sized company over Microsoft solutions. And … Linux results in an overall cost savings of at least 27% in a medium-sized company over Microsoft solutions. And …

… essay is published at Change This as a manifesto in PDF format--check it out. Read Anderson's take on Lessig in … essay is published at Change This as a manifesto in PDF format--check it out. Read Anderson's take on Lessig in …

… Open source revolution | eGov monitor . A full 77-page PDF report is available here . Free/Open Source Software Add … Open source revolution | eGov monitor . A full 77-page PDF report is available here . … Open source revolution …

… Linux on your computer, I can easily turn on a couple of features that allow me to securely administer your computer … Photographer Good equivalents, missing a couple high-end features PhotoShop The GIMP The GIMP is a powerful image … desktop publishers so you know it has compelling features. It also can do PDF forms, and most anything you'd …

… Employment We're currently looking for new junior/mid-level … only. 20 MB limit. Allowed types: pdf. Subject Message … Employment …

… Open Office Word Processor, and save them as a "*.doc" file and shoot it back.  So whats the problem with Erik and … if it looks funky, please excuse it, or I save it as a "*.pdf" and say if you want to make some changes, I can do it … if it looks funky, please excuse it, or I save it as a "*.pdf" and say if you want to make some changes, I can do it …

… to a new point release of Drupal means merging the new tag into our branch. Then we've written a script to update … and the development copy on develop. And it created a git tag for the particular release. On production, we have … back to development and re-roll the release. git log/git tag -- identify the current state of the code base -- should …

… the vast majority of customizations have happened in SASS files we compile to CSS. This time, we're flipping that. … a dozen different places in your tree of CSS or Sass files, that have an impact on the style of the very same … the site load substantially quicker, with much smaller CSS files Make future changes far easier to incorporate, with the …

… the Javascript as I can into Dojo AMD modules in separate files in a js/ subdirectory of the module. Implement … using AMD, do not list the JS files in your module.info file or use drupal_add_js to load them. Dashboard JS files …

… it takes a registry hack: https://support.microsoft.com/kb/841215 http://www.simple-groupware.de/cms/WebDAV First of … fix you can download that makes it work SOMETIMES. http://kb.iu.edu/data/araf.html Windows XP only supported … file for? Nice instructions, with screenshots: https://kb.wisc.edu/luwmad/page.php?id=6280 …

… backups. It used to be that most places would get a tape drive and put entire system backups on a schedule and run … permanent backups, and do historical archives. USB thumb drives make for a simple way of instantly making a copy of … buy, and when installed in an external drive enclosure or removable casing, become the most economical way to back up …

… ad slot codes that appeared multiple times in a text file. The problem: do all the replacements from a CSV file, in a different file The file in question was a Javascript file, and the ad …

… no php is touched for static content                 try_files $uri @rewrite7 @rewrite6;         }           location … ^/(.*)$ /index.php?q=$1; ... The problem was, the "try_files" section was skipping over the @rewrite7 block and … turns out that try_files only checks for an existence of a file pattern, and redirects to the last item in its list only …