Development (5)
Float disappears in Internet Explorer
Posted May 5th, 2008 by NikOk, here we are again after a few months without a single post.
I had recently this problem. I had a floating div which was displayed normaly at Mozilla Firefox but when I loaded the site at Internet Explorer 6 this div was disappearing after the load of the page.
After search I've found that adding this to the css it is displayed at ie 6 too.
so add at your css this directive position: relative
- 2 comments
- 1080 reads
- Subscribe post
Ajax Popup windows for Your Site
Posted November 21st, 2007 by Nik 
Image courtesy of daveynin
You should use Ajax popup windows, why? Because an Ajax popup window is:
- More effective marketing tool. You can advertise anything without to disappoint your visitor with nasty old timers popup windows that are ugly.
- Much quicker to load as it can preload contents.
- Much more stylish, which makes it indestructible to its older brother.
- Dynamic which means that you can determine what will be displayed.
And it has much much more features.
Here are some of the best Ajax popup windows scripts ready to use to your website:
- 4 comments
- Read more
- 16156 reads
- Unsubscribe post
How to show Recent Posts by Category in Wordpress
Posted November 6th, 2007 by NikIn my Ask-Nik.info blog I wanted to display at the front page all the recent posts but not ordered by date.
I wanted to display every of my categories by 3 posts each. I've searched a lot of plugins but none did the job for me.
So I searched about a day how to do it by myself.
I finally manage to write a front page template which does this job for me. If you take a look at the Ask-Nik.info blog you will understand what I mean.
Here is the code :
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php
$all_categor = get_all_category_ids();
foreach($all_categor as $cat) :
$page = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts('paged='.$page.'&showposts=3&cat='.$cat);
?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
- 14 comments
- Read more
- 514 reads
- Unsubscribe post
Share This Popup doesn't work - fixed
Posted November 6th, 2007 by NikRecently I updated the Share This plugin for wordpress for my Ask-Nik.info blog. This plugin lets your visitors share a post/page with others. Supports e-mail and posting to social bookmarking sites and is written by Alex King.
Now I had a problem with this plugin. The popup didn't seem to work. I 've tried everthing uploaded the old prototype, checked if there are any errors with the firebug.
No. Nothing.
- Add new comment
- Read more
- 123 reads
- Unsubscribe post
Firefox addons to increase productivity
Posted September 15th, 2007 by NikThere are a bunch of extensions that you can use for fun or for your convenience. But I've marked some that are increasing our productivity, our concentration to our work, and decrease our wasted time.

Image courtesy of veo_
I will list the extensions by Alphabetical order.
Powerful and user-friendly "selector" utility for selecting elements and doing various actions on them. It can be used for cleaning up a page prior to printing it (by removing and isolating elements), for making the page more readable, and (most appreciated by web developers), for analyzing the structure of a page.
Makes unused tabs fade with age and highlights the selected tab.
Extends Firefox with Ask.com features
BBCodeXtra is an extension, compatible with Mozilla FireFox and Mozilla Suite, which adds to the context menu new commands to insert BBCode/Html/XHtml codes in an easy and fast way.
CoLT adds two menu items to the browser's context menu, both of which are only visible when right-clicking a hyperlink. The "Copy Link Text" menu item copies a hyperlink's associated text to the clipboard, while the "Copy Link Text and Location" menu item copies both the hyperlink's text and URL to the clipboard in the format you choose: either as plain text, as an
- 1 comment
- Read more
- 633 reads
- Unsubscribe post





Recent comments
2 hours 11 min ago
6 days 6 hours ago
1 week 4 days ago
1 week 4 days ago
1 week 4 days ago
4 weeks 4 hours ago
4 weeks 3 days ago
5 weeks 5 days ago
6 weeks 4 days ago
16 weeks 5 days ago