• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

CodeRanch journal - May 2014 published

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Likes 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The May 2014 edition of CodeRanch journal has just been sent out to our subscribers. If you haven't subscribed to our journals (which you can do in your profile preferences) then it's available online here https://coderanch.com/how-to/java/May2014Journal

If you have any feedback, please post in this thread or create a new thread in this forum.

 
Ranch Hand
Posts: 339
7
Tomcat Server Ubuntu Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I enjoy reading the journal and check out each new edition. Thank you for the hard work.

I went to check out the new journal this morning and am wondering why the page text in the right column doesn't wrap? I have to use the bottom horizontal scroll to read to the end of each paragraph. I am on a 22" monitor and have the problem even if I scale the whole page down to tiny tiny type using ctrl- on the browser. Firefox ver 29.01 on ubuntu.

Regards, Margaret
 
margaret gillon
Ranch Hand
Posts: 339
7
Tomcat Server Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I downloaded the current (May) edition and then downloaded April and compared the source code. In the May 2014 edition the <pre> tag is being used and that is causing the width issue. In April and March the <pre> was not used and those issues wrap correctly. As soon as I replaced all the <pre> tags with <p> tags in my downloaded copy for May 2014 the right column wrapped correctly.

Perhaps one of the moderators could fix the May 2014 page?

Regards.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fixed. The email formatting does not work well in the wiki, and in particular, some of it triggers the <pre> blocks.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic