Changing the Theme for Windows7bugs.wordpress.com

We were using “contempt” another free theme available @ wordpress until today morning & coming across “http://oraclefinancial.wordpress.com/2010/10/14/general-ledger-calendar-setup-and-usage/” has changed our prospective about sticking to four years old “contempt” theme. We felt, the “Andreas09” gives us more “room” to post the “technical” contents by utilizing the maximum screen size available.

What you think about the theme change, if our change affects your reading experience, please do let us know with the comments session.

Advantages from our blogging prospects

Bigger images

Contempt image space

image

With “Andreas9” we have the advantage to have bigger images, which could avoid clicking and zooming

Image size: Medium

image

Image size: Large

image

Scripts lines are not anymore exceeding the available real estate

[sourcecode language="sql" padlinenumbers="true"]
SET SERVEROUTPUT ON SIZE UNLIMITED;
Declare
Cursor c1 is
Select distinct sold_from_org_id org_id, order_quantity_uom uom, inventory_item_id, 'O' line_source from oe_order_lines_all where sold_to_org_id = 3892
union all
Select distinct  odh.org_id,  odl.uom, odl.inventory_item_id, 'D' line_source from 
oms_dn_lines_all odl, oms_dn_headers_all odh
where 1=1
and odh.header_id = odl.header_id
and odh.customer_id = 3892 
and odl.inventory_item_id NOT IN (
Select inventory_item_id from oe_order_lines_all where sold_to_org_id = 3892)
and odl.inventory_item_id IS NOT NULL
union all
Select organization_id org_id, primary_uom_code uom, inventory_item_id, 'N' line_source from mtl_system_items where
1=1
and organization_id = 110
and inventory_item_id NOT IN (
Select inventory_item_id from oe_order_lines_all where sold_to_org_id = 3892
union all
Select inventory_item_id from oms_dn_lines_all where customer_id = 3892 and inventory_item_id IS NOT NULL)
order by inventory_item_id;
[/sourcecode]

regards,

for Windows7bugs

admin

One thought on “Changing the Theme for Windows7bugs.wordpress.com

  1. Hello Guys
    Missing the search widget with “Andreas09”, hence rolling back to “Contempt” once again.

    We will keep checking for other themes which could serve the purpose meanwhile.

    regards,

    Admin

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.