Archives for the ‘web’ Category

<< Newer - Older >> entries
Navigation missing in apricot wordpress theme fix

One thing that I don’t know why it isn’t implemented to apricot wordpress theme is the navigation to newer and older entries at the bottom of the page. So, for all of you out there who don’t know how to fix it or are just lazy enough to figure it on your own, do the following:

Go to and add this few lines to /public_html/wp-content/themes/apricot/index.php after the content section (div):

1
2
3
4
5
6
7
8
<div class="navigation">
<div class="alignleft">
      <? php next_posts_link('&laquo; Older Entries') ?>
   </div>
<div class="alignright">
      <? php previous_posts_link('Newer Entries &raquo;') ?>
   </div>
</div>

You can see how it looks on the bottom of this page.

Online bookmarks for Mozzila Firefox – Foxmarks

foxmarks

If you use Firefox bookmarks on more than one computer or more than one OS, sure you’ve asked yourself if it would be possible to somehow store your bookmarks somewhere on the internet so you dont have to synchronise your browsers manualy all the time. Well, Foxmarks Firefox plugin is a pretty good solution to your problem. It works in the background of your Firefox each time you bookmark a page uploading your bookmarks change to the server and later on downloading the changes to your other browsers. You can even access your bookmarks from computers that don’t have Foxmarks plugin installed in their Firefox browser by just going to the Foxmarks official page and logging in. There you can enable it so others can or can not see your bookmarks…

Can’t install firefox plugins

Got this weird problem with firefox3 under fresh installations of Fedora and Arch Linux distros. Firefox hanged every time i tried to install a plugin. The solution to this was very simple though.

Edit /etc/hosts and add the following line:

1
64.50.236.214   releases.mozilla.org