August 16th, 2008
I receive this question relatively often: “how to center a menu generated with css menu generator”. Well, here are two examples - one for centering the menu on page and one for centering menu items. For both examples — I am using simple menu saved directly as xhtml file.
A) centering the menu on page
1) Put the menu in new DIV container (in this example - container class=”wrapper”):
<div class=”wrapper“>
<div class=”pd_menu_01 “>
<ul>
…
</ul>
</div>
</div>
2) in the css section, add this code to center the wrapper div:
.wrapper {
width: 80%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
View the centered css menu example.
B) Centering the text of the menu items
To center the text of the menu sub-items, just change the following css code:
.pd_menu_01 ul {list-style-type:none;padding:0; margin:0;}
to:
.pd_menu_01 ul {list-style-type:none;padding:0; margin:0; text-align:center;}
The example is here.
Tags: centering menu, css, css menu
Posted in Uncategorized, WonderWebWare.com, css menu | No Comments »
July 10th, 2008
The new version of Site Submit has been published. In this release I doubled the number of directories and added few new features. Download here.
Tags: directory submission, link building, seo, site submit
Posted in WonderWebWare.com | No Comments »
July 4th, 2008
It took me too long to complete the new version of this tool, but — finally — css Template Shaker 2.4 is available for download. One new template added, one modification of existing template (made after user request), several new and updated features (the most important addition is the visual image selector).
Tags: css, templates, xhtml
Posted in WonderWebWare.com | 2 Comments »
June 30th, 2008
Do you remember one of the best bands? I still love them. And every 1st of July I am looking for love, fighting my bad site for little more “peace and love”… Read the rest of this entry »
Posted in Uncategorized | No Comments »
June 23rd, 2008
Funny, funny, funny: most of the spam comments (5-10 per day) on this blog comes as comment on the “spammer never sleep” article. Isn’t it funny? Duh, thanks to wordpress developers I just need to mark all these as “spam” and they’re out, but still it’s funny that all the spam comes to this anti-spam post.
Posted in Uncategorized | No Comments »
June 19th, 2008
I am really happy right now, because CSS Menu Generator received the first donation ever for this site, so — today is special date for me. And naturally — css menu generator becomes “the leader” among my freeware tools. New version coming in a few weeks, by the way :) Cheers!
Posted in Uncategorized | No Comments »
June 10th, 2008
Finally, I found few hours today to test and pack the first public beta of the new directory-submitter tool. It is quite simple semi-automated site submission “wizard” and (as many of the other tools on this site) I made it for my own use. But because it worked for me, I am rushing to make it available for everyone. Although it’s still early beta and the tool isn’t yet documented, I submitted my site to about 500 directories and I feel it is good enough to be published. I plan to continue developing the tool in future, but I really want to get some comments, bug-reports and ideas from users first…
The tool is available for download here:
http://wonderwebware.com/site-submit/
Tags: directory submit, link building, seo-friendly directories, site submit
Posted in Uncategorized, WonderWebWare.com | 2 Comments »
June 5th, 2008
… just logged-in to delete some spam comments in this blog, but I saw I didn’t write here in the last weeks… Well, just in case someone interested — I am now testing the last tool I built (directory submitter software) and if everything goes w/o problems I’ll make it available to the end of the week. Then I’ll prepare the new upgrade of TemplateShaker, and after that I plan to rewrite the CSS Menu tool… These are the planned tasks for June, lets hope we’ll see at least 2/3 of these done…
Posted in Uncategorized | No Comments »
May 13th, 2008
Quite sad, but it happens right now: seo spammers are looking to attack social media sites…
I just found these “ideas” inside the spam I am getting daily:
… Register multiple accounts for each of the Social Bookmarking sites. I suggest starting out with at least 10 unique accounts for each Social Bookmarking (SB) sites. … Use free email accounts from yahoo, gmail, etc. to open up the accounts. … Repeat the process for each of the Social Bookmarking sites…
And so on… I’m sure you catch the idea. So, what the hell we will have at the end, if this starts to be their practice? Uh, I hate spam. Hope every social media site works on this right now…
Tags: seo, smo, social media, spam
Posted in Uncategorized | No Comments »
May 11th, 2008
Yes, the new version of screen ruler has been published with important customization options added and with every new version this toy becomes better, in my opinion. There are a lot of feature requests in the forum, so there will be future development, but I have to work on the other tools too, so (as usually) I cannot say when the next revision will become available…
More info here: http://wonderwebware.com/screen-ruler/
Tags: measure, pixel ruler, ruler, screen ruler
Posted in WonderWebWare.com | 1 Comment »