Articles Archive for November 2008
How To »
I had a member ask about security, and a particular WordPress Security product…
For some time, members have had access to a free tool a WordPress security product – WordPress Secure, in the downloads section.
It works by locking the /wp-admin/ directory, and only allowing access for a single IP address. To first log in, you log into the monitoring program, which then remembers your IP for subsequent visits. And by protecting the Admin section, you’re protecting the area where most of the potential for trouble resides.
However, it …
HTML, CSS, Design »
I had a question last week on my ABTheme, and how to position something within it.
The problem is not unique to ABTheme – in fact, any web page that was designed by one person will likely have a layout or positioning not to the liking of someone else.
The technique to position code, text, images, etc. on a web page (or WordPress blog) is quite simple. And although this site is first and foremost blog related, this technique works not just for blogs, but any site:
First, simply wrap …
