Problems with table formatting in blogger or blogspot  

I was making this post on drupal vs joomla and I need to paste a table into the blogger post. I thought it would be the simplest thing till the time i tried creating the table in the blogger post. There were two problems

1) There was a large space in between the table and the post - Blogger automatically adds line breaks.
2) The formatting and everything was lost.

Finally i found a solution from one of the other persons who had suffered from this table formatting problem in blogger.

This approach has been tested on Opera, Firefox and IE 6.

At the top of post add the following line:

<style type="text/css">.nobrtable br { display: none }</style>

Then place the table within that class:


<div class="nobrtable">
<table border ="1">
<tr>
<td>Column1</td>

<td>Column2</td>
<td>Column3</td>
</tr>
<tr>

<td>Data1</td>
<td>Data2</td>
<td>Data3</td>

</tr>
</table>
</div>


The output of the above table lines should be a table as shown below.













Column1 Column2 Column3
Data1 Data2 Data3



This turns the line breaks off within this div and the table is shown properly.

I hope this post also serves as the example to display the correct way of rendering tables in the blogger post.

Just a quick note:

You can see the correct results only in published post and not preview or compose mode. I hope this helps. Once again thanks to the original author of this solution. I hope this should fix up your problems with placing tables in blogger.

Read More...
AddThis Social Bookmark Button

Drupal: Expanded & Sliding Menus: Nice Menu Problem with IE6  

Nice Menu Module: Problem with IE6

I installed nice menu module today and everything looked great. The menu sliding function seems to work perfectly though for a moment I felt reverting back to the original non sliding menu format as it should give more page views (because of more visible topics - just a guess) as compared to this.
Anyhow everything was good as long as I had not tested it on IE6. The problem on IE6 with nice menu is that it does not expands below level 1. Whenever I hovered my mouse on the parent menu, it will slide and expand it to level 1, but if I moved my mouse of sub menu at level 1 (again a parent menu), it will not expand it into level 2. I looked for support on the drupal site and the nice menu project to see how to fix this problem that is happening only with IE6.

After a lot of struggle I did not find anything really effective on the drupal site or other weblogs in regard to this problem. However I got mention of a site where this problem was fixed and everything was working. So I got hold of the css file used and I am posting the same CSS file here for your use. It should work and solve your problem too. I have modified it as per my need. This nicemenu.css works perfectly with firefox but has some spacing problem with opera and IE6. However it should at least get your menu expanded to its full without any problems. This is the best alternative I have been able to find as of now. You can use this CSS or modify it as per you need

To use this fix, I am posting the content of the entire css file right below. You can paste this in a css file, name it as nicemenu.css and upload it. It should fix your problem with nice menu in IE6 and it will show the menu levels beyond level 1.

nicemenu.css :
.block-nice_menus {
Z-INDEX: 10; LINE-HEIGHT: normal
}
UL.nice-menu {
PADDING-RIGHT: 0px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 0px; Z-INDEX: 5; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
UL.nice-menu UL {
PADDING-RIGHT: 0px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 0px; Z-INDEX: 5; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
UL.nice-menu LI {
BORDER-RIGHT: #ccc 1px solid; BORDER-TOP: #ccc 0px solid; FLOAT: left; BORDER-LEFT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; POSITION: relative; BACKGROUND-COLOR: #eee
}
UL.nice-menu A {
PADDING-RIGHT: 1px; DISPLAY: block; PADDING-LEFT: 1px; PADDING-BOTTOM: 0.3em; PADDING-TOP: 0.3em
}
UL.nice-menu UL {
BORDER-TOP: #ccc 1px solid; DISPLAY: none; BORDER-LEFT-WIDTH: 0px; LEFT: -1px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-RIGHT: 0px; POSITION: absolute; TOP: 1.8em; BORDER-RIGHT-WIDTH: 0px
}
UL.nice-menu LI.over UL {
DISPLAY: block
}
UL.nice-menu UL LI {
DISPLAY: block; WIDTH: 12.5em
}
UL.nice-menu:unknown {
CLEAR: both; DISPLAY: block; VISIBILITY: hidden; HEIGHT: 0px; content: "."
}
UL.nice-menu LI:hover UL {
DISPLAY: block
}
UL.nice-menu LI.menuparent LI:hover UL {
DISPLAY: block
}
UL.nice-menu LI.menuparent LI.menuparent LI:hover UL {
DISPLAY: block
}
UL.nice-menu LI.over UL {
DISPLAY: block
}
UL.nice-menu LI.menuparent LI.over UL {
DISPLAY: block
}
UL.nice-menu LI.menuparent LI.menuparent LI.over UL {
DISPLAY: block
}
UL.nice-menu LI:hover UL UL {
DISPLAY: none
}
UL.nice-menu LI:hover UL UL UL {
DISPLAY: none
}
UL.nice-menu LI.over UL UL {
DISPLAY: none
}
UL.nice-menu LI.over UL UL UL {
DISPLAY: none
}
UL.nice-menu-right {
WIDTH: 10.5em
}
UL.nice-menu-left {
WIDTH: 12.5em
}
UL.nice-menu-right LI {
WIDTH: 12.5em
}
UL.nice-menu-left LI {
WIDTH: 11.0em
}
UL.nice-menu-right UL {
LEFT: 11.0em; WIDTH: 11.0em; TOP: -1px
}
UL.nice-menu-right UL UL {
LEFT: 11.0em; WIDTH: 11.0em; TOP: -1px
}
UL.nice-menu-right LI.menuparent {
BACKGROUND: url(arrow-right.png) #eee no-repeat right center
}
UL.nice-menu-right LI LI.menuparent {
BACKGROUND: url(arrow-right.png) #eee no-repeat right center
}
UL.nice-menu-right LI.menuparent:hover {
BACKGROUND: url(arrow-right.png) #ccc no-repeat right center
}
UL.nice-menu-right LI.over {
BACKGROUND: url(arrow-right.png) #ccc no-repeat right center
}
UL.nice-menu-right LI LI.menuparent:hover {
BACKGROUND: url(arrow-right.png) #ccc no-repeat right center
}
UL.nice-menu-right LI LI.over {
BACKGROUND: url(arrow-right.png) #ccc no-repeat right center
}
UL.nice-menu-left LI UL {
LEFT: -12.65em; WIDTH: 12.5em; TOP: -1px
}
UL.nice-menu-left LI UL LI UL {
LEFT: -12.65em; WIDTH: 12.5em; TOP: -1px
}
UL.nice-menu-left LI.menuparent {
BACKGROUND: url(arrow-left.png) #eee no-repeat left center
}
UL.nice-menu-left LI LI.menuparent {
BACKGROUND: url(arrow-left.png) #eee no-repeat left center
}
UL.nice-menu-left LI.menuparent:hover {
BACKGROUND: url(arrow-left.png) #ccc no-repeat left center
}
UL.nice-menu-left LI.over {
BACKGROUND: url(arrow-left.png) #ccc no-repeat left center
}
UL.nice-menu-left LI LI.menuparent:hover {
BACKGROUND: url(arrow-left.png) #ccc no-repeat left center
}
UL.nice-menu-left LI LI.over {
BACKGROUND: url(arrow-left.png) #ccc no-repeat left center
}
UL.nice-menu-left A {
PADDING-LEFT: 14px
}
UL.nice-menu-left UL A {
PADDING-LEFT: 14px
}
UL.nice-menu-down {
BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; FLOAT: left; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
UL.nice-menu-down LI {
BORDER-TOP: #ccc 1px solid
}
UL.nice-menu-down LI LI {
BORDER-TOP-WIDTH: 0px
}
UL.nice-menu-down UL {
LEFT: 0px
}
UL.nice-menu-down LI UL LI UL {
LEFT: 12.5em; TOP: -1px
}
UL.nice-menu-down .menuparent A {
PADDING-RIGHT: 15px
}
UL.nice-menu-down LI.menuparent {
BACKGROUND: url(arrow-down.png) #eee no-repeat right center
}
UL.nice-menu-down LI.menuparent:hover {
BACKGROUND: url(arrow-down.png) #ccc no-repeat right center
}
UL.nice-menu-down LI.over {
BACKGROUND: url(arrow-down.png) #ccc no-repeat right center
}
UL.nice-menu-down LI LI.menuparent {
BACKGROUND: url(arrow-right.png) #eee no-repeat right center
}
UL.nice-menu-down LI LI.menuparent:hover {
BACKGROUND: url(arrow-right.png) #ccc no-repeat right center
}
UL.nice-menu-down LI LI.over {
BACKGROUND: url(arrow-right.png) #ccc no-repeat right center
}
UL.nice-menu-down UL LI {
CLEAR: both
}
UL.nice-menu LI.menuparent UL {
OVERFLOW: visible! important
}
UL.nice-menu LI.menuparent LI.menuparent UL {
OVERFLOW: visible! important
}
UL.nice-menu LI.menuparent LI.menuparent LI.menuparent UL {
OVERFLOW: visible! important
}
UL.nice-menu LI.menuparent UL IFRAME {
DISPLAY: block; Z-INDEX: -1; FILTER: mask(); LEFT: 0px; WIDTH: 400px; POSITION: absolute; TOP: 0px; HEIGHT: 400px
}
UL.nice-menu LI.menuparent LI.menuparent UL IFRAME {
DISPLAY: block; Z-INDEX: -1; FILTER: mask(); LEFT: 0px; WIDTH: 400px; POSITION: absolute; TOP: 0px; HEIGHT: 400px
}
UL.nice-menu LI.menuparent LI.menuparent LI.menuparent UL IFRAME {
DISPLAY: block; Z-INDEX: -1; FILTER: mask(); LEFT: 0px; WIDTH: 400px; POSITION: absolute; TOP: 0px; HEIGHT: 400px
}


=====================================================================================

I hope this should help you fix the sliding menu problem with IE6. You can also look at the project support files for latest updates on nice menu, they may be able to fix this better.

Hope it helps!

PS: The demo site under construction and testing is : www.complete-acne-treatment.com/

Read More...
AddThis Social Bookmark Button

Drupal Vs Jooma: Complete Comparison  

I have read about this topic on the following link and found it really useful
Drupal Vs Joomla
But the following link has been unavailable recently
for some unknown reason (date: 18th June), however I had a copy of the page so
I am posting the same material in a slightly edited way for other users so that
they can also benefit from it.



Then place your table within that class:





































































































































Joomla Drupal
Community Features
Community Builder - a great component, but needs an SEF extension to enable
URLs like Youtube.

Really good, Users can form groups and expansion of the registraion form is
native to
Drupal.
SSL Compatible Does not comes default or
naturally, you need to put in some hack to do it.
Drupal is SSL compatible.
SEO
This is one feature that Joomla lags behind. OpenSEF
is the hope for joomla. SEF Advance is roughly comparable quality but costs 50
Euros. However the code is not really optimized. Altogether a negative point.

Optimized for SEO purpose, the outof box URL work in a fine manner and you can
use addon omdules to improve it. The code is well optimized
Forums
JoomlaBoard lacks many important features. It is suggested that you SMF with
Joomla

Even though it lacks in high end features but comparably smoother than Joomla.
You can also go for VbDrupal.
Multimedia
Supported with a lot of options.

Both podcast & drupal video option available.
Photo Galleries
You can use Gallery2 or Flashexpose. Photo galleries are well supported.
You can use Gallery2 option or use
the default module.
Event Calendars offers a lot of options in form of
plug ins and integration
Not comparable to the features
offered by Joomla.
Blogs
Uses a port of Wordpress. Some out-of-the-box capability.
For more information visit here
.
Its a decent enough blog though
again some high end features are missing.
Document Management

DocMan
is the default document management system.
Lags behind in this area.
Template / Themes
Joomla really has a great deal of offering in terms of themes and templates
that can be applied to various pages.

Not many choices available. The default choise are not really good. Earlier
versions allow only one template for all pages though that will change with
Drupal 5.X.
User Permissions Joomla has a very centralized
admin area. Few people can be passed on permissions beyond adding posts or
adding content.
Drupal has a much better system, though its group based
management and not a single user based management.
Multisites Management
Available only commercially.

Perhaps one of the most desirable features of drupal.
Content Management
Joomla is very restrictive in choices it offers..

Unlimited taxonomy, vocabulary, categories and subcategories. Drupal is way
ahead.
Documentation

Previous versions had poor
documentation, Joomla 1.5 seems to improve on that. However, a lot of useful
information on the
Joomla
forums.



Not too bad.
Commercial Community
Excellent, one of the strongest in Open Source SMS.Try
Joomla
Yellow Pages
or
Joomla.org
.

Weak. Try
Drupal.org
,
Drupal
Yellow Pages
or Drupalancers.
External Integration
Joomla
1.5 is supposed to have better API and more hooks for external integration.

Drupal is the choice if you are looking for external integration, It has option
for plenty of hooks.
Standards Compliance
Not great. Accessible
Joomla
is a fork necessary to move
Joomla
towards compliance. Mambo/Joomla
dates from before standards were even considered (1999).

Excellent support
General Community Great. Both commercial and open
source support available.
Great, try
Drupal.org
, its really helpful.
Ease-of-use Joomla is really easy to start
with, even for non-technical amateur users.

Drupal takes some time before you start understanding on how to do things.
Size



Version 1.5 is 16.7 MB


Version 5.0 is 2.89 MB
Learning Curve One of the easiest CMS to learn
and use.
Slightly tough as compared to
Joomla, but otherwise easy.
Internationalization You can tryJoomfish
but its not a natural solution.
Excellent support
Shopping Cart

Has both Virtuemart and an
integration of OSCommerce. You can use OSCommerce for multicurrency option or
if the payment gateway is not supported by Virtuemart.


Ubercart is the hope for Drupal
but there are not many good options avialable.
Speed
A default installation of 1.5 loads in 1.33 seconds. (Scores from
http://sitescore.silktide.com)

A default installation loads in 1.05 seconds. (Score from
http://sitescore.silktide.com)
Overall
Producing a good-looking site with plenty of functionality is a relatively easy
task with
Joomla.
Drupal
is more community-oriented and the current live version is more extensible.


Once again thanks to the above alledia.com link for the information they have
collected and provided.

Read More...
AddThis Social Bookmark Button

Drupal: Expanded & Sliding Menus  

I had been looking for implementing expandable sliding menu for my Drupal 5.X installation on my acne site for quite some time. The solution finally arrived in form of a readymade module -"nice menu". I had read about this module at start also but was not able to locate it for 5.X installation. Well! got it now and implemented it and it solved the complete problem at one go. Anyone who is looking for drupal sliding expandable menus can download this module from this link

http://drupal.org/project/nice_menus

The released version for 5.X is still in development stage and i believe there are some issues still to be resolved. However it may work great for a novice like me and if you are a pro you may be able to make it better yourself.

I am outlining just basic steps that i followed to get it running.
1) Configure your menu. Decide which menus have child and which one do you want to be expanded. (Remember that in this module you do not have option for always expanded menu and even if you configured it that way, it will not make any change.)
2) Download this module and upload it.
3) Go to modules mode in administrative task of your drupal installation and configure this module for use.
4) Go to blocks mode in administrative task and configure this "nice menu" block, for showing in left sidebar. You cannot make it display in right sidebar without further work because the menu slides left to right.
5) you can remove your navigation block from the sidebar else you will see both the navigation block as well as sliding menu block simultaneously.
6) Check out and this should be working!

Simple as that!

I will be posting on it more as i experiment more with these sliding expanded menus.

Read More...
AddThis Social Bookmark Button

Google Trends: Drupal Vs Joomla  

I had been researching google trends recently and tried on Joomla vs Drupal.
You can see the latest results for yourself using the following link:
http://www.google.com/trends?q=joomla%2C+drupal

One thing that really surprised me was the continous rise of popularity of Joomla while Drupal just maintained its place. However as can be seen the overall popularity of both the CMS systems is on rise.

For new comers who would be wondering why Joomla's graph starts after 2005 only, its because in 2005, the bulk of Mambo's developers left mambo and developed Joomla.
The popularity of Joomla can be attributed to its balance between key features like

1) functionality
2) flexibility
3) performance
4) quality of code
5) ease of use
6) documentation
7) user interface design
8) support and product marketing.

Having said that I think Joomla is a strong competitor to Drupal in terms of popularity.

Thanks

Read More...
AddThis Social Bookmark Button

Drupal Vs Joomla: Dedicated Web Hosting.  

I have been reading about webhosting plans that are specially optimized for Drupal or Joomla. I suggest that you are expecting a good amount of traffic then you should take a look at either of these link.

http://drupal.org/node/2601
http://www.robshouse.net/drupal-performance-issues

There are certain websites that offer plan especially optimized for either Drupal or Joomla. One such website for your consideration is.

Web Hosting

i feel its a good deal if you are especially looking for a server that is being optimized for either of these CMS. Check it out.

Read More...
AddThis Social Bookmark Button