Skip to main content

Home/ Groups/ Web Programming
webExplorations

PHP Master | PHPMaster Security Roundup - 0 views

    • webExplorations
       
      Some excellent security things to consider when writing PHP programs.
webExplorations

phpmaster | Using WampServer for Local Development - 0 views

    • webExplorations
       
      A nice summary of WAMP. The comments list some other interesting alternatives.
webExplorations

The Drupal Cookbook (for beginners) | drupal.org - 1 views

  •  
    A very good overview of working with Drupal. Allows you to also zoom in on the details.
webExplorations

Top Drupal Videos of the Week | Get Drupal Help When You Need it Most | LevelTen | Dall... - 1 views

  •  
    An interesting collection of videos. Color and Theming a Node, Making Your Theme Scale with Your Brand, Applying Systems Thinking to Design the Ideal Experience,
webExplorations

PHP Tutorials, Opinions and News from the worlds best PHP Developers » PHPmas... - 1 views

  •  
    A nice center for all things PHP
webExplorations

Securing Drupal User Accounts | Mad Irish . net - 1 views

  • This helps to limit automated account creation attempts (by bots). This configuration can be accessed via the main Drupal navigation menu following the links for Administer -> User settings.
  • On the 'User settings' page you'll notice that some of the content of the e-mail templates are tokenized, including place holders such as "!username" and "!password." These tokens are replaced with user specific values before e-mails are sent. It is important to remove any occurrence of "!password" token to prevent user passwords being sent via e-mail. Without the password users must utilize a time sensitive link in order to activate their account or change their password.
  • You can install and utilize the Password Strength module (http://drupal.org/project/password_strength) in order to require that users select strong passwords
  • ...1 more annotation...
  • Another great module for protecting user accounts is the Login Security module (http://drupal.org/project/login_security). This module detects brute force, or automated password guessing, attacks and can prevent them by notifying administrators and locking accounts for a time.
  •  
    Several steps you can take to stop bots from spamming your client's site. It is no fun spending an afternoon deleting hundreds of SPAM comments.
webExplorations

Diagramly - Draw Diagrams Online - 0 views

  •  
    Use this tool to help you draw mind maps.
webExplorations

Function Reference « WordPress Codex - 0 views

  •  
    Functions by category
webExplorations

Business Blogging and Shopping « WordPress Codex - 0 views

  •  
    making your site into an eCommerce site using the e-Commerce plugin
webExplorations

Building Custom WordPress Theme - 0 views

  •  
    Nice, step by step tutorial showing how to build up a theme with various template files.
webExplorations

Theme Development « WordPress Codex - 0 views

  • WordPress can load different Templates for different query types. There are two ways to do this: as part of the built-in Template Hierarchy, and through the use of Conditional Tags within The Loop of a template file.
  •  
    How templates fit into themes - as par tof the built-in Template Hierarchy or through use of conditional tags
webExplorations

Template Hierarchy « WordPress Codex - 0 views

  •  
    Using index.php and conditional statements WordPress checks the GET clause in the URL to determine which template to use
webExplorations

Creating a Search Page « WordPress Codex - 0 views

  •  
    using search and showing search results
webExplorations

Function Reference/bloginfo « WordPress Codex - 0 views

  •  
    A list of all the bloginfo( ) parameters such as 'url' and 'name'
webExplorations

PHP 101 (part 1): Down the Rabbit Hole - 0 views

  •  
    good starting tutorial
1 - 18 of 18
Showing 20 items per page