Web security is a huge topic, and this article only intends to cover some of the most basic issues and increase awareness of how carelessness or ignorance can lead to exploits. Ultimately, what you don’t know can hurt you, so it’s in your best interest to learn as much as you can about your [...]
If you work on commercial web-sites, eventually you find the need to add email marketing services such as newsletters and special advertisements. The article compares 4 services: Campaign Monitor vs. Constant Contact vs. Mail Chimp vs. Topica in several categories, primarily templating abilities, the usability, and the documentation. This review does not [...]
This article and tutorial video takes on how to add custom PHP scripts (known as Snippets) to the MODx content management system. This covers MODx Evolution (version 1.0 and before), but many of these methods and principles are applicable to MODx Revolution (version 2.0) and PHP coding in general.
Please enable Javascript and Flash to [...]
I have *cough* never forgotten my password to anything because I followed Brian’s excellent advice about storing passwords, but just in case some of you have, I thought I’d help you out.
If you have access to your MySQL database, you can still log into the MODx manager.
First off, if you are locked out of [...]
Well, this video explains why we have to bleed out our anus to make CSS sites and HTML emails work with IE and AOL.
swfobject.embedSWF(“http://www.youtube.com/v/o4MwTvtyrUQ&rel=0&fs=1&showsearch=0&showinfo=0″, “vvq-2300-youtube-1″, “425″, “344″, “10″, vvqexpressinstall, vvqflashvars, vvqparams, vvqattributes);
If you have a web server, then you are the target of many possible attacks. *ANY* port you have open on that server can be exploited, so you if you value your uptime and your data, you need to secure it. This article focuses on locking down your SSH configuration and user permissions.
If [...]
Apache .htaccess Rewrites are Powerful
Many content management systems rely on URL parameters like ?page=3 to determine which page is displayed to the user. MODx (like many other CMS’s) can use Apache’s .htaccess file to rewrite URLs so they are easier to read, e.g. www.mydomain.com/modx/tutorial, and this usually results in higher SEO scores. [...]
Popular Articles