Several posts have indicated that WordPress blogs are being hacked. The approach involves a process of guessing (via a program) at passwords.
Since this approach likely takes many attempts, a practical and easy to implement defense is to install the plugin “Limit login attempts.” Just search for this plugin. The plugin provides some useful info. It works by refusing to accept request from an IP after a specified (by you) number of unsuccessful attempts. It will store this IP and send an email if you like.
The site looks a little different. This is another consequence of the lack of required commitments the summer provides. Anyway, WordPress (the blog software I use) has undergone an upgrade that offers the opportunity to use widgets. I suppose I could get by without widgets but when the alternative comes down to playing with the server and reading another academic book my weakness for exploring kicks in.
Only some of the themes (the general look and feel of a blog site) turn out to be “widget aware” so I selected a different theme. The change to a different theme is really the reason the appearance of this blog is so different. Cindy thinks the new look is too “spartan” (translate boring). “It always works for Apple”, I reply. Maybe there are some other design issues I don’t understand.
Anyway, here is a brief intro to how widgets are applied (see the image that appears below). Widgets are chunks of code that a system allows you to manipulate at a higher level. At least, that is how I would describe it. The software on the server automatically inserts the chunk of code associated with a widget into a framework of code representing a part of the display. In the case I am using as an example here, the framework is the sidebar (the right hand part of the total display you are looking at). If you examine the image below, you will note a collection of available widgets (the section at the bottom of the image) and the vertical space within which the selected widgets have been placed. This is a simply process of drag and drop. You should be able to match the list of widgets applied with what you see in the sidebar.
There are limitations to this approach. The system works by assigning an insertion point within the base code for a segment of the final page (the sidebar in this case). It is not possible to mix the functions provided by the widgets with functions that are already part of the base code. I ended up hacking the basic code for the sidebar so that the “search blog” box could appear at the top of the sidebar. This is a function I assume may be most useful to visitors and I wanted it to be obvious. I also added some other features at the bottom of the sidebar by inserting segments of php and javascript. You can’t always find a widget to do what you would like done.
Manipulating objects rather than writing code is becoming a popular way to personalize many services (personal portal, Google Creator). It must be a successful approach because the trend toward this method seems to be accelerating. I guess it is very much like the move from authoring web pages using a tool such as Dreamweaver rather than writing html code by hand. While you can’t always create exactly the look you want, the efficiency is a tremendous advantage.
Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
You must be logged in to post a comment.