Search Content

Displaying 1 - 20 of 108

… where we are? At Freelock , we have a handful of remote clients, but upwards of 90% of our clients are local. I founded the business on the assumption … where we are? At Freelock , we have a handful of remote clients, but upwards of 90% of our clients are local. I …

… Story Type Features Add new comment You must have JavaScript enabled to …

… If you own a pet, by the way, head over and get a pet tag while they're still free! The pet tag has a QR code that will take people who scan it with a … If you own a pet, by the way, head over and get a pet tag while they're still free! The pet tag has a QR code that …

… files for security reasons. Switching between trunk and a tag So far so good. We have the basics of an application set … Simple. Just check it out: cd public_html/dojo git tag # shows you a list of available tags git checkout … with your changes. Also note that when you check out a tag, you don't necessarily get a tracking branch, so don't …

… other paths to generate particular pages. For example, the taxonomy module provides a path taxonomy/term/<term id>. If the site does not override this path with …

… a site that was organized, clean and tied together by location. We flirted with the idea of using the infant Geo Module as opposed to the mature Location Module , but quickly abandoned that avenue when we …

… on master is if we have to roll back to a previous release tag, if something truly went wrong. Staging is where things … Next it's a matter of doing the production deployment: Tag current production code commit Back up current production …

… that favor big companies over small. The effect of location In Ken Myer's "Innovation Tax" editorial , he points … between the B&O tax and a retail tax is which party's location matters. With the B&O tax, the question is, where is … they would be obligated to pay sales tax regardless of the location of the vendor. If the vendor has a Washington …

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

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

… Once the dev site is updated, we create a new release tag and push it into our central git repository, where … regular backups of the files. We do a final snapshot/tag of the production code base, then pull down the new … Once the dev site is updated, we create a new release tag and push it into our central git repository, where …

… people. So a person is a contact in my system. You can tag that person as a customer, lead, prospect, whatever you … We attach an expected value of that opportunity, and tag them with a sales stage. This becomes our sales pipeline, … people. So a person is a contact in my system. You can tag that person as a customer, lead, prospect, whatever you …

… Accounting Systems For a long time, accounting was one of the few … missing are payroll and integration with other business systems. LedgerSMB is a true multi-user, multi-location system. It runs on a web server, and can be accessed from any …

… work that you claim has been infringed; identify the location of the material that you claim is infringing (such … work that you claim has been infringed; identify the location of the material that you claim is infringing (such …

… constantly fresh data, you need a data source online to feed to your app and get updates from your app. A Drupal site … constantly fresh data, you need a data source online to feed to your app and get updates from your app. A Drupal site …

… able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory … able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory …

… spammy messages, and for mail that gets through, tag it with a SpamAssassin score so that mail delivery agents … spammy messages, and for mail that gets through, tag it with a SpamAssassin score so that mail delivery agents …

… packages and contact us if you'd like our help! Add new comment You must have JavaScript enabled to use this form. … me when new comments are posted All comments Replies to my comment Comment About text formats Filtered HTML Web page …

… more often than you would think -- we've gained several clients by going in after the fact to clean up the damage. … more often than you would think -- we've gained several clients by going in after the fact to clean up the damage. …

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