Site Improvements

Those visitors who come to KeptLight.com with some regularity might have noticed the stylistic changes. I have also implemented more structural and substantive changes to make your visit more pleasant (I hope) and informative. Here are the changes in a list:

  1. A new theme that is open, clean, and easy to maintain (the last one more important to me)
  2. Use of Web Fonts for better typography control
  3. A home page that displays a featured gallery in a slide show and the last five posts identified with their thumbnail images in the middle of the home page
  4. Simple and unobtrusive menu, infrequently used options being placed in sub-menus
  5. Family photographs are separated to a sub menu under “About”, few posts may fit both family and other photography categories and they appear under both groups of posts
  6. A better structured gallery page that presents cohesive collections with its own layout
  7. An exhibitions page, designed similar to the galleries, that presents exhibit information along with all the photographs in each exhibit. There may be some overlap in the presented photographs but that is due to an effort to keep the exhibit collections complete
  8. A modest store where published magazines, folios, and soon photographs, can be purchased
  9. Higher quality video files for slide shows, most can be viewed in HD format and quality. Look for the blue HD on the player control bar and click on it after the video starts
  10. Special back-end technologies to speed up site performance

Let me know what you think, please share your thoughts by posting a comment.

Your Blog (or mine) in Book Form

Writing on the Web is quite different. The medium is expandable, it accommodates different types of content like video or music, it has formatting challenges, and so on. But at times I would like to have a printed version of a post, or group of posts for carrying with me (no, I don’t yet use a tablet!) Until now, the only option was to print the post which may also include sidebars, menus, and other parts that are not needed in print. Recently, say a couple of months ago, I stumbled on a new service that creates printed books from any blog content. The service is offered by FeedFabrik (www.feedfabrik.com) and it can accept input from several popular blogging platforms including WordPress of course.

My initial attempts generated an error message and the process aborted. After reporting the problem, their programmers ironed out the problems, well, most of the important ones, and I was able to create several “books” in digital format. The process is fairly straight forward and I have produced several volumes of test output and you will find a link to a sample at the end of this article: [Read more...]

WordPress Stats and Quantcast Connection

I have been using WordPress.com Stats plugin on my site, along with other sites that I install and manage. Lately, I have noticed sluggish page loads and tried to find the source of it. The FireBug add-on to Firefox has facilities to show what loads and how fast. Among the scripts that load was one from quantserve.com and I knew I had removed the Quantcast script with which I experimented for a while. By trial and error, turning the plugins off and on, I was able to trace the source to WordPress.com Stats. I could not find a reasonable answer by thinking about it, so I posted a forum question on WordPress.org about the matter. In several days no answer came from any source. Then I decided to do a more careful search on the WordPress forum and, sure enough, I found the answer. In a forum thread Matt Mullenweg confirmed that they have been collaborating with Quantcast and some undisclosed features would be coming soon. [Read more...]

Wibiya

There are many options for a Web site, especially for those running under WordPress. Playing with different tools allow me to learn what is out there and how beneficial they may be to me or to my clients. Based on my experience, I may use or recommend the tool to my clients.

One such tool is a toolbar from Wibiya.com which I installed after starting an account with them. After exploring its features, I decided that it did not offer me any value and asked their tech support to remove my information. I wish all these companies added a simple feature “Delete my account”, upon clicking it would delete all the information I provided. I have been trying to get my name and e-mail removed from their system for the last 3 days, for some bizarre reason these Web companies latch on to your information with octopus tentacles and would not let go. All they succeed in getting in return is strong negative feeling, at least from me. I will not use their services, nor will I recommend them to any of my clients. These companies need to understand the value of treating the customer right and with respect. Only then, will they have a chance of building loyalty not by holding on to my information with an iron grip.

If you are interested in adding a toolbar to your WordPress site, I suggest that you look elsewhere and contact them before signing up to find out if they will remove your information on demand.

Stay away from Wibiya!

Display Titles of NextGen Gallery Images

I use NextGEN Gallery in combination with HighSlide to present a group of images. In between the two is the useful plugin WS-Highslide which embeds the HS code on every page automatically on the fly.

On some occasions, especially on sites that I build for others, I want to add a title to the displayed image for added information. This stumped me for a while as there are no check-boxes or other configuration options in either NGG or HS. A little investigation and reading lead me to the solution of adding the following lines to the HighSlide code into the WS-Higslide configuration script:

hs.show_caption=”y”;
hs.captionEval = “this.thumb.title”;  (this will display the contents of the “Title” field in NGG)

or:
hs.captionEval = “this.a.title”;  (this will display the contents of the “Caption” field in NGG)

I hope this helps others who may be trying to do the same.