Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://feeds2.feedburner.com/blogspot/ZOZB

  1. <?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-1269693341352480825</atom:id><lastBuildDate>Fri, 08 Mar 2024 07:45:39 +0000</lastBuildDate><category>Domino</category><category>HTML</category><category>Lotus Notes</category><category>XPages</category><category>CSS</category><category>HTML5</category><category>IBM</category><category>JavaScript</category><category>CSS3</category><category>Dojo</category><category>IBM Notes</category><category>508</category><category>ARIA 1.0</category><category>ARIA 1.1</category><category>Books</category><category>January 16</category><category>January 17</category><category>Lotus</category><category>LotusSphere</category><category>Section 508</category><category>WCAG</category><category>WCAG 2.0</category><category>2017 at 04:33PM</category><category>2017 at 04:36PM</category><category>2017 at 05:55PM</category><category>2017 at 05:56PM</category><category>Andriod</category><category>Basketball</category><category>Black Hills</category><category>BlackBerry</category><category>DVDs Movies</category><category>Dale Earnhardt Jr</category><category>Daytona</category><category>Google Hangout</category><category>Grand Tetons</category><category>IBConnect</category><category>IBM Sametime</category><category>ICT</category><category>Java</category><category>Jeff Gordon</category><category>Jimmie johnson</category><category>MWLUG</category><category>MWLUG 2016</category><category>Mobile</category><category>Nascar</category><category>Notes</category><category>Responsive</category><category>South Dakota</category><category>Tony Stewart</category><category>Yellowstone</category><category>Ytria</category><category>college</category><category>gas car Titan</category><category>iOS</category><category>nature</category><category>sports</category><category>vacation</category><category>weather</category><title>Roy Rumaner</title><description>Ramblings and random thoughts usually, but not always, centered around IBM Notes, Domino and XPages.</description><link>http://rrumaner.blogspot.com/</link><managingEditor>noreply@blogger.com (Anonymous)</managingEditor><generator>Blogger</generator><openSearch:totalResults>161</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-8698659852983070900</guid><pubDate>Wed, 18 Jan 2017 00:26:00 +0000</pubDate><atom:updated>2017-01-17T18:26:21.281-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">2017 at 05:56PM</category><category domain="http://www.blogger.com/atom/ns#">ARIA 1.0</category><category domain="http://www.blogger.com/atom/ns#">ARIA 1.1</category><category domain="http://www.blogger.com/atom/ns#">January 17</category><title>Differences between ARIA 1.0 and 1.1: Additions to ‘role’</title><description></description><link>http://rrumaner.blogspot.com/2017/01/differences-between-aria-10-and-11_17.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-8715215305726941414</guid><pubDate>Wed, 18 Jan 2017 00:26:00 +0000</pubDate><atom:updated>2017-01-17T18:26:20.223-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">2017 at 05:55PM</category><category domain="http://www.blogger.com/atom/ns#">ARIA 1.0</category><category domain="http://www.blogger.com/atom/ns#">ARIA 1.1</category><category domain="http://www.blogger.com/atom/ns#">January 17</category><title>Differences between ARIA 1.0 and 1.1: Deprecations &amp; Additions</title><description>&lt;p&gt;The most recent version of the Accessible Rich Internet Applications (WAI-ARIA) guidelines was published on October 27, 2016. &lt;a href=&quot;http://ift.tt/2cr44py&quot;&gt;You can view the full document on the W3 website&lt;/a&gt;.&lt;/p&gt;
  2. &lt;p&gt;It’s important to note that this document is still subject to change with future publications&amp;nbsp;and that these observations are meant to provide a high-level overview of broad-level changes that will be important to be aware of going forward. As such, these details are likely to remain valid regardless. Also, many of these additions are minimally supported or not supported at all by browsers and assistive technologies as yet.&lt;/p&gt;
  3. &lt;p&gt;I’ll be posting a quick summary, and my thoughts here that will be divided between four&amp;nbsp;blog posts. Today’s post will include the deprecations and some additions in ARIA 1.1.&lt;/p&gt;
  4. &lt;h2&gt;Deprecations&lt;/h2&gt;
  5. &lt;p&gt;In ARIA 1.1 the drag and drop attributes aria-grabbed and aria-dropeffect were slated to be deprecated.&lt;/p&gt;
  6. &lt;p&gt;The idea was to use native accessibility API features for drag and drop instead. However, in practice, since the accessibility API features for accessible drag and drop still don’t exist and likely won’t for several years, these attributes will continue to be supported on the Windows OS and reflected in the accessibility tree for some years to come until these APIs become available for use in development.&lt;/p&gt;
  7. &lt;p&gt;As such, the prior &lt;a href=&quot;http://ift.tt/2iMaguU&quot;&gt;ARIA 1.0 guidance for making drag and drop accessible&lt;/a&gt; still remains valid at this time.&lt;/p&gt;
  8. &lt;h2&gt;Additions&lt;/h2&gt;
  9. &lt;p&gt;aria-keyshortcuts&lt;/p&gt;
  10. &lt;p&gt;The aria-keyshortcuts attribute was added to convey which hotkey combinations are available to activate or focus on a particular element.&lt;/p&gt;
  11. &lt;p&gt;This is not like the accesskey attribute, where the modifier is handled by the browser and may differ between browsers, but instead represents the static shortcut combination that is programmed across all browsers.&lt;/p&gt;
  12. &lt;p&gt;In all cases where aria-keyshortcuts is used, these key commands need to be added by the developer using JavaScript, because there is no way for the browser or AT to know the expected functionality of all custom hotkey combinations. This attribute simply conveys the availability of these shortcuts and identifies what they are.&lt;/p&gt;
  13. &lt;p&gt;In short, adding the aria-keyshortcuts attribute without including the relevant scripting to make it work will result in shortcuts being conveyed to the user that do nothing when pressed.&lt;/p&gt;
  14. &lt;p&gt;At present, the&amp;nbsp;aria-keyshortcuts&amp;nbsp;attribute should only be used on focusable active elements.&lt;/p&gt;
  15. &lt;p&gt;aria-roledescription&lt;/p&gt;
  16. &lt;p&gt;The&amp;nbsp;aria-roledescription&amp;nbsp;attribute is meant to suppress the native role of an element and replace it with whatever the attribute string value states.&lt;/p&gt;
  17. &lt;p&gt;It’s important to note that the underlying role mapping remains the same in the browser and accessibility API, however assistive technologies like screen readers will announce only the value of aria-roledescription as the role of the element instead of the actual role that is mapped. At least, this is what the specification states.&lt;/p&gt;
  18. &lt;p&gt;However, some screen reader venders have already stated that they will not prevent the role from being conveyed to their users because this would cause too much confusion, but will instead announce both, thus forecasting that they have no intention to follow the spec in this matter. This will result in&amp;nbsp;some screen reader vendors suppressing the role and others not, making this an unreliable attribute at best, and potentially an extremely dangerous feature if misused by conveying the wrong role or an incomprehensible role on critical interactive controls.&lt;/p&gt;
  19. &lt;p&gt;aria-modal&lt;/p&gt;
  20. &lt;p&gt;The aria-modal attribute was added to accompany the roles ‘dialog’ and ‘alertdialog’, to indicate to browsers and assistive technologies that the dialog is meant to be modal or non-modal.&lt;/p&gt;
  21. &lt;p&gt;If set to ‘true’, the background content in the accessibility tree should be hidden by browsers and assistive technologies so that only the modal content is perceived by the user.&lt;/p&gt;
  22. &lt;p&gt;If set to ‘false’ or left undefined, then the background content should not be hidden from the perception of AT users.&lt;/p&gt;
  23. &lt;p&gt;Currently this is only supported on iOS using VoiceOver iOS 9.X, so additional testing is needed to verify future levels of support.&lt;/p&gt;
  24. &lt;p&gt;To ensure forward compatibility for ARIA dialogs, all modal dialogs that use either role=”dialog”or role=”alertdialog” should include aria-modal=”true” to enable this support in the future. This should only be true for modal dialogs where the background content is not meant to be interacted with while the modal is open.&lt;/p&gt;
  25. &lt;p&gt;aria-errormessage&lt;/p&gt;
  26. &lt;p&gt;The&amp;nbsp;aria-errormessage&amp;nbsp;attribute takes an ID reference in the same manner as aria-describedby, and is only exposed when&amp;nbsp;aria-invalid&amp;nbsp;is set to ‘true’ on the same element. The use of a live region attribute such as aria-live=”polite” on the error message container element is optional.&lt;/p&gt;
  27. &lt;p&gt;aria-placeholder&lt;/p&gt;
  28. &lt;p&gt;The&amp;nbsp;aria-placeholder&amp;nbsp;attribute is meant to simulate the HTML5 behavior of the placeholder attribute and make it valid within other simulated control types and roles where the HTML5 placeholder attribute is not valid.&lt;/p&gt;
  29. &lt;p&gt;All scripting, styling, and functionality of the use of this attribute must be implemented manually by the developer since the attribute itself is not meant to have any effect on browser functionality.&lt;/p&gt;
  30. &lt;p&gt;The aria-placeholder attribute and the HTML5 placeholder attribute should not be used together on the same element, nor should aria-placeholder be used on native form controls where the HTML5 placeholder attribute is appropriate.&lt;/p&gt;
  31. &lt;p&gt;aria-current&lt;/p&gt;
  32. &lt;p&gt;The&amp;nbsp;aria-current attribute is meant to convey to an assistive technology that this is the current item within an associated collection of elements.&lt;/p&gt;
  33. &lt;p&gt;When set to “false”, “”, or the attribute is undefined, nothing is exposed to assistive technologies. Otherwise, aria-current accepts a list of token values that convey the type of item being represented in the set. These are listed below:&lt;/p&gt;
  34. &lt;ul&gt;
  35. &lt;li&gt;page = Represents the current page within a set of pages&lt;/li&gt;
  36. &lt;li&gt;step = Represents the current step within a process&lt;/li&gt;
  37. &lt;li&gt;location = Represents the current location within an environment or context&lt;/li&gt;
  38. &lt;li&gt;date = Represents the current date within a collection of dates&lt;/li&gt;
  39. &lt;li&gt;time = Represents the current time within a set of times&lt;/li&gt;
  40. &lt;li&gt;true = Represents the current item within a set&lt;/li&gt;
  41. &lt;/ul&gt;
  42. &lt;p&gt;aria-current must never be used as a substitute for aria-selected where aria-selectedis a required attribute for specific roles.&lt;/p&gt;
  43. &lt;p&gt;You can&amp;nbsp;use&amp;nbsp;aria-current&amp;nbsp;in addition to aria-selected when aria-current conveys that one node is currently active, regardless of which element is selected. For example: when a language selector where aria-current conveys the currently chosen language, and arrowing through the listbox conveys which language option is currently selected.&lt;/p&gt;
  44. &lt;p&gt;aria-details&lt;/p&gt;
  45. &lt;p&gt;The&amp;nbsp;aria-details&amp;nbsp;attribute takes an ID reference in the same manner as aria-describedby, and is meant to provide access to a more comprehensive description (when available) that may include additional active elements.&lt;/p&gt;
  46. &lt;p&gt;As such, aria-details takes precedence over aria-describedby if both are present on the same element. However, it is necessary for the user to navigate to the container referenced by aria-details to view and interact with the content of that description. This differs from aria-describedby, which is part of the naming calculation for the element that has focus, and where it is not necessary to move focus away from that element to hear the description. In contrast, aria-details is not included in the naming calculation for setting the Description property, and the user must instead navigate away from the focused element to view the detailed description.&lt;/p&gt;
  47. &lt;h5&gt;Reposted from SSBBart Group&lt;/h5&gt;
  48. &lt;br /&gt;
  49. &lt;a rel=&quot;nofollow&quot; href=&quot;http://ift.tt/2iMx9jw&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://ift.tt/2iF9Tk3&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://ift.tt/2iMHH1K&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;
  50. </description><link>http://rrumaner.blogspot.com/2017/01/differences-between-aria-10-and-11.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-4132723035616275323</guid><pubDate>Tue, 17 Jan 2017 00:26:00 +0000</pubDate><atom:updated>2017-01-16T18:26:12.350-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">2017 at 04:36PM</category><category domain="http://www.blogger.com/atom/ns#">508</category><category domain="http://www.blogger.com/atom/ns#">January 16</category><category domain="http://www.blogger.com/atom/ns#">Section 508</category><category domain="http://www.blogger.com/atom/ns#">WCAG</category><category domain="http://www.blogger.com/atom/ns#">WCAG 2.0</category><title>Obama Administration Releases Major Update To Section 508, Mandates Web Accessibility for People with Disabilities</title><description>&lt;p&gt;The Obama Administration has just released &lt;a href=&quot;http://ift.tt/2jq17uP&quot;&gt;a major regulatory rule&lt;/a&gt; updating the standards federal agency websites will need to meet in order to adhere to the requirements outlined in Section 508 of the Rehabilitation&amp;nbsp;Act, according to the Access Board’s Twitter account.&lt;/p&gt;
  51. &lt;div class=&quot;SandboxRoot env-bp-350&quot;&gt;
  52. &lt;div id=&quot;twitter-widget-0&quot; class=&quot;EmbeddedTweet js-clickToOpenTarget&quot; lang=&quot;en&quot; xml:lang=&quot;en&quot;&gt;
  53. &lt;div class=&quot;EmbeddedTweet-tweet&quot;&gt;
  54. &lt;blockquote class=&quot;Tweet h-entry js-tweetIdInfo subject expanded is-deciderHtmlWhitespace&quot; cite=&quot;https://twitter.com/AccessBoard/status/817120872473444354&quot;&gt;
  55. &lt;div class=&quot;Tweet-header u-cf&quot;&gt;
  56. &lt;div class=&quot;Tweet-brand u-floatRight&quot;&gt;&lt;/div&gt;
  57. &lt;div class=&quot;TweetAuthor&quot;&gt;
  58. &lt;p&gt;&lt;a class=&quot;TweetAuthor-link Identity u-linkBlend&quot; href=&quot;https://twitter.com/AccessBoard&quot;&gt;&lt;span class=&quot;TweetAuthor-avatar Identity-avatar&quot;&gt;&lt;img class=&quot;Avatar&quot; src=&quot;http://ift.tt/2jS3dzS&quot; alt=&quot;&quot; /&gt;&lt;/span&gt;&lt;span class=&quot;TweetAuthor-name Identity-name customisable-highlight&quot; title=&quot;U.S. Access Board&quot;&gt;U.S. Access Board&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
  59. &lt;div class=&quot;Icon Icon--verified&quot; title=&quot;Verified Account&quot;&gt;&lt;/div&gt;
  60. &lt;/div&gt;
  61. &lt;/div&gt;
  62. &lt;div class=&quot;Tweet-body e-entry-content&quot;&gt;
  63. &lt;p class=&quot;Tweet-text e-entry-title&quot; dir=&quot;ltr&quot; lang=&quot;en&quot; xml:lang=&quot;en&quot;&gt;OMB just cleared &lt;a class=&quot;PrettyLink profile customisable h-card&quot; href=&quot;https://twitter.com/AccessBoard&quot;&gt;&lt;span class=&quot;PrettyLink-prefix&quot;&gt;@&lt;/span&gt;&lt;span class=&quot;PrettyLink-value&quot;&gt;AccessBoard&lt;/span&gt;&lt;/a&gt; final rule updating &lt;a class=&quot;PrettyLink hashtag customisable&quot; href=&quot;https://twitter.com/hashtag/section508?src=hash&quot; rel=&quot;tag&quot;&gt;&lt;span class=&quot;PrettyLink-prefix&quot;&gt;#&lt;/span&gt;&lt;span class=&quot;PrettyLink-value&quot;&gt;section508&lt;/span&gt;&lt;/a&gt; standards &amp;amp; telecom guidelines! Rule to be published soon – details to follow.&lt;/p&gt;
  64. &lt;div class=&quot;Tweet-metadata dateline&quot;&gt;&lt;a class=&quot;u-linkBlend u-url customisable-highlight long-permalink&quot; href=&quot;https://twitter.com/AccessBoard/status/817120872473444354&quot;&gt;3:29 PM – 5 Jan 2017&lt;/a&gt;&lt;/div&gt;
  65. &lt;/div&gt;
  66. &lt;/blockquote&gt;
  67. &lt;/div&gt;
  68. &lt;/div&gt;
  69. &lt;div class=&quot;resize-sensor&quot;&gt;&lt;/div&gt;
  70. &lt;div class=&quot;resize-sensor&quot;&gt;&lt;/div&gt;
  71. &lt;/div&gt;
  72. &lt;p&gt;The new regulations require federal agencies to adjust procurement procedures so that all new websites adhere to the &lt;a href=&quot;http://ift.tt/1Oi9gs1&quot;&gt;Web Content Accessibility Standards (WCAG 2.0)&lt;/a&gt;, an expansive, but carefully-developed specification that ensures usability while allowing developers considerable flexibility. The rule brings U.S. policy in line with that of over thirty countries and is the result of over a decade of collaboration between the technology industry, the disability community, and businesses.&lt;/p&gt;
  73. &lt;p&gt;We expect this announcement to have significant implications for a wide range of businesses and organizations. &lt;a href=&quot;http://ift.tt/2jq7GgS&quot;&gt;Recent federal court cases&lt;/a&gt; and &lt;a href=&quot;http://ift.tt/2jSie4R&quot;&gt;Justice Department actions&lt;/a&gt; indicate that this rule will be the &lt;em&gt;de facto&lt;/em&gt; standard for private entities despite the fact that the official rulemaking for private entities has been delayed until 2018.&lt;/p&gt;
  74. &lt;p&gt;The U.S. Access Board submitted the regulations on October 24th, 2016. The Office of Management and Budget approved the final rule on January 5th, 2017.&amp;nbsp;This is the first update to the initial regulations, which were published 16 years ago.&lt;/p&gt;
  75. &lt;p&gt;EveryBill will release an expanded analysis in the coming days.&lt;/p&gt;
  76. &lt;p&gt;&lt;a href=&quot;http://ift.tt/2jpX4OQ&quot;&gt;Learn more about accessibility here&lt;/a&gt;.&lt;/p&gt;
  77. &lt;br /&gt;
  78. &lt;a rel=&quot;nofollow&quot; href=&quot;http://ift.tt/2jSfbtt&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://ift.tt/2jq9xlT&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://ift.tt/2jSbVhP&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;
  79. </description><link>http://rrumaner.blogspot.com/2017/01/obama-administration-releases-major.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-351937333863202713</guid><pubDate>Tue, 17 Jan 2017 00:26:00 +0000</pubDate><atom:updated>2017-01-16T18:26:11.419-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">2017 at 04:33PM</category><category domain="http://www.blogger.com/atom/ns#">508</category><category domain="http://www.blogger.com/atom/ns#">ICT</category><category domain="http://www.blogger.com/atom/ns#">January 16</category><category domain="http://www.blogger.com/atom/ns#">Section 508</category><category domain="http://www.blogger.com/atom/ns#">WCAG</category><category domain="http://www.blogger.com/atom/ns#">WCAG 2.0</category><title>SECTION 508 GETS ICT UPGRADE TO MATCH WCAG LEVEL A &amp; AA STANDARDS</title><description></description><link>http://rrumaner.blogspot.com/2017/01/section-508-gets-ict-upgrade-to-match.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-9008619838336300074</guid><pubDate>Thu, 25 Aug 2016 17:49:00 +0000</pubDate><atom:updated>2016-08-25T12:49:16.159-05:00</atom:updated><title></title><description>&lt;span style=&quot;background-color: #eeeeee; color: #3b3835; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Roboto, Arial, sans-serif; font-size: 14px; line-height: 22.4px;&quot;&gt;This is a presentation that I gave at the MWLUG 2016 conference in Austin, TX discussing website accessibility, compliance, and the law&lt;/span&gt;&lt;br /&gt;
  80. &lt;span style=&quot;background-color: #eeeeee; color: #3b3835; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Roboto, Arial, sans-serif; font-size: 14px; line-height: 22.4px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
  81. &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;485&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;//www.slideshare.net/slideshow/embed_code/key/mDwyDTJWQemk2o&quot; style=&quot;border-width: 1px; border: 1px solid #ccc; margin-bottom: 5px; max-width: 100%;&quot; width=&quot;595&quot;&gt; &lt;/iframe&gt; &lt;br /&gt;
  82. &lt;div style=&quot;margin-bottom: 5px;&quot;&gt;
  83. &lt;strong&gt; &lt;a href=&quot;https://www.slideshare.net/rrumaner/do-you-see-what-i-see-65208392&quot; target=&quot;_blank&quot; title=&quot;Do you see what i see?&quot;&gt;Do you see what i see?&lt;/a&gt; &lt;/strong&gt; from &lt;strong&gt;&lt;a href=&quot;https://www.slideshare.net/rrumaner&quot; target=&quot;_blank&quot;&gt;► Roy Rumaner&lt;/a&gt;&lt;/strong&gt; &lt;/div&gt;
  84. </description><link>http://rrumaner.blogspot.com/2016/08/do-you-see-what-i-see.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-3687832024636714034</guid><pubDate>Tue, 05 Jul 2016 15:23:00 +0000</pubDate><atom:updated>2016-07-05T10:27:50.182-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">MWLUG 2016</category><title>I am presenting a session at MWLUG 2016</title><description>&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;a href=&quot;http://www.mwlug.com/mwlug/mwlug.nsf/&quot;&gt;MWLUG 2016&lt;/a&gt;&amp;nbsp;will is being held in Austin, TX from August 17-19.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  85. &lt;br /&gt;
  86. &lt;b&gt;I am presenting a session I titled&lt;/b&gt;&lt;br /&gt;
  87. &lt;span style=&quot;background-color: white; color: #01296e; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 1.1em; line-height: 1.1;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #01296e; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; line-height: 1.1;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Do you see what I see?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
  88. &lt;span style=&quot;background-color: white; color: #01296e; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 1.1em; line-height: 1.1;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span id=&quot;view:_id1:_id2:_id51:rptSessions:5:cmpAbstractText&quot; style=&quot;background-color: white; box-sizing: border-box; color: #333333; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 15px; line-height: 24px; margin: 0px; outline: 0px;&quot;&gt;Did you know that 8% of men and 0.4% of women have some sort of color vision deficiency? Do you know what happens when a person with a color vision deficiency tries to use an application with colors that do not look like you see them? Do you know how to compensate for this as you are designing and developing your applications? Are you yourself colorblind? Do you know what to do to make your websites accessible to a non-sighted person? Do you know what to add so that your website can be read aloud by a screen reader? Do you know what to avoid so that you do not confuse your non-sighted users? This session will cover these and many more issues experienced by the visually challenged and non-sighted when using web-based applications and show you how to adjust your development styles to compensate for them. We will also discuss what is required to create an ADA-Compliant website so that you can work within the rules for government contracts and finally, we will discuss some ways to check your website for accessibility and compliance, including a checklist that was published by the US Dept. of Health &amp;amp; Human Services.&lt;/span&gt;&lt;br /&gt;
  89. &lt;span style=&quot;background-color: white; box-sizing: border-box; color: #333333; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 15px; line-height: 24px; margin: 0px; outline: 0px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
  90. Also speaking with me will be:&lt;br /&gt;
  91. &lt;br /&gt;
  92. &lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #333333; font-family: arial, helvetica, sans-serif; font-size: 15px; line-height: 19.5px; margin: 0px; outline: 0px;&quot;&gt;Randy Horwitz&lt;/strong&gt;&lt;br /&gt;
  93. &lt;span style=&quot;background-color: white; color: #333333; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;Development &amp;amp; Support Manager - Bluemix Mobile Services from&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;IBM&lt;/span&gt;&lt;br /&gt;
  94. &lt;span style=&quot;background-color: white; color: #333333; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;I look forward to seeing you at MWLUG and hope you will attend my session.&lt;/span&gt;</description><link>http://rrumaner.blogspot.com/2016/07/i-am-presenting-session-at-mwlug-2016.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-6888081170529635427</guid><pubDate>Thu, 09 Jan 2014 15:20:00 +0000</pubDate><atom:updated>2014-01-09T09:24:03.107-06:00</atom:updated><title>Connect 2014 and me</title><description>I will be at Connect 2014 doing demos at the NotesCode booth (#345) for a product called &lt;a href=&quot;http://www.mobilite.com.au/web/ss002_d.nsf/pages/index&quot;&gt;Mobilite&lt;/a&gt;. Stop by to see a demo or just to say hi.&lt;br /&gt;
  95. &lt;br /&gt;
  96. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  97. &lt;a href=&quot;http://4.bp.blogspot.com/-Uto-HYn3vUQ/Us6_Cg-CS2I/AAAAAAAAIuo/eY19qQ-SMSk/s1600/1-9-2014+9-22-47+AM.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/-Uto-HYn3vUQ/Us6_Cg-CS2I/AAAAAAAAIuo/eY19qQ-SMSk/s1600/1-9-2014+9-22-47+AM.jpg&quot; height=&quot;102&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  98. &lt;br /&gt;</description><link>http://rrumaner.blogspot.com/2014/01/connect-2014-and-me.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-Uto-HYn3vUQ/Us6_Cg-CS2I/AAAAAAAAIuo/eY19qQ-SMSk/s72-c/1-9-2014+9-22-47+AM.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-9022823350845970220</guid><pubDate>Thu, 19 Dec 2013 22:34:00 +0000</pubDate><atom:updated>2013-12-19T16:34:53.987-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Books</category><category domain="http://www.blogger.com/atom/ns#">IBM</category><title>$5 eBooks from Packt</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  99. &lt;a href=&quot;http://2.bp.blogspot.com/--VDcXxXhSkQ/UrNzctTw4tI/AAAAAAAAFOE/sjQTxC9H0-4/s1600/$5+ebook+Bonanza1+template+1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/--VDcXxXhSkQ/UrNzctTw4tI/AAAAAAAAFOE/sjQTxC9H0-4/s1600/$5+ebook+Bonanza1+template+1.jpg&quot; height=&quot;122&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  100. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Following on from the success of last year’s festive offer, Packt will be celebrating the holiday season this year with an even bigger $5 Bonanza.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;From December 19th, our customers will be able to get any eBook or Video from Packt for just $5.This includes our entire range of popular IBM eBooks as well . This offer covers every title in the 1700+ range and our readers can grab as many as they like until January 3rd 2014. For more information, please visit:  &lt;a href=&quot;http://bit.ly/1jdCr2W&quot;&gt;http://bit.ly/1jdCr2W&lt;/a&gt;&lt;/span&gt;&lt;div&gt;
  101. &lt;br /&gt;&lt;/div&gt;
  102. &lt;div&gt;
  103. &lt;br /&gt;&lt;/div&gt;
  104. &lt;div&gt;
  105. &lt;br /&gt;&lt;/div&gt;
  106. &lt;div&gt;
  107. &lt;br /&gt;&lt;/div&gt;
  108. </description><link>http://rrumaner.blogspot.com/2013/12/5-ebooks-from-packt.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/--VDcXxXhSkQ/UrNzctTw4tI/AAAAAAAAFOE/sjQTxC9H0-4/s72-c/$5+ebook+Bonanza1+template+1.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-758405345155444004</guid><pubDate>Thu, 17 Oct 2013 13:41:00 +0000</pubDate><atom:updated>2013-10-17T08:45:37.360-05:00</atom:updated><title>Massive savings on over 1600 PACKT DRM-free eBooks and Videos </title><description>&lt;table bgcolor=&quot;#E4E4E4&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color: #e4e4e4; color: #222222; font-family: arial, sans-serif; font-size: 13px; width: 600px;&quot;&gt;&lt;tbody&gt;
  109. &lt;tr&gt;&lt;td style=&quot;margin: 0px;&quot;&gt;&lt;table bgcolor=&quot;#E4E4E4&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 600px;&quot;&gt;&lt;tbody&gt;
  110. &lt;tr&gt;&lt;td bgcolor=&quot;#E4E4E4&quot; style=&quot;color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0px; padding-bottom: 20px; padding-top: 10px; text-align: center;&quot;&gt;&lt;strong&gt;Massive savings on over 1600 PACKT DRM-free eBooks and Videos&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
  111. &lt;tr&gt;&lt;td style=&quot;margin: 0px;&quot;&gt;&lt;table bgcolor=&quot;#FFFFFF&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;
  112. &lt;tr&gt;&lt;td bgcolor=&quot;#FFFFFF&quot; height=&quot;74&quot; style=&quot;margin: 0px; padding: 0px;&quot; width=&quot;300&quot;&gt;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-i/&quot; style=&quot;border-style: none; color: #1155cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Packt Publishing&quot; height=&quot;74&quot; src=&quot;http://i1.createsend1.com/ti/i/84/794/3C8/012007/csimport/packt_smalllogo_0.jpg&quot; style=&quot;border-width: 0px;&quot; width=&quot;132&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#FFFFFF&quot; height=&quot;74&quot; style=&quot;margin: 0px;&quot; width=&quot;300&quot;&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;
  113. &lt;tr&gt;&lt;td style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; line-height: 20px; margin: 0px; padding: 30px 20px 0px 0px; text-align: right;&quot; width=&quot;300&quot;&gt;&lt;span class=&quot;aBn&quot; data-term=&quot;goog_426353660&quot; style=&quot;border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; position: relative; top: -2px; z-index: 0;&quot; tabindex=&quot;0&quot;&gt;&lt;span class=&quot;aQJ&quot; style=&quot;position: relative; top: 2px; z-index: -1;&quot;&gt;17th October 2013&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
  114. &lt;/tbody&gt;&lt;/table&gt;
  115. &lt;/td&gt;&lt;/tr&gt;
  116. &lt;/tbody&gt;&lt;/table&gt;
  117. &lt;/td&gt;&lt;/tr&gt;
  118. &lt;tr&gt;&lt;td bgcolor=&quot;#3579B8&quot; style=&quot;background-color: #3579b8; border-style: none; color: white; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; margin: 0px; padding-bottom: 10px; padding-top: 10px; text-align: center;&quot; width=&quot;600&quot;&gt;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-d/&quot; style=&quot;color: white; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;50% OFF ALL eBOOKS AND VIDEOS - SHOP NOW&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
  119. &lt;tr&gt;&lt;td style=&quot;margin: 0px;&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;
  120. &lt;tr&gt;&lt;/tr&gt;
  121. &lt;/tbody&gt;&lt;/table&gt;
  122. &lt;/td&gt;&lt;/tr&gt;
  123. &lt;/tbody&gt;&lt;/table&gt;
  124. &lt;/td&gt;&lt;/tr&gt;
  125. &lt;tr&gt;&lt;td bgcolor=&quot;#FFFFFF&quot; style=&quot;border-bottom-color: rgb(228, 228, 228); border-bottom-style: solid; border-bottom-width: 13px; border-top-color: rgb(228, 228, 228); border-top-style: solid; border-top-width: 8px; margin: 0px;&quot;&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 600px;&quot;&gt;&lt;tbody&gt;
  126. &lt;tr&gt;&lt;td align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot; style=&quot;margin: 0px; padding: 0px;&quot; width=&quot;600&quot;&gt;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-h/&quot; style=&quot;color: #1155cc;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Columbus Day- 50% off&quot; height=&quot;293&quot; label=&quot;Hero Image&quot; src=&quot;http://i1.createsend1.com/ei/i/2C/590/B38/csimport/columbus_1.161750.jpg&quot; style=&quot;border-style: none; text-decoration: none;&quot; width=&quot;600&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
  127. &lt;tr&gt;&lt;td align=&quot;center&quot; style=&quot;color: #8a8a8a; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; margin: 0px; padding: 5px;&quot;&gt;&lt;div style=&quot;color: #0e324a; font-size: 16px; font-weight: bold; padding-top: 5px;&quot;&gt;
  128. &lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-k/&quot; style=&quot;color: #0e324a; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;COLUMBUS DAY – 50% off&lt;br /&gt;ALL eBooks and Videos at packtpub.com&lt;/a&gt;&lt;/div&gt;
  129. Due to popular demand, we&#39;re giving you a few more days to explore our range of eBooks and Videos at a massive 50% discount at&amp;nbsp;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-u/&quot; style=&quot;color: #1155cc;&quot; target=&quot;_blank&quot;&gt;packtpub.com&lt;/a&gt;&amp;nbsp;– the sale will now end&amp;nbsp;&lt;span class=&quot;aBn&quot; data-term=&quot;goog_426353661&quot; style=&quot;border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; position: relative; top: -2px; z-index: 0;&quot; tabindex=&quot;0&quot;&gt;&lt;span class=&quot;aQJ&quot; style=&quot;position: relative; top: 2px; z-index: -1;&quot;&gt;Monday&lt;/span&gt;&lt;/span&gt;. This offer is available on our entire range of eBooks and Videos and you can use the code as many times as you like until&amp;nbsp;&lt;span class=&quot;aBn&quot; data-term=&quot;goog_426353662&quot; style=&quot;border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; position: relative; top: -2px; z-index: 0;&quot; tabindex=&quot;0&quot;&gt;&lt;span class=&quot;aQJ&quot; style=&quot;position: relative; top: 2px; z-index: -1;&quot;&gt;Monday&lt;/span&gt;&lt;/span&gt;.&lt;br /&gt;
  130. &lt;div style=&quot;color: #0e324a; font-size: 16px; font-weight: bold;&quot;&gt;
  131. Check out the top 5 titles our customers have been exploring so far:&lt;/div&gt;
  132. &lt;div style=&quot;line-height: 20px;&quot;&gt;
  133. &lt;span style=&quot;color: #0e324a; font-weight: bold;&quot;&gt;1.&lt;/span&gt;&amp;nbsp;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-o/&quot; style=&quot;color: #8a8a8a; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Master Web Application Development with AngularJS&lt;/a&gt;&lt;br /&gt;
  134. &lt;span style=&quot;color: #0e324a; font-weight: bold;&quot;&gt;2.&lt;/span&gt;&amp;nbsp;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-b/&quot; style=&quot;color: #8a8a8a; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Building Machine Learning Systems with Python&lt;/a&gt;&lt;br /&gt;
  135. &lt;span style=&quot;color: #0e324a; font-weight: bold;&quot;&gt;3.&lt;/span&gt;&amp;nbsp;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-n/&quot; style=&quot;color: #8a8a8a; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;The Complete Guide to DAZ Studio 4&lt;/a&gt;&lt;br /&gt;
  136. &lt;span style=&quot;color: #0e324a; font-weight: bold;&quot;&gt;4.&lt;/span&gt;&amp;nbsp;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-m/&quot; style=&quot;color: #8a8a8a; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Kali Linux - Backtrack Evolved: A Penetration Tester&#39;s Guide&lt;/a&gt;&lt;br /&gt;
  137. &lt;span style=&quot;color: #0e324a; font-weight: bold;&quot;&gt;5.&lt;/span&gt;&amp;nbsp;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-c/&quot; style=&quot;color: #8a8a8a; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Learning QGIS 2.0&lt;/a&gt;&lt;/div&gt;
  138. &lt;div style=&quot;color: #0e324a; font-size: 16px; font-weight: bold;&quot;&gt;
  139. Just choose your eBooks and Videos and apply&lt;br /&gt;
  140. this code in the shopping cart:&lt;/div&gt;
  141. &lt;div style=&quot;color: #17a389; font-size: 18px; font-weight: bold; padding: 10px;&quot;&gt;
  142. COL50&lt;/div&gt;
  143. &lt;/td&gt;&lt;/tr&gt;
  144. &lt;/tbody&gt;&lt;/table&gt;
  145. &lt;/td&gt;&lt;/tr&gt;
  146. &lt;tr&gt;&lt;td bgcolor=&quot;#FFFFFF&quot; style=&quot;border-bottom-color: rgb(228, 228, 228); border-bottom-style: solid; border-bottom-width: 13px; margin: 0px;&quot;&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 600px;&quot;&gt;&lt;tbody&gt;
  147. &lt;tr&gt;&lt;td align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot; style=&quot;margin: 0px; padding: 0px;&quot; width=&quot;600&quot;&gt;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-q/&quot; style=&quot;color: #1155cc;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;COL50 Promo code videos&quot; height=&quot;286&quot; label=&quot;Hero Image&quot; src=&quot;http://i2.createsend1.com/ei/i/2C/590/B38/csimport/columbus_2.161755.jpg&quot; style=&quot;border-style: none; text-decoration: none;&quot; width=&quot;600&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
  148. &lt;/tbody&gt;&lt;/table&gt;
  149. &lt;/td&gt;&lt;/tr&gt;
  150. &lt;tr&gt;&lt;td style=&quot;margin: 0px;&quot;&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 600px;&quot;&gt;&lt;tbody&gt;
  151. &lt;tr&gt;&lt;td bgcolor=&quot;#F0F0F0&quot; style=&quot;margin: 0px;&quot; valign=&quot;top&quot; width=&quot;396&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 396px;&quot;&gt;&lt;tbody&gt;
  152. &lt;tr&gt;&lt;td bgcolor=&quot;#3579B8&quot; style=&quot;background-color: #3579b8; color: white; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; margin: 0px; padding: 8px 0px 8px 10px;&quot;&gt;Keep up to date on all our latest offers&lt;/td&gt;&lt;/tr&gt;
  153. &lt;tr&gt;&lt;td bgcolor=&quot;#FFFFFF&quot; style=&quot;color: #a4a4a4; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 15px; margin: 0px; padding: 10px;&quot;&gt;&lt;span style=&quot;color: black; display: block; font-weight: bold;&quot;&gt;Follow Us&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
  154. &lt;tr&gt;&lt;td bgcolor=&quot;#FFFFFF&quot; style=&quot;color: #a4a4a4; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 15px; margin: 0px; padding: 0px 10px 10px;&quot;&gt;Be the first to find out about our latest releases, great offers and big announcements&lt;/td&gt;&lt;/tr&gt;
  155. &lt;tr&gt;&lt;td bgcolor=&quot;#F0F0F0&quot; style=&quot;margin: 0px;&quot; valign=&quot;bottom&quot;&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 396px;&quot;&gt;&lt;tbody&gt;
  156. &lt;tr&gt;&lt;td height=&quot;56&quot; style=&quot;height: 56px; margin: 0px;&quot;&gt;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-a/&quot; style=&quot;border-style: none; color: #1155cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;img height=&quot;56&quot; src=&quot;http://i2.createsend1.com/ti/i/84/794/3C8/012007/csimport/twitter_1.jpg&quot; style=&quot;border-width: 0px;&quot; width=&quot;97&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td height=&quot;56&quot; style=&quot;height: 56px; margin: 0px;&quot;&gt;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-f/&quot; style=&quot;border-style: none; color: #1155cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;img height=&quot;56&quot; src=&quot;http://i3.createsend1.com/ti/i/84/794/3C8/012007/csimport/facebook_2.jpg&quot; style=&quot;border-width: 0px;&quot; width=&quot;98&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td height=&quot;56&quot; style=&quot;height: 56px; margin: 0px;&quot;&gt;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-z/&quot; style=&quot;border-style: none; color: #1155cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;img height=&quot;56&quot; src=&quot;http://i4.createsend1.com/ti/i/84/794/3C8/012007/csimport/google_3.jpg&quot; style=&quot;border-width: 0px;&quot; width=&quot;98&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td height=&quot;56&quot; style=&quot;height: 56px; margin: 0px;&quot;&gt;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-e/&quot; style=&quot;border-style: none; color: #1155cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;img height=&quot;56&quot; src=&quot;http://i5.createsend1.com/ti/i/84/794/3C8/012007/csimport/linkedin_4.jpg&quot; style=&quot;border-width: 0px;&quot; width=&quot;101&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
  157. &lt;/tbody&gt;&lt;/table&gt;
  158. &lt;/td&gt;&lt;/tr&gt;
  159. &lt;/tbody&gt;&lt;/table&gt;
  160. &lt;/td&gt;&lt;td bgcolor=&quot;#E4E4E4&quot; style=&quot;margin: 0px; width: 12px;&quot; width=&quot;12&quot;&gt;&lt;img height=&quot;1&quot; src=&quot;http://i6.createsend1.com/ti/i/84/794/3C8/012007/csimport/spacer_5.gif&quot; width=&quot;1&quot; /&gt;&lt;/td&gt;&lt;td style=&quot;margin: 0px;&quot; valign=&quot;top&quot; width=&quot;192&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 192px;&quot;&gt;&lt;tbody&gt;
  161. &lt;tr&gt;&lt;td bgcolor=&quot;#3579B8&quot; style=&quot;background-color: #3579b8; color: white; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; margin: 0px; padding: 8px 0px 8px 10px;&quot;&gt;Contact us&lt;/td&gt;&lt;/tr&gt;
  162. &lt;tr&gt;&lt;td bgcolor=&quot;#F0F0F0&quot; style=&quot;border-bottom-color: rgb(225, 225, 225); border-bottom-style: solid; border-bottom-width: 1px; font-size: 13px; margin: 0px; padding: 12px 0px 12px 10px;&quot;&gt;&lt;a href=&quot;mailto:contact@packtpub.com&quot; style=&quot;color: #888888; display: block; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;contact@packtpub.com&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
  163. &lt;tr&gt;&lt;td bgcolor=&quot;#F0F0F0&quot; style=&quot;border-bottom-color: rgb(225, 225, 225); border-bottom-style: solid; border-bottom-width: 1px; font-size: 13px; margin: 0px; padding: 12px 0px 12px 10px;&quot;&gt;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-s/&quot; style=&quot;color: #888888; display: block; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;www.packtpub.com&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
  164. &lt;tr&gt;&lt;td bgcolor=&quot;#F0F0F0&quot; style=&quot;font-size: 13px; margin: 0px; padding: 18px 0px 15px 10px;&quot;&gt;&lt;a href=&quot;http://packtpublishing.createsend1.com/t/i-l-qkrhtl-hruuyuji-g/&quot; style=&quot;color: #474747; display: block; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Other Information&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
  165. &lt;/tbody&gt;&lt;/table&gt;
  166. &lt;/td&gt;&lt;/tr&gt;
  167. &lt;/tbody&gt;&lt;/table&gt;
  168. &lt;/td&gt;&lt;/tr&gt;
  169. &lt;tr&gt;&lt;td style=&quot;margin: 0px;&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 600px;&quot;&gt;&lt;tbody&gt;
  170. &lt;tr&gt;&lt;td align=&quot;center&quot; bgcolor=&quot;#E4E4E4&quot; style=&quot;color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; margin: 0px; padding-bottom: 10px; padding-top: 10px;&quot;&gt;&lt;div style=&quot;color: #a4a4a4; padding-bottom: 15px;&quot;&gt;
  171. Packt Publishing Limited, Livery Place, 35 Livery Street, Birmingham, West Midlands, B3 2PB&lt;/div&gt;
  172. &lt;/td&gt;&lt;/tr&gt;
  173. &lt;/tbody&gt;&lt;/table&gt;
  174. &lt;/td&gt;&lt;/tr&gt;
  175. &lt;/tbody&gt;&lt;/table&gt;
  176. </description><link>http://rrumaner.blogspot.com/2013/10/massive-savings-on-over-1600-packt-drm.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-5834979641563864701</guid><pubDate>Fri, 03 May 2013 14:00:00 +0000</pubDate><atom:updated>2013-05-03T09:01:49.727-05:00</atom:updated><title>Lesson for the week: Always ask for a second opinion.</title><description>Lesson for the week: Always ask for a second opinion.&lt;br /&gt;
  177. &lt;br /&gt;
  178. This statement really hit home this week and it saved me a huge amount of money.&lt;br /&gt;
  179. &lt;br /&gt;
  180. On Monday morning, the engine in my wife&#39;s car died while she was on her way to work. No
  181. warning, no lights, no bells and whistles, just sitting at a light and
  182. bang, stutter and then nothing. Dead. &lt;br /&gt;
  183. &lt;br /&gt;
  184. Flash forward, I arrive to
  185. help her move it out of traffic and wait with her until AAA arrives to tow it to a repair shop a few miles away while I drive
  186. her to work. I go back to the repair shop and talk to the mechanic to
  187. explain what happened and ask them to investigate and give me a call. &lt;br /&gt;
  188. &lt;br /&gt;
  189. The next
  190. day I get a call from the mechanic telling me that they took apart the
  191. engine and it is real bad. (Remember that sentence) The heads were cracked, the rod was bent and the water pump was broken. I think to myself, it didn&#39;t lose any oil,
  192. just antifreeze while it was waiting for the tow so if the heads were
  193. cracked, wouldn&#39;t oil be pouring out (that is the extent of my knowledge of engines).&lt;br /&gt;
  194. &lt;br /&gt;
  195. Later that evening, I was talking to a neighbor  who happens
  196. to be real good with cars and explained what happened. He said he would like to look at it so we drive over. I forgot to mention that the repair shop said it would cost me
  197. $3,500 to replace the engine with a rebuilt one.&lt;br /&gt;
  198. &lt;br /&gt;
  199. My neighbor opens the hood
  200. and the first thing he asks is &quot;I thought they said the heads were
  201. cracked and rods were bent?&quot;. The engine hadn&#39;t been pulled apart, no dust was disturbed and
  202. nothing had been done except to remove the water pump inspection
  203. cover.&lt;br /&gt;
  204. &lt;br /&gt;
  205. The mechanic insists that based on the symptoms they can tell what is wrong just by looking. He said this in front of my neighbor who immediately tells me to call AAA and have it towed to his house.This was Wednesday afternoon.&lt;br /&gt;
  206. &lt;br /&gt;
  207. Last night (Thursday) he called me and said he just drove the car around the block and it was running fine. He replaced the water pump and timing belt and refilled the radiator. For a total cost of less than $100 in parts and 3 hours of his time, the car was back working properly again.&lt;br /&gt;
  208. &lt;br /&gt;
  209. So, if I had listened to the mechanic who knew I knew nothing about engines, it would have cost me over $3,500. Instead, by asking a second person who knew what they were talking about, I spent less than $100 in parts and paid him back in beer, soda and some cash.&lt;br /&gt;
  210. &lt;br /&gt;
  211. Now my wife can drive herself to work again and I can sleep in.&lt;br /&gt;
  212. &lt;br /&gt;</description><link>http://rrumaner.blogspot.com/2013/05/lesson-for-week-always-ask-for-second_3.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-5059704726883860396</guid><pubDate>Thu, 25 Apr 2013 20:36:00 +0000</pubDate><atom:updated>2013-04-25T15:36:20.929-05:00</atom:updated><title>Book Review: IBM Lotus Notes 8.5.3 How-to</title><description>&lt;br /&gt;
  213. &lt;h2&gt;
  214. &lt;span style=&quot;background-color: white; font-family: Calibri; font-size: large;&quot;&gt;&lt;a href=&quot;http://bit.ly/Z0VEWd&quot;&gt;IBM Lotus Notes 8.5.3 How-to&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;
  215. &lt;br /&gt;
  216. &lt;br /&gt;
  217. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  218. &lt;a href=&quot;http://1.bp.blogspot.com/-IthoYshU0tI/UWLK9W6nPsI/AAAAAAAACPU/9kSid3gn6AQ/s1600/Book+Cover+Image.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-IthoYshU0tI/UWLK9W6nPsI/AAAAAAAACPU/9kSid3gn6AQ/s1600/Book+Cover+Image.JPG&quot; height=&quot;320&quot; width=&quot;256&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  219. &lt;span style=&quot;background-color: white; font-family: Calibri; font-size: 13px;&quot;&gt;&lt;br /&gt;
  220. &lt;/span&gt; &lt;span style=&quot;background-color: white; font-family: Calibri; font-size: 13px;&quot;&gt;&lt;br /&gt;
  221. &lt;/span&gt; &lt;span style=&quot;background-color: white; font-family: Calibri; font-size: 13px;&quot;&gt;&lt;br /&gt;
  222. &lt;/span&gt;&lt;br /&gt;
  223. &lt;span style=&quot;background-color: white; font-family: Calibri; font-size: 13px;&quot;&gt;&lt;br /&gt;
  224. &lt;/span&gt; &lt;span style=&quot;background-color: white; font-family: Calibri;&quot;&gt;While this is a very short (less than 60 pages) book, it tries to pack a lot of information into it. &amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  225. &lt;span style=&quot;background-color: white; font-family: Calibri;&quot;&gt;&lt;br /&gt;
  226. &lt;/span&gt; &lt;span style=&quot;background-color: white; font-family: Calibri;&quot;&gt;The chapters are set up as Simple, Intermediate and Advanced. &amp;nbsp;This is nice in that anyone picking up the book can quickly find the topic and the level of experience needed to understand it.&lt;/span&gt;&lt;br /&gt;
  227. &lt;span style=&quot;background-color: white; font-family: Calibri;&quot;&gt;&lt;br /&gt;
  228. &lt;/span&gt; &lt;span style=&quot;background-color: white; font-family: Calibri;&quot;&gt;The Table of Contents list out the chapters as&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  229. &lt;span style=&quot;background-color: white; font-family: Calibri;&quot;&gt;&lt;br /&gt;
  230. &lt;/span&gt; &lt;span style=&quot;font-family: Calibri;&quot;&gt;Customizing your IBM Lotus Notes 8.5.3 experience (Simple)&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  231. &lt;span style=&quot;font-family: Calibri;&quot;&gt;Mastering your Lotus Notes mail (Intermediate)&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  232. &lt;span style=&quot;font-family: Calibri;&quot;&gt;Creating local and managed replicas (Advanced)&lt;/span&gt;&lt;br /&gt;
  233. &lt;span style=&quot;font-family: Calibri;&quot;&gt;Mastering calendar and to-dos (Intermediate)&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  234. &lt;span style=&quot;font-family: Calibri;&quot;&gt;Managing contacts (Intermediate)&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  235. &lt;span style=&quot;font-family: Calibri;&quot;&gt;Adding feeds (Advanced)&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  236. &lt;span style=&quot;font-family: Calibri;&quot;&gt;Social integration with widgets (Advanced)&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  237. &lt;span style=&quot;font-family: Calibri;&quot;&gt;Working with Lotus Domino applications (Intermediate)&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  238. &lt;span style=&quot;font-family: Calibri;&quot;&gt;Using Sametime in Lotus Notes 8.5.3 (Advanced)&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  239. &lt;span style=&quot;font-family: Calibri;&quot;&gt;Moving from Microsoft Outlook to Lotus Notes 8.5.3 (Simple)&lt;/span&gt;&lt;br /&gt;
  240. &lt;span style=&quot;font-family: Calibri;&quot;&gt;&lt;br /&gt;
  241. &lt;/span&gt; &lt;span style=&quot;font-family: Calibri;&quot;&gt;For example, Chapter 1, deals with a brand new user to Notes. There are five small sections describing the&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;Home Page,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;Open List,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;Windows and Themes,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;New Mail Notification and the&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;Workspace. &amp;nbsp;In eight pages, Chapter 2 deals with the Mai File , Folders and Mail rules.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;Chapter 3 goes into Replication, what it is and why you need it. &amp;nbsp; The rest of the chapters are as described in the contents, Calendars, Contacts, Feeds, etc.&lt;/span&gt;&lt;br /&gt;
  242. &lt;span style=&quot;font-family: Calibri;&quot;&gt;&lt;br /&gt;
  243. &lt;/span&gt; &lt;span style=&quot;font-family: Calibri;&quot;&gt;With each chapter being less than 10 pages, there is very limited information discussed. The chapters all start with a paragraph or two called &lt;b&gt;Getting Ready&lt;/b&gt; and then &lt;b&gt;How to do it, How it works &lt;/b&gt;and&lt;b&gt; There&#39;s more.&lt;/b&gt;&amp;nbsp; There&#39;s more is where the meat of the chapter is discussed in a half dozen pages or less.&lt;/span&gt;&lt;br /&gt;
  244. &lt;span style=&quot;font-family: Calibri;&quot;&gt;&lt;br /&gt;
  245. &lt;/span&gt; &lt;span style=&quot;font-family: Calibri;&quot;&gt;There are a lot of screen shots that take up a lot of space that could have been used for more&amp;nbsp;explanations or more topics. Also, the formatting on this book is strange. The text is squeezed between headers and footers that are each almost two inches high. This leaves less than two thirds of the page for text. I think a lot more useful information could have been added if the pages were adjusted properly.&lt;/span&gt;&lt;br /&gt;
  246. &lt;span style=&quot;font-family: Calibri;&quot;&gt;&lt;br /&gt;
  247. &lt;/span&gt; &lt;span style=&quot;font-family: Calibri;&quot;&gt;Is it a good book, yes if you need a beginners reference. For someone moving over to Notes from Outlook, the last chapter will be useful to them. It is not a comprehensive book on the use of the Notes Client but it touches lightly on the most used pieces and explains how to use them.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  248. &lt;span style=&quot;font-family: Calibri; font-size: x-small;&quot;&gt;&lt;br /&gt;
  249. &lt;/span&gt; &lt;span style=&quot;background-color: white; font-family: Tahoma; font-size: 13px; margin: 0px; padding: 0px;&quot;&gt;&lt;i style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;br /&gt;
  250. &lt;/i&gt;&lt;/span&gt; &lt;span style=&quot;background-color: white; font-family: Tahoma; font-size: 13px; margin: 0px; padding: 0px;&quot;&gt;&lt;i style=&quot;margin: 0px; padding: 0px;&quot;&gt;Disclosure:&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Tahoma; font-size: 13px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  251. &lt;span style=&quot;background-color: white; font-family: Tahoma; font-size: 13px; margin: 0px; padding: 0px;&quot;&gt;&lt;i style=&quot;margin: 0px; padding: 0px;&quot;&gt;Obtained From: Publisher&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
  252. &lt;span style=&quot;background-color: white; font-family: Tahoma; font-size: 13px; margin: 0px; padding: 0px;&quot;&gt;&lt;i style=&quot;margin: 0px; padding: 0px;&quot;&gt;Payment: Free for review&lt;/i&gt;&lt;/span&gt;</description><link>http://rrumaner.blogspot.com/2013/04/book-review-ibm-lotus-notes-853-how-to.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-IthoYshU0tI/UWLK9W6nPsI/AAAAAAAACPU/9kSid3gn6AQ/s72-c/Book+Cover+Image.JPG" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-4664416438763431375</guid><pubDate>Thu, 18 Apr 2013 15:27:00 +0000</pubDate><atom:updated>2013-04-18T13:09:24.779-05:00</atom:updated><title>All of a sudden I am living on lakefront property</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  253. &lt;br /&gt;&lt;/div&gt;
  254. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  255. The first two picture are from yesterday about 4 hours after the rain started. Not to bad out back and the usual small ponds around the storm drains in front.&lt;/div&gt;
  256. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  257. &lt;br /&gt;&lt;/div&gt;
  258. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  259. &lt;a href=&quot;http://3.bp.blogspot.com/-UjtJimBqI6I/UXANiku0__I/AAAAAAAACVw/7zSq0R-qCug/s1600/2013-04-17+17.43.13.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-UjtJimBqI6I/UXANiku0__I/AAAAAAAACVw/7zSq0R-qCug/s1600/2013-04-17+17.43.13.jpg&quot; height=&quot;400&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-kPdATlrG7cU/UXANpljtmYI/AAAAAAAACV4/TLMtGYgLmyw/s1600/2013-04-17+17.44.47.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-kPdATlrG7cU/UXANpljtmYI/AAAAAAAACV4/TLMtGYgLmyw/s1600/2013-04-17+17.44.47.jpg&quot; height=&quot;400&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  260. &lt;br /&gt;
  261. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  262. &lt;br /&gt;&lt;/div&gt;
  263. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  264. Today, after almost 12 hours of very intense thunderstorms, we now have a lake instead of small ponds and the backyard is completely under water.&lt;/div&gt;
  265. &lt;br /&gt;
  266. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  267. &lt;a href=&quot;https://3.bp.blogspot.com/-1IYd1aWrmyY/UXAOtsKp9mI/AAAAAAAACWQ/qESezc04NZk/s1600/2013-04-18+07.40.36-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-1IYd1aWrmyY/UXAOtsKp9mI/AAAAAAAACWQ/qESezc04NZk/s1600/2013-04-18+07.40.36-2.jpg&quot; height=&quot;480&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  268. &lt;br /&gt;
  269. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  270. &lt;a href=&quot;https://3.bp.blogspot.com/-uNovCi2ceT4/UXANv9X_b9I/AAAAAAAACWA/FR7XSS1A7YE/s1600/2013-04-18+07.21.27.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; display: inline !important; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-uNovCi2ceT4/UXANv9X_b9I/AAAAAAAACWA/FR7XSS1A7YE/s1600/2013-04-18+07.21.27.jpg&quot; height=&quot;480&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  271. &lt;a href=&quot;http://3.bp.blogspot.com/-1IYd1aWrmyY/UXAOtsKp9mI/AAAAAAAACWQ/qESezc04NZk/s1600/2013-04-18+07.40.36-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; display: inline !important; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;br /&gt;
  272. &lt;/a&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-1IYd1aWrmyY/UXAOtsKp9mI/AAAAAAAACWQ/qESezc04NZk/s1600/2013-04-18+07.40.36-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; display: inline !important; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;br /&gt;
  273. &lt;br /&gt;
  274. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  275. After about two hours with light rain this morning, the storm sewer in the backyard did it&#39;s job and the backyard is quickly draining out. (Ignore my finger, I am still trying to get used to this camera in my new phone). You can see how high the water was by the dirt line on the fence.&lt;/div&gt;
  276. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  277. &lt;/div&gt;
  278. &lt;br /&gt;
  279. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  280. &lt;a href=&quot;http://4.bp.blogspot.com/-L0ASK6KdmKI/UXAOt8SGgVI/AAAAAAAACWU/svNYxZrMDGA/s1600/2013-04-18+08.25.18.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/-L0ASK6KdmKI/UXAOt8SGgVI/AAAAAAAACWU/svNYxZrMDGA/s1600/2013-04-18+08.25.18.jpg&quot; height=&quot;480&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  281. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  282. Update (3 hours later)&lt;/div&gt;
  283. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  284. &lt;br /&gt;&lt;/div&gt;
  285. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  286. Just to the right of the neighbor&#39;s railroad ties is the sewer drain. It is currently covered by all the pine needles that dropped off the tree. To help quantify how much water was back there, the water line on the fence is over two feet high.&lt;/div&gt;
  287. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  288. &lt;br /&gt;&lt;/div&gt;
  289. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  290. &lt;br /&gt;&lt;/div&gt;
  291. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  292. &lt;a href=&quot;http://2.bp.blogspot.com/-hRu8vf6_Rj4/UXAzKKclTrI/AAAAAAAACYQ/dH7dlR4qJAs/s1600/2013-04-18+12.33.51.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-hRu8vf6_Rj4/UXAzKKclTrI/AAAAAAAACYQ/dH7dlR4qJAs/s1600/2013-04-18+12.33.51.jpg&quot; height=&quot;480&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  293. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  294. &lt;br /&gt;&lt;/div&gt;
  295. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  296. &lt;br /&gt;&lt;/div&gt;
  297. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
  298. The bad news is that we are supposed to get another round of storms and up to three more inches of rain so this may happen all over again.&lt;/div&gt;
  299.  
  300.  
  301. &lt;!-- Blogger automated replacement: &quot;https://images-blogger-opensocial.googleusercontent.com/gadgets/proxy?url=http%3A%2F%2F3.bp.blogspot.com%2F-1IYd1aWrmyY%2FUXAOtsKp9mI%2FAAAAAAAACWQ%2FqESezc04NZk%2Fs1600%2F2013-04-18%2B07.40.36-2.jpg&amp;amp;container=blogger&amp;amp;gadget=a&amp;amp;rewriteMime=image%2F*&quot; with &quot;https://3.bp.blogspot.com/-1IYd1aWrmyY/UXAOtsKp9mI/AAAAAAAACWQ/qESezc04NZk/s1600/2013-04-18+07.40.36-2.jpg&quot; --&gt;&lt;!-- Blogger automated replacement: &quot;https://images-blogger-opensocial.googleusercontent.com/gadgets/proxy?url=http%3A%2F%2F3.bp.blogspot.com%2F-uNovCi2ceT4%2FUXANv9X_b9I%2FAAAAAAAACWA%2FFR7XSS1A7YE%2Fs1600%2F2013-04-18%2B07.21.27.jpg&amp;amp;container=blogger&amp;amp;gadget=a&amp;amp;rewriteMime=image%2F*&quot; with &quot;https://3.bp.blogspot.com/-uNovCi2ceT4/UXANv9X_b9I/AAAAAAAACWA/FR7XSS1A7YE/s1600/2013-04-18+07.21.27.jpg&quot; --&gt;</description><link>http://rrumaner.blogspot.com/2013/04/all-of-sudden-i-am-living-on-lakefront.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-UjtJimBqI6I/UXANiku0__I/AAAAAAAACVw/7zSq0R-qCug/s72-c/2013-04-17+17.43.13.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>1679 McDowell Avenue, Aurora, IL 60504, USA</georss:featurename><georss:point>41.725985 -88.265846899999985</georss:point><georss:box>16.2039505 -129.57444089999998 67.2480195 -46.957252899999986</georss:box></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-2848802324452989876</guid><pubDate>Tue, 12 Mar 2013 21:36:00 +0000</pubDate><atom:updated>2013-03-12T16:38:28.521-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CSS</category><category domain="http://www.blogger.com/atom/ns#">CSS3</category><category domain="http://www.blogger.com/atom/ns#">Dojo</category><category domain="http://www.blogger.com/atom/ns#">Domino</category><category domain="http://www.blogger.com/atom/ns#">HTML</category><category domain="http://www.blogger.com/atom/ns#">HTML5</category><category domain="http://www.blogger.com/atom/ns#">IBM</category><category domain="http://www.blogger.com/atom/ns#">IBM Notes</category><category domain="http://www.blogger.com/atom/ns#">JavaScript</category><category domain="http://www.blogger.com/atom/ns#">Lotus Notes</category><category domain="http://www.blogger.com/atom/ns#">XPages</category><title>Using XPages to develop complex reports - Part 3</title><description>&lt;br /&gt;
  302. &lt;br /&gt;
  303. I recently wrote a three part blog about a project I did for my current client -&amp;nbsp;&lt;a href=&quot;http://www.teamspace.ca/teamspace/teamspacewebsite.nsf/web/home?Open&quot; target=&quot;_blank&quot;&gt;TeamSpace Canada&lt;/a&gt;. Instead of repeating the entire series here, I am just going to post the links to the three parts as they are published.&lt;br /&gt;
  304. &lt;br /&gt;
  305. &lt;br /&gt;
  306. &lt;span style=&quot;background-color: white; font-family: Arial, Helvetica, sans-serif; font-size: 1.2em;&quot;&gt;&lt;a href=&quot;http://www.teamspace.ca/teamspace/blog.nsf/dx/using-xpages-to-develop-complex-reports-part-3.htm&quot; target=&quot;_blank&quot;&gt;Using XPages to develop complex reports - Part 3&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
  307. &lt;h4 style=&quot;background-color: white; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bolder; line-height: 19px; margin: 0px 3em 0px 0px; overflow: hidden; padding: 0px; position: relative; text-align: justify;&quot;&gt;
  308. &lt;span style=&quot;font-weight: normal;&quot;&gt;(posted 3/12/2013)&lt;/span&gt;&lt;/h4&gt;
  309. &lt;div&gt;
  310. &lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
  311. &lt;br /&gt;
  312. &lt;br /&gt;
  313. &lt;br /&gt;
  314. &lt;br /&gt;</description><link>http://rrumaner.blogspot.com/2013/03/using-xpages-to-develop-complex-reports_12.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-2034384691358008264</guid><pubDate>Tue, 05 Mar 2013 21:16:00 +0000</pubDate><atom:updated>2013-03-05T15:19:27.546-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CSS</category><category domain="http://www.blogger.com/atom/ns#">CSS3</category><category domain="http://www.blogger.com/atom/ns#">Dojo</category><category domain="http://www.blogger.com/atom/ns#">Domino</category><category domain="http://www.blogger.com/atom/ns#">HTML</category><category domain="http://www.blogger.com/atom/ns#">HTML5</category><category domain="http://www.blogger.com/atom/ns#">IBM</category><category domain="http://www.blogger.com/atom/ns#">IBM Notes</category><category domain="http://www.blogger.com/atom/ns#">JavaScript</category><category domain="http://www.blogger.com/atom/ns#">Lotus Notes</category><category domain="http://www.blogger.com/atom/ns#">XPages</category><title>Using XPages to develop complex reports - Part 2</title><description>&lt;br /&gt;
  315. I recently wrote a three part blog about a project I did for my current client -&amp;nbsp;&lt;a href=&quot;http://www.teamspace.ca/teamspace/teamspacewebsite.nsf/web/home?Open&quot; target=&quot;_blank&quot;&gt;TeamSpace Canada&lt;/a&gt;. Instead of repeating the entire series here, I am just going to post the links to the three parts as they are published.&lt;br /&gt;
  316. &lt;br /&gt;
  317. &lt;br /&gt;
  318. &lt;span style=&quot;background-color: white; font-family: Arial, Helvetica, sans-serif; font-size: 1.2em;&quot;&gt;&lt;a href=&quot;http://www.teamspace.ca/teamspace/blog.nsf/dx/using-xpages-to-develop-complex-reports-part-2.htm&quot; target=&quot;_blank&quot;&gt;Using XPages to develop complex reports - Part&amp;nbsp;2&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
  319. &lt;h4 style=&quot;background-color: white; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bolder; line-height: 19px; margin: 0px 3em 0px 0px; overflow: hidden; padding: 0px; position: relative; text-align: justify;&quot;&gt;
  320. &lt;span style=&quot;font-weight: normal;&quot;&gt;(posted 3/5/2013)&lt;/span&gt;&lt;/h4&gt;
  321. &lt;br /&gt;</description><link>http://rrumaner.blogspot.com/2013/03/using-xpages-to-develop-complex-reports.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-3553949817564952367</guid><pubDate>Thu, 28 Feb 2013 16:15:00 +0000</pubDate><atom:updated>2013-03-05T15:17:11.688-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CSS</category><category domain="http://www.blogger.com/atom/ns#">Dojo</category><category domain="http://www.blogger.com/atom/ns#">Domino</category><category domain="http://www.blogger.com/atom/ns#">HTML</category><category domain="http://www.blogger.com/atom/ns#">IBM Notes</category><category domain="http://www.blogger.com/atom/ns#">JavaScript</category><category domain="http://www.blogger.com/atom/ns#">Lotus Notes</category><category domain="http://www.blogger.com/atom/ns#">XPages</category><title>Using XPages to develop complex reports - Part 1</title><description>I recently wrote a three part blog about a project I did for my current client - &lt;a href=&quot;http://www.teamspace.ca/teamspace/teamspacewebsite.nsf/web/home?Open&quot; target=&quot;_blank&quot;&gt;TeamSpace Canada&lt;/a&gt;. Instead of repeating the entire series here, I am just going to post the links to the three parts as they are published.&lt;br /&gt;
  322. &lt;br /&gt;
  323. &lt;br /&gt;
  324. &lt;h4 style=&quot;background-color: white; font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; margin: 0px 3em 0px 0px; overflow: hidden;&quot;&gt;
  325. &lt;a href=&quot;http://www.teamspace.ca/teamspace/blog.nsf/dx/using-xpages-to-develop-complex-reports-part-1.htm&quot; target=&quot;_blank&quot;&gt;Using XPages to develop complex reports - Part 1&lt;/a&gt;&amp;nbsp;&lt;/h4&gt;
  326. &lt;h4 style=&quot;background-color: white; font-family: Arial, Helvetica, sans-serif; margin: 0px 3em 0px 0px; overflow: hidden;&quot;&gt;
  327. &lt;span style=&quot;font-weight: normal;&quot;&gt;(posted 2/28/2013)&lt;/span&gt;&lt;/h4&gt;
  328. &lt;br /&gt;
  329. &lt;br /&gt;</description><link>http://rrumaner.blogspot.com/2013/02/using-xpages-to-develop-complex-reports.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-3213507692085409999</guid><pubDate>Wed, 06 Feb 2013 17:44:00 +0000</pubDate><atom:updated>2013-03-01T15:33:35.614-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CSS</category><category domain="http://www.blogger.com/atom/ns#">Domino</category><category domain="http://www.blogger.com/atom/ns#">HTML</category><category domain="http://www.blogger.com/atom/ns#">HTML5</category><category domain="http://www.blogger.com/atom/ns#">IBM</category><category domain="http://www.blogger.com/atom/ns#">Lotus</category><category domain="http://www.blogger.com/atom/ns#">Lotus Notes</category><category domain="http://www.blogger.com/atom/ns#">LotusSphere</category><category domain="http://www.blogger.com/atom/ns#">XPages</category><title>Chris Toohey and friends weekly Google+ Hangout listing</title><description>Chris Toohey and I are putting together a series of weekly Google+ Hangouts. We will be discussing different topics every week so you can pick and choose which one(s) you want to watch.&lt;br /&gt;
  330. &lt;br /&gt;
  331. This post will contain all the links to all the Hangouts.&lt;br /&gt;
  332. &lt;br /&gt;
  333. &lt;br /&gt;
  334. Wednesday 2/6/2013 - &lt;a href=&quot;http://youtu.be/hLN9hoZSeGc&quot;&gt;Gamification and Color Profiling&lt;/a&gt;&amp;nbsp;( &lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/106322798397736404208&quot; target=&quot;_blank&quot;&gt;+Chris Toohey&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/113935351531820704415&quot; target=&quot;_blank&quot;&gt;+Chris Warden&lt;/a&gt;&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/115692622736326426488&quot; target=&quot;_blank&quot;&gt;+Monica Mora&lt;/a&gt;&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/113621754358790020086&quot; target=&quot;_blank&quot;&gt;+Roy Rumaner&lt;/a&gt;&amp;nbsp;)&lt;br /&gt;
  335. &lt;br /&gt;
  336. Thursday 2/14/2013 -&amp;nbsp;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; letter-spacing: -0.05em; white-space: nowrap;&quot;&gt;&lt;a href=&quot;http://youtu.be/ohE9fZM2tAY&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; letter-spacing: -0.05em; white-space: nowrap;&quot; target=&quot;_blank&quot;&gt;XPages Development Tips&amp;nbsp;and Tricks&lt;/a&gt;&amp;nbsp;&lt;/span&gt;(&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/106322798397736404208&quot; target=&quot;_blank&quot;&gt;+Chris Toohey&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/100350762940539174802&quot; target=&quot;_blank&quot;&gt;+Tim Tripcony&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/115692622736326426488&quot; target=&quot;_blank&quot;&gt;+Monica Mora&lt;/a&gt;&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/113621754358790020086&quot; target=&quot;_blank&quot;&gt;+Roy Rumaner&lt;/a&gt;&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/110334908445695272457&quot; target=&quot;_blank&quot;&gt;+Russell Maher&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/105988318169976955619&quot; target=&quot;_blank&quot;&gt;+Bill Wheaton&lt;/a&gt;&amp;nbsp;)&lt;br /&gt;
  337. &lt;br /&gt;
  338. Friday 3/1/2013 - &lt;a href=&quot;http://youtu.be/Uy1jiPIfWK4&quot; target=&quot;_blank&quot;&gt;User Interface and the User Experience&lt;/a&gt; ( &lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/106322798397736404208&quot; target=&quot;_blank&quot;&gt;+Chris Toohey&lt;/a&gt;&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/115692622736326426488&quot; target=&quot;_blank&quot;&gt;+Monica Mora&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/106096768938548472431&quot; target=&quot;_blank&quot;&gt;+Mike McGarel&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/113935351531820704415&quot; target=&quot;_blank&quot;&gt;+Chris Warden&lt;/a&gt;, Jesse Gallagher,&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/113621754358790020086&quot; target=&quot;_blank&quot;&gt;+Roy Rumaner&lt;/a&gt;&amp;nbsp;&amp;nbsp;)&lt;br /&gt;
  339. &lt;br /&gt;</description><link>http://rrumaner.blogspot.com/2013/02/chros-toohey-and-friends-weekly-google.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-7284501936970946454</guid><pubDate>Thu, 31 Jan 2013 18:48:00 +0000</pubDate><atom:updated>2013-01-31T14:07:50.955-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CSS3</category><category domain="http://www.blogger.com/atom/ns#">HTML</category><category domain="http://www.blogger.com/atom/ns#">HTML5</category><category domain="http://www.blogger.com/atom/ns#">JavaScript</category><category domain="http://www.blogger.com/atom/ns#">Responsive</category><title>Create stunning websites that work on any device with Responsive Web Design - Four new books from Packt Publishing (20-50% off)</title><description>&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color: #dee0e2; border-collapse: collapse; border: 1px solid rgb(187, 187, 187); color: black; font-family: arial, sans-serif; font-size: 13px; width: 600px;&quot;&gt;&lt;tbody&gt;
  340. &lt;tr&gt;&lt;td align=&quot;center&quot; style=&quot;border-collapse: collapse; margin: 0px;&quot; valign=&quot;top&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color: white; border-bottom-width: 0px; border-collapse: collapse; border-top-width: 0px; width: 600px;&quot;&gt;&lt;tbody&gt;
  341. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px;&quot; valign=&quot;top&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 100%px;&quot;&gt;&lt;tbody&gt;
  342. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px;&quot; valign=&quot;top&quot;&gt;&lt;table align=&quot;left&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 599px;&quot;&gt;&lt;tbody&gt;
  343. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; color: #505050; font-family: Arial; font-size: 20px; line-height: 30px; margin: 0px; padding: 9px 18px;&quot; valign=&quot;top&quot;&gt;&lt;table cellpadding=&quot;&quot; style=&quot;border-collapse: collapse; width: 100%px;&quot;&gt;&lt;tbody&gt;
  344. &lt;tr&gt;&lt;td style=&quot;background-color: #ff8000; border-collapse: collapse; color: white; font-family: &#39;Segoe UI&#39;, Arial, Verdana, Geneva, Helvetica, sans-serif; font-size: 24px; margin: 0px; text-align: center;&quot;&gt;Create stunning websites that work on any device with&amp;nbsp;&lt;strong&gt;Responsive Web Design&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
  345. &lt;/tbody&gt;&lt;/table&gt;
  346. &lt;/td&gt;&lt;/tr&gt;
  347. &lt;/tbody&gt;&lt;/table&gt;
  348. &lt;/td&gt;&lt;/tr&gt;
  349. &lt;/tbody&gt;&lt;/table&gt;
  350. &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 100%px;&quot;&gt;&lt;tbody&gt;
  351. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px;&quot; valign=&quot;top&quot;&gt;&lt;table align=&quot;left&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 599px;&quot;&gt;&lt;tbody&gt;
  352. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; color: #505050; font-family: Helvetica; font-size: 14px; line-height: 21px; margin: 0px; padding: 9px 18px;&quot; valign=&quot;top&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;strong&gt;Build once, browse anywhere with the help of Packt’s responsive web design books, along with 20%-50% off.&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
  353. &lt;/tbody&gt;&lt;/table&gt;
  354. &lt;/td&gt;&lt;/tr&gt;
  355. &lt;/tbody&gt;&lt;/table&gt;
  356. &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 100%px;&quot;&gt;&lt;tbody&gt;
  357. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px;&quot; valign=&quot;top&quot;&gt;&lt;table align=&quot;left&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 197px;&quot;&gt;&lt;tbody&gt;
  358. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; color: #505050; font-family: Helvetica; font-size: 14px; line-height: 21px; margin: 0px; padding: 9px 0px 9px 18px;&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;
  359. &lt;span style=&quot;color: black; font-family: &#39;Segoe UI&#39;, Arial, Verdana, Geneva, Helvetica, sans-serif;&quot;&gt;&lt;img align=&quot;none&quot; height=&quot;239&quot; src=&quot;http://www.packtpub.com/sites/default/files/emailers/HTE2.png&quot; style=&quot;border: 0px; line-height: 14px; min-height: 239px; outline: none; width: 200px;&quot; width=&quot;200&quot; /&gt;&lt;/span&gt;&lt;/div&gt;
  360. &lt;/td&gt;&lt;/tr&gt;
  361. &lt;/tbody&gt;&lt;/table&gt;
  362. &lt;table align=&quot;right&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 366px;&quot;&gt;&lt;tbody&gt;
  363. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; color: #505050; font-family: Helvetica; font-size: 14px; line-height: 21px; margin: 0px; padding: 9px 18px 9px 0px;&quot; valign=&quot;top&quot;&gt;&lt;ul&gt;
  364. &lt;li style=&quot;margin-left: 15px;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;With an increasing amount of devices entering the market, y&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;our audience is consuming media like never before across multiple formats and resolutions.&lt;/span&gt;&lt;/li&gt;
  365. &lt;li style=&quot;margin-left: 15px;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Our books will help you embrace&amp;nbsp;&lt;strong&gt;Responsive Web Design&lt;/strong&gt;&amp;nbsp;so you can showcase your content without having to worry about a mobile browser or the resolution of individual tablets.&lt;/span&gt;&lt;/li&gt;
  366. &lt;li style=&quot;margin-left: 15px;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Build once, browse anywhere.&lt;/span&gt;&lt;/li&gt;
  367. &lt;/ul&gt;
  368. &lt;/td&gt;&lt;/tr&gt;
  369. &lt;/tbody&gt;&lt;/table&gt;
  370. &lt;/td&gt;&lt;/tr&gt;
  371. &lt;/tbody&gt;&lt;/table&gt;
  372. &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 100%px;&quot;&gt;&lt;tbody&gt;
  373. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px; padding: 18px;&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; border-top-color: rgb(23, 22, 22); border-top-style: solid; border-top-width: 2px; width: 100%px;&quot;&gt;&lt;tbody&gt;
  374. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
  375. &lt;/tbody&gt;&lt;/table&gt;
  376. &lt;/td&gt;&lt;/tr&gt;
  377. &lt;/tbody&gt;&lt;/table&gt;
  378. &lt;/td&gt;&lt;/tr&gt;
  379. &lt;/tbody&gt;&lt;/table&gt;
  380. &lt;/td&gt;&lt;/tr&gt;
  381. &lt;tr&gt;&lt;td align=&quot;center&quot; style=&quot;border-collapse: collapse; margin: 0px;&quot; valign=&quot;top&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color: white; border-bottom-width: 0px; border-collapse: collapse; border-top-width: 0px; width: 600px;&quot;&gt;&lt;tbody&gt;
  382. &lt;tr&gt;&lt;td align=&quot;left&quot; style=&quot;border-collapse: collapse; margin: 0px;&quot; valign=&quot;top&quot;&gt;&lt;table align=&quot;left&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 293px;&quot;&gt;&lt;tbody&gt;
  383. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px;&quot; valign=&quot;top&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 100%px;&quot;&gt;&lt;tbody&gt;
  384. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px; padding: 9px;&quot; valign=&quot;top&quot;&gt;&lt;table align=&quot;left&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: falsepx;&quot;&gt;&lt;tbody&gt;
  385. &lt;tr&gt;&lt;td align=&quot;center&quot; style=&quot;border-collapse: collapse; margin: 0px; padding: 0px 9px 9px;&quot; valign=&quot;top&quot;&gt;&lt;img alt=&quot;Sorry this image cannot be viewed&quot; src=&quot;http://gallery.mailchimp.com/e5c0793723a6b51779c888192/images/8826OS_Twitter_Bootstrap_Web_Development_How_To.png&quot; style=&quot;border: 0px; line-height: 13px; max-width: 175px; min-height: auto; outline: none; text-decoration: initial; vertical-align: bottom;&quot; width=&quot;175&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
  386. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; color: #505050; font-family: Helvetica; font-size: 14px; line-height: 14px; margin: 0px; padding: 0px 9px;&quot; valign=&quot;top&quot; width=&quot;257&quot;&gt;&lt;h2 style=&quot;color: rgb(64, 64, 64) !important; font-size: 20px; line-height: 20px; margin: 0px; text-align: center;&quot;&gt;
  387. &lt;br /&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;Twitter Bootstrap Web Development How-To&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
  388. Start&amp;nbsp;&lt;span style=&quot;color: black;&quot;&gt;from the Bootstrap basics and progress to the creation of a fully-responsive, JavaScript-enhanced, multi-page website.&lt;/span&gt;&lt;br /&gt;
  389. &lt;br /&gt;
  390. &lt;br /&gt;
  391. &lt;br /&gt;
  392. &lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://www.packtpub.com/twitter-bootstrap-web-development/book?utm_source=Packt+Publishing&amp;amp;utm_campaign=4ee9b00114-HTE_RWD1_29_2013&amp;amp;utm_medium=email&amp;amp;mc_cid=4ee9b00114&amp;amp;mc_eid=c4cfb66820&quot; target=&quot;_blank&quot;&gt;&lt;img align=&quot;none&quot; alt=&quot;Read more&quot; height=&quot;26&quot; src=&quot;http://gallery.mailchimp.com/e5c0793723a6b51779c888192/images/read_more.png&quot; style=&quot;border: 0px; display: inline; min-height: 26px; outline: none; text-decoration: initial; width: 140px;&quot; width=&quot;140&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
  393. &lt;div style=&quot;text-align: justify;&quot;&gt;
  394. &lt;span style=&quot;font-size: 12px;&quot;&gt;This title is available as an eBook only&lt;/span&gt;&lt;/div&gt;
  395. &lt;/td&gt;&lt;/tr&gt;
  396. &lt;/tbody&gt;&lt;/table&gt;
  397. &lt;/td&gt;&lt;/tr&gt;
  398. &lt;/tbody&gt;&lt;/table&gt;
  399. &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 100%px;&quot;&gt;&lt;tbody&gt;
  400. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px; padding: 18px;&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; border-top-color: rgb(23, 22, 22); border-top-style: solid; border-top-width: 2px; width: 100%px;&quot;&gt;&lt;tbody&gt;
  401. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
  402. &lt;/tbody&gt;&lt;/table&gt;
  403. &lt;/td&gt;&lt;/tr&gt;
  404. &lt;/tbody&gt;&lt;/table&gt;
  405. &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 100%px;&quot;&gt;&lt;tbody&gt;
  406. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px; padding: 9px;&quot; valign=&quot;top&quot;&gt;&lt;table align=&quot;left&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: falsepx;&quot;&gt;&lt;tbody&gt;
  407. &lt;tr&gt;&lt;td align=&quot;center&quot; style=&quot;border-collapse: collapse; margin: 0px; padding: 0px 9px 9px;&quot; valign=&quot;top&quot;&gt;&lt;a href=&quot;http://packtpub.us4.list-manage1.com/track/click?u=e5c0793723a6b51779c888192&amp;amp;id=cba451b2d8&amp;amp;e=c4cfb66820&quot; style=&quot;color: #1155cc; word-wrap: break-word !important;&quot; target=&quot;_blank&quot; title=&quot;&quot;&gt;&lt;img alt=&quot;Sorry this image cannot be viewed&quot; src=&quot;http://dgdsbygo8mp3h.cloudfront.net/sites/default/files/imagecache/productview_larger/5428OT_Mockup%20Normal_0.jpg&quot; style=&quot;border: 0px; line-height: 13px; max-width: 175px; min-height: auto; outline: none; text-decoration: initial; vertical-align: bottom;&quot; width=&quot;175&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
  408. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; color: #505050; font-family: Helvetica; font-size: 14px; line-height: 14px; margin: 0px; padding: 0px 9px;&quot; valign=&quot;top&quot; width=&quot;257&quot;&gt;&lt;h2 style=&quot;color: rgb(64, 64, 64) !important; font-size: 20px; line-height: 20px; margin: 0px; text-align: center;&quot;&gt;
  409. &lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Responsive Web Design by Example&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
  410. &lt;div style=&quot;text-align: justify;&quot;&gt;
  411. &lt;br /&gt;
  412. &lt;br /&gt;
  413. &lt;span style=&quot;color: black;&quot;&gt;With coverage of Bootstrap, Skeleton, and Zurb Foundation you&#39;ll learn about three of the most powerful responsive frameworks available today&lt;/span&gt;.&lt;br /&gt;
  414. &lt;br /&gt;
  415. &lt;br /&gt;
  416. &lt;a href=&quot;http://www.packtpub.com/responsive-web-design-by-example/book?utm_source=Packt+Publishing&amp;amp;utm_campaign=4ee9b00114-HTE_RWD1_29_2013&amp;amp;utm_medium=email&amp;amp;mc_cid=4ee9b00114&amp;amp;mc_eid=c4cfb66820&quot; target=&quot;_blank&quot;&gt;&lt;img align=&quot;none&quot; alt=&quot;Read more&quot; height=&quot;26&quot; src=&quot;http://gallery.mailchimp.com/e5c0793723a6b51779c888192/images/read_more.png&quot; style=&quot;border: 0px; display: inline; min-height: 26px; outline: none; text-decoration: initial; width: 140px;&quot; width=&quot;140&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
  417. &lt;br /&gt;
  418. &lt;strong&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;Book and eBook expected March&amp;nbsp;2013.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;a href=&quot;http://packtpub.us4.list-manage.com/track/click?u=e5c0793723a6b51779c888192&amp;amp;id=7b271e9958&amp;amp;e=c4cfb66820&quot; style=&quot;color: #eb4102; font-weight: normal; word-wrap: break-word !important;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Pre-order now&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;!&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
  419. &lt;/td&gt;&lt;/tr&gt;
  420. &lt;/tbody&gt;&lt;/table&gt;
  421. &lt;/td&gt;&lt;/tr&gt;
  422. &lt;/tbody&gt;&lt;/table&gt;
  423. &lt;/td&gt;&lt;/tr&gt;
  424. &lt;/tbody&gt;&lt;/table&gt;
  425. &lt;table align=&quot;right&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 293px;&quot;&gt;&lt;tbody&gt;
  426. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px;&quot; valign=&quot;top&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 100%px;&quot;&gt;&lt;tbody&gt;
  427. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px; padding: 9px;&quot; valign=&quot;top&quot;&gt;&lt;table align=&quot;left&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: falsepx;&quot;&gt;&lt;tbody&gt;
  428. &lt;tr&gt;&lt;td align=&quot;center&quot; style=&quot;border-collapse: collapse; margin: 0px; padding: 0px 9px 9px;&quot; valign=&quot;top&quot;&gt;&lt;a href=&quot;http://packtpub.us4.list-manage1.com/track/click?u=e5c0793723a6b51779c888192&amp;amp;id=5f93c5ba40&amp;amp;e=c4cfb66820&quot; style=&quot;color: #1155cc; word-wrap: break-word !important;&quot; target=&quot;_blank&quot; title=&quot;&quot;&gt;&lt;img alt=&quot;Sorry this image cannot be viewed&quot; src=&quot;http://gallery.mailchimp.com/e5c0793723a6b51779c888192/images/3189OT_Responsive_web_design_with_HTML5_and_CSS3.png&quot; style=&quot;border: 0px; line-height: 13px; max-width: 175px; min-height: auto; outline: none; text-decoration: initial; vertical-align: bottom;&quot; width=&quot;175&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
  429. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; color: #505050; font-family: Helvetica; font-size: 14px; line-height: 14px; margin: 0px; padding: 0px 9px;&quot; valign=&quot;top&quot; width=&quot;257&quot;&gt;&lt;h2 style=&quot;color: rgb(64, 64, 64) !important; font-size: 20px; line-height: 20px; margin: 0px; text-align: center;&quot;&gt;
  430. &lt;br /&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;Responsive Web Design with HTML5 and CSS3&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
  431. &lt;div style=&quot;text-align: justify;&quot;&gt;
  432. &lt;/div&gt;
  433. &lt;div style=&quot;text-align: justify;&quot;&gt;
  434. &lt;span style=&quot;color: black;&quot;&gt;Learn how to design websites according to the new “responsive design” methodology, allowing a website to display beautifully on every screen size.&lt;/span&gt;&lt;/div&gt;
  435. &lt;div style=&quot;text-align: justify;&quot;&gt;
  436. &lt;br /&gt;
  437. &lt;a href=&quot;http://www.packtpub.com/responsive-web-design-with-html-5-and-css3/book?utm_source=Packt+Publishing&amp;amp;utm_campaign=4ee9b00114-HTE_RWD1_29_2013&amp;amp;utm_medium=email&amp;amp;mc_cid=4ee9b00114&amp;amp;mc_eid=c4cfb66820&quot; target=&quot;_blank&quot;&gt;&lt;img align=&quot;none&quot; alt=&quot;Read more&quot; height=&quot;26&quot; src=&quot;http://gallery.mailchimp.com/e5c0793723a6b51779c888192/images/read_more.png&quot; style=&quot;border: 0px; display: inline; min-height: 26px; outline: none; text-decoration: initial; width: 140px;&quot; width=&quot;140&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
  438. &lt;br /&gt;&lt;/div&gt;
  439. &lt;/td&gt;&lt;/tr&gt;
  440. &lt;/tbody&gt;&lt;/table&gt;
  441. &lt;/td&gt;&lt;/tr&gt;
  442. &lt;/tbody&gt;&lt;/table&gt;
  443. &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 100%px;&quot;&gt;&lt;tbody&gt;
  444. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px; padding: 18px;&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; border-top-color: rgb(23, 22, 22); border-top-style: solid; border-top-width: 2px; width: 100%px;&quot;&gt;&lt;tbody&gt;
  445. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
  446. &lt;/tbody&gt;&lt;/table&gt;
  447. &lt;/td&gt;&lt;/tr&gt;
  448. &lt;/tbody&gt;&lt;/table&gt;
  449. &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: 100%px;&quot;&gt;&lt;tbody&gt;
  450. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; margin: 0px; padding: 9px;&quot; valign=&quot;top&quot;&gt;&lt;table align=&quot;left&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; width: falsepx;&quot;&gt;&lt;tbody&gt;
  451. &lt;tr&gt;&lt;td align=&quot;center&quot; style=&quot;border-collapse: collapse; margin: 0px; padding: 0px 9px 9px;&quot; valign=&quot;top&quot;&gt;&lt;a href=&quot;http://packtpub.us4.list-manage.com/track/click?u=e5c0793723a6b51779c888192&amp;amp;id=0d70a7da9f&amp;amp;e=c4cfb66820&quot; style=&quot;color: #1155cc; word-wrap: break-word !important;&quot; target=&quot;_blank&quot; title=&quot;&quot;&gt;&lt;img alt=&quot;Sorry this image cannot be viewed&quot; src=&quot;http://dgdsbygo8mp3h.cloudfront.net/sites/default/files/imagecache/productview_larger/4742EXP_Mockup%20Normal.jpg&quot; style=&quot;border: 0px; line-height: 13px; max-width: 175px; min-height: auto; outline: none; text-decoration: initial; vertical-align: bottom;&quot; width=&quot;175&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
  452. &lt;tr&gt;&lt;td style=&quot;border-collapse: collapse; color: #505050; font-family: Helvetica; font-size: 14px; line-height: 14px; margin: 0px; padding: 0px 9px;&quot; valign=&quot;top&quot; width=&quot;257&quot;&gt;&lt;h2 style=&quot;color: rgb(64, 64, 64) !important; font-size: 20px; line-height: 20px; margin: 0px; text-align: justify;&quot;&gt;
  453. &lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Dreamweaver CS6: HTML5, CSS3, Responsive Design, and jQuery Mobile&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
  454. &lt;br /&gt;
  455. &lt;div style=&quot;text-align: justify;&quot;&gt;
  456. &lt;span style=&quot;color: black;&quot;&gt;A basic, compressed, updated introduction to building advanced web sites with Dreamweaver. Available for pre-order now&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
  457. &lt;br /&gt;
  458. &lt;br /&gt;
  459. &lt;a href=&quot;http://www.packtpub.com/getting-started-with-citrix-xenapp-6/book?utm_source=Packt+Publishing&amp;amp;utm_campaign=4ee9b00114-HTE_RWD1_29_2013&amp;amp;utm_medium=email&amp;amp;mc_cid=4ee9b00114&amp;amp;mc_eid=c4cfb66820&quot; target=&quot;_blank&quot;&gt;&lt;img align=&quot;none&quot; alt=&quot;Read more&quot; height=&quot;26&quot; src=&quot;http://gallery.mailchimp.com/e5c0793723a6b51779c888192/images/read_more.png&quot; style=&quot;border: 0px; display: inline; min-height: 26px; outline: none; text-decoration: initial; width: 140px;&quot; width=&quot;140&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
  460. &lt;br /&gt;
  461. &lt;strong&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;Book and eBook expected&amp;nbsp;April 2013.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;a href=&quot;http://packtpub.us4.list-manage.com/track/click?u=e5c0793723a6b51779c888192&amp;amp;id=b0237fcec6&amp;amp;e=c4cfb66820&quot; style=&quot;color: #eb4102; font-weight: normal; word-wrap: break-word !important;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Pre-order now&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: red;&quot;&gt;!&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
  462. &lt;/td&gt;&lt;/tr&gt;
  463. &lt;/tbody&gt;&lt;/table&gt;
  464. &lt;/td&gt;&lt;/tr&gt;
  465. &lt;/tbody&gt;&lt;/table&gt;
  466. &lt;/td&gt;&lt;/tr&gt;
  467. &lt;/tbody&gt;&lt;/table&gt;
  468. &lt;/td&gt;&lt;/tr&gt;
  469. &lt;/tbody&gt;&lt;/table&gt;
  470. &lt;/td&gt;&lt;/tr&gt;
  471. &lt;/tbody&gt;&lt;/table&gt;
  472. </description><link>http://rrumaner.blogspot.com/2013/01/create-stunning-websites-that-work-on.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-6668100131586574911</guid><pubDate>Mon, 28 Jan 2013 18:41:00 +0000</pubDate><atom:updated>2013-02-01T11:48:22.689-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Andriod</category><category domain="http://www.blogger.com/atom/ns#">BlackBerry</category><category domain="http://www.blogger.com/atom/ns#">CSS</category><category domain="http://www.blogger.com/atom/ns#">Domino</category><category domain="http://www.blogger.com/atom/ns#">Google Hangout</category><category domain="http://www.blogger.com/atom/ns#">HTML</category><category domain="http://www.blogger.com/atom/ns#">HTML5</category><category domain="http://www.blogger.com/atom/ns#">IBConnect</category><category domain="http://www.blogger.com/atom/ns#">iOS</category><category domain="http://www.blogger.com/atom/ns#">Java</category><category domain="http://www.blogger.com/atom/ns#">JavaScript</category><category domain="http://www.blogger.com/atom/ns#">Lotus Notes</category><category domain="http://www.blogger.com/atom/ns#">LotusSphere</category><category domain="http://www.blogger.com/atom/ns#">Mobile</category><category domain="http://www.blogger.com/atom/ns#">XPages</category><title>dominoGuru.com Google+ Hangout for those who were not at IBMConnect</title><description>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Thank you to Chris Toohey for setting up a week of Google+ Hangouts for those that didn&#39;t get to go to IBMConnect (also known as Lotusphere 2013). I was happy to participate in the Hangout and because Google+ records everything, Chris posted it on YouTube for everyone else to see.&lt;/span&gt;&lt;br /&gt;
  473. &lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
  474. &lt;/span&gt; &lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I am posting links to all of them so that everyone who reads this blog can find them easily.&lt;br /&gt;
  475. &lt;/span&gt;&lt;br /&gt;
  476. &lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Monday - &lt;a href=&quot;http://youtu.be/9r-KMk7WDcc&quot; target=&quot;_blank&quot;&gt;Getting started with IBM XPages&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
  477. &lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
  478. &lt;/span&gt; &lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Tuesday - &lt;a href=&quot;http://youtu.be/xPB3bpF47ow&quot; target=&quot;_blank&quot;&gt;Modernizing IBM Lotus Notes Client Applications&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
  479. &lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
  480. &lt;/span&gt; &lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Wednesday - &lt;a href=&quot;http://youtu.be/0ddUS8o2HrQ&quot; target=&quot;_blank&quot;&gt;Mobilizing IBM Notes and Domino Applications&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
  481. &lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
  482. &lt;/span&gt; &lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Thursday - &lt;a href=&quot;http://youtu.be/5UahtU64Wow&quot; target=&quot;_blank&quot;&gt;Using JavaScript and CSS Frameworks with IBM XPages&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
  483. &lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
  484. &lt;/span&gt; &lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Friday - &lt;a href=&quot;http://youtu.be/4ZcZ5SXUuQ8&quot; target=&quot;_blank&quot;&gt;So what did we miss in Orlando&lt;/a&gt;&lt;/span&gt;</description><link>http://rrumaner.blogspot.com/2013/01/dominogurucom-google-hangout-for-those.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total><georss:featurename>Aurora, IL 60504, USA</georss:featurename><georss:point>41.7568116 -88.216902699999991</georss:point><georss:box>41.662041099999996 -88.37826419999999 41.8515821 -88.0555412</georss:box></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-7408166391701186937</guid><pubDate>Thu, 20 Sep 2012 03:05:00 +0000</pubDate><atom:updated>2013-02-28T17:06:08.062-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Books</category><title>Packt Publishing reaches 1000 IT titles and celebrates with an open invitation</title><description>&lt;h1 class=&quot;title&quot;&gt;Packt Publishing reaches 1000 IT titles and celebrates with an open invitation&lt;/h1&gt;&lt;div class=&quot;custom-subtitle&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;September 2012&lt;/span&gt; | Enterprise, Open Source&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;custom-subtitle&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;span style=&quot;font-family: tahoma,arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Birmingham-based IT publisher &lt;a href=&quot;http://www.packtpub.com/&quot;&gt;Packt Publishing&lt;/a&gt;  is about to publish its 1000th title. Packt books are renowned among  developers for being uniquely practical and focused.&amp;nbsp; Packt books cover  highly specific tools and technologies which IT professionals might not  expect to see a high quality book on.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
  485. &lt;br /&gt;
  486. &lt;span style=&quot;font-family: tahoma,arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;We  would like you to join us in celebrating this milestone with a surprise  gift – to get involved you just need to have already registered, or  sign up for a free Packt account before 30th September 2012.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
  487. &lt;span style=&quot;font-family: tahoma,arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br /&gt;
  488. &lt;/span&gt;&lt;/span&gt;  &lt;span style=&quot;font-family: tahoma,arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Packt  published their first book&amp;nbsp;in April 2004. One of the most prolific and  fastest growing tech book publishers in the world, we now have books on  everything from web development to web graphics, e-learning to  e-commerce, IT architecture to games, and app development.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
  489. &lt;br /&gt;
  490. &lt;span style=&quot;font-family: tahoma,arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Packt  supports many of the Open Source projects covered by books through a  project royalty donation, which has contributed over £300,000 to Open  Source projects up to now. As part of the celebration Packt is  allocating $30,000 to share between projects and authors in a genuinely  unique way, soon to be disclosed on the website.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
  491. &lt;span style=&quot;font-family: tahoma,arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Dave  Maclean, founder of Packt Publishing explains, “At Packt we set out 8  years ago to bring practical, up to date and easy to use technical books  to the specialist tools and technologies that had been largely  overlooked by IT publishers. Today, I am really proud that with our  authors and partners we have been able to make useful books available on  over 1000 topics and make our contribution to the development  community.”&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
  492. &lt;br /&gt;
  493. &lt;span style=&quot;font-family: tahoma,arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;For  more information about Packt, the kind of books we publish, and to  sign-up for a free account before the 30th of September, 2012, please  visit the &lt;a href=&quot;https://www.packtpub.com/login&quot;&gt;sign-up page&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;</description><link>http://rrumaner.blogspot.com/2012/09/packt-publishing-reaches-1000-it-titles.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-4588406072905157636</guid><pubDate>Mon, 20 Aug 2012 19:53:00 +0000</pubDate><atom:updated>2013-02-28T17:06:25.931-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">MWLUG</category><title>MWLUG 2012 Thoughts</title><description>Well another MWLUG has come and gone. This year it was in Pittsburgh which&amp;nbsp;coincidentally also happened to be where my current client PNC is located. In fact they are just across the street from the magnificent Omni William Penn&amp;nbsp;Hotel where MWLUG was held.&lt;br /&gt;
  494. &lt;br /&gt;
  495. I took the Amtrak train from Chicago to Pittsburgh with Martha Geppert and Richard Moy and his family. We left at a respectable 7:10 PM on Tuesday. When we&amp;nbsp;discussed taking the train, at first it sounded like fun. Let me tell you now that it will never happen again. Nine hours traveling in a chair no different than business class in an airplane does not make for a comfortable trip. The food car however was not bad, but it didn&#39;t make up for the boredom in cramped seats.&lt;br /&gt;
  496. &lt;br /&gt;
  497. We finally got into Pittsburgh at 5:30 Wednesday morning and walked the three (long) blocks to the hotel. Of course nothing was open, except Starbucks, at that time of day so we camped out on the couches and chairs in the lobby until the restaurant opened up at 6:30. Did I mention that the buffet at the hotel is amazing? No? Well it is. If you ever get a chance to stay at this hotel, I suggest that you do not pass it up.&lt;br /&gt;
  498. &lt;br /&gt;
  499. Anyway, the hotel was nice enough to get me into my room early so that I could change clothes and get over to the PNC offices where I was scheduled to teach a couple of XPages classes that morning. I followed those up with a nice lunch with the team and headed back to the Omni to see if I could help with the setup.&lt;br /&gt;
  500. &lt;br /&gt;
  501. [shameless plug]&lt;br /&gt;
  502. Unfortunately, I was informed while I was at the PNC offices that they could not extend my current contract a second time. So if anyone reading this knows of anyone looking for an XPages Developer I would appreciate an&amp;nbsp;&lt;a href=&quot;mailto:rrumaner@gmail.com&quot; target=&quot;_blank&quot;&gt;email&lt;/a&gt;&amp;nbsp;with their contact information. My current contract ends on August 31st. You can find all my contact information on my &lt;a href=&quot;http://www.linkedin.com/in/royrumaner&quot; target=&quot;_blank&quot;&gt;LinkedIn profile&lt;/a&gt;&lt;br /&gt;
  503. [/shameless plug] &lt;br /&gt;
  504. &lt;br /&gt;
  505. &lt;br /&gt;
  506. Richard&#39;s family and the other volunteers were well under way with the setup and organization so I decided to go to my room and (finally) get a little sleep. Did I mention that I didn&#39;t really get any sleep on the train and that I was running on fumes at that point? I got to nap for about an hour then went downstairs to help some of the vendors set up their displays and get ready for the evening party.&lt;br /&gt;
  507. &lt;br /&gt;
  508. Wandering around before the party I bumped into a few people and we decided to grab dinner in the lobby bar. Again, if you stay at this hotel, make sure to order the hamburger. It is that good! After dinner we went to the party and got to see who had arrived so far. I finally got to see some old friends whom I have not seen since the last MWLUG in Milwaukee a year ago. It was really nice to catch up and talk to everyone but by 8:00 I was starting to feel the lack of sleep catch up and I called it quits and crashed for the night.&lt;br /&gt;
  509. &lt;br /&gt;
  510. Thursday morning, the first day of MWLUG. Breakfast at 8 and the keynotes at 9. Kathy from 4CTechnologies and Louis Richardson from IBM gave very nice talks about Social Marketing and then it was time to go to the first session of the show.&lt;br /&gt;
  511. &lt;br /&gt;
  512. All the sessions were well done and very informative. The ones I went to were led by David Leedy (NotesIn9 Live), Richard Sharpe (Using the XPages Mobile Controls), Ryan Baxter (Intro to OpenSocial), Jeremy Hodge (Caffeniate Your XPages with Java), Russell Maher (Intro to Managed Beans), Mark Roden (XPages, jQuery and Dojo), Graham Acres (Can I Get Mobile With That?), Paul Mooney (TeamStudio Unplugged), Julian Robichaux (OAuth). Every session was presented well and each one explained all the concepts in such a way that it was very easy to follow and learn from them. I came away understanding Java Beans, Dojo and jQuery and how to mobilize my XPages applications which was what I had hoped to learn this year.&amp;nbsp;I also heard from the other attendees that the other sessions, there were over 35 this year, were excellent and the speakers all did an incredible job.&lt;br /&gt;
  513. &lt;br /&gt;
  514. Finally, Mike McGarel and I did another hands-on workshop this year. We did a 20 minute presentation on Themes and CSS and then had the attendees walk through creating a XPage and a Style Sheet, setting the Theme, hiding elements of the OneUI layout, and how to change the background color of a menu item and finally how to adjust the spacing below the title bar.&lt;br /&gt;
  515. &lt;br /&gt;
  516. The presentation can be found on my &lt;a href=&quot;http://www.slideshare.net/rrumaner/mwlug-2012-ad110-presentation&quot; target=&quot;_blank&quot;&gt;SlideShare&lt;/a&gt;&amp;nbsp;page.&lt;br /&gt;
  517. &lt;br /&gt;
  518. I also have to mention the evening activities. The MWLUG team did a great job coming up with things to do each evening. On Thursday we went for a two mile guided tour around &lt;a href=&quot;http://www.hauntedpittsburghtours.com/p/downtown-ghost-tour.html&quot; target=&quot;_blank&quot;&gt;Haunted Pittsburgh&lt;/a&gt;&lt;span id=&quot;goog_996513992&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_996513993&quot;&gt;&lt;/span&gt;&lt;a href=&quot;http://www.blogger.com/&quot;&gt;&lt;/a&gt;. Afterwards we all met up for pizza, beer and wings at &lt;a href=&quot;http://www.easystreetpittsburgh.com/&quot; target=&quot;_blank&quot;&gt;Easy Street&lt;/a&gt;. On Friday we took a bus to go bowling and had a great time.&lt;br /&gt;
  519. &lt;br /&gt;
  520. After that it was time for Martha and I to get to the Amtrak station and catch our midnight train to Chicago. It wasn&#39;t as bad as the ride to Pittsburgh, probably because I was really exhausted from the past two days and actually slept about 60% of the ride home. I did finish the book I brought along so that is a good thing.&amp;nbsp;I finally got home around noon on Saturday and proceeded to take a 3 hour nap.&lt;br /&gt;
  521. &lt;br /&gt;
  522. I am already looking forward to MWLUG 2013 next year in Indianapolis.&lt;br /&gt;
  523. &lt;br /&gt;
  524. &lt;br /&gt;
  525. &lt;br /&gt;
  526. &lt;br /&gt;
  527. &lt;br /&gt;
  528. </description><link>http://rrumaner.blogspot.com/2012/08/mwlug-2012-thoughts.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-6526529615025190101</guid><pubDate>Thu, 05 Apr 2012 05:01:00 +0000</pubDate><atom:updated>2012-04-05T00:01:45.173-05:00</atom:updated><title>What a great way to spend an evening (personal)</title><description>Tonight I got to do something I wish every American could (and would) do.&amp;nbsp; &lt;br /&gt;
  529. &lt;br /&gt;
  530. We went to Midway Airport tonight to welcome home 95 WW II veterans. Thanks to the men and women who make up the &lt;a href=&quot;http://www.honorflight.org/&quot; target=&quot;_blank&quot;&gt;Honor Flight Network&lt;/a&gt;, these soldiers were treated to a day in Washington D.C. They had tours of some of the museums and the WW II Memorial wall. They were each given shirts, backpacks and an amazing number of souvenirs to remember the day. Oh yeah, they left Chicago&#39;s Midway Airport at 0400 (that is 4 AM for those of you not familiar with military time). &lt;br /&gt;
  531. &lt;br /&gt;
  532. On their return flight they held mail call where each veteran received letter and cards from people who wrote them for this occasion.&lt;br /&gt;
  533. &lt;br /&gt;
  534. Upon arrival their plane was taxied under a water cannon salute that crossed the runway. When they deplaned, they were met with over 100 members of the Honor Riders Motorcycle Club (these are the guys who escort our returning heroes home and stand vigil at funerals) holding over 100 American Flags. There was a group of bagpipers, a full military honor guard and if that wasn&#39;t enough, when they came down the stairs or elevator, over 1000 people were there cheering and shouting USA and waving American flags. I personally was able to shake hands or hug almost 90 of them and say &quot;Thank you. &lt;br /&gt;
  535. &lt;br /&gt;
  536. To see them smiling and crying and laughing and still awake and alert at 2200 (10 PM) showed how much energy they got out of this reception. This was the welcome that most of them never got when they returned home.&lt;br /&gt;
  537. &lt;br /&gt;
  538. It was a truly memorable evening and an incredible experience. These men and women were truly the greatest generation this country has ever produced.&amp;nbsp; &lt;br /&gt;
  539. &lt;br /&gt;
  540. Aside: The reason we went tonight was my friend&#39;s father was one of the soldiers we welcomed home. He is 88 years old and retired as a Full Colonel. It is so interesting to talk to him about his experiences and hear first hand what actually happened back then.</description><link>http://rrumaner.blogspot.com/2012/04/what-great-way-to-spend-evening.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-5246116396923987017</guid><pubDate>Fri, 10 Feb 2012 19:31:00 +0000</pubDate><atom:updated>2012-02-10T14:08:33.929-06:00</atom:updated><title>My rant for the day or if you are going to send me an email for a job, learn the language first</title><description>&lt;rant&gt;&lt;/rant&gt;&lt;br /&gt;
  541. &lt;br /&gt;
  542. It has been one of those days, weeks, months - you know the kind where everything you do takes longer and is not as easy as you thought it should be. Well today I finally finished a particularly complicated application and turned it over to the client for testing. That should be a huge weight off my shoulders except they have three others that need me to help them with their projects as well. That is all good news and makes me very happy. But, and I know you are wondering where I am going with this, so bear with me a moment.&lt;br /&gt;
  543. &lt;br /&gt;
  544. Today I received an email from a recruiter that not only came at the wrong time, I am mentally fried at the moment, but came after a conversation I had with someone last night about speaking English properly.&lt;br /&gt;
  545. &lt;br /&gt;
  546. &lt;br /&gt;
  547. This is first part of that email&lt;br /&gt;
  548. &lt;br /&gt;
  549. &lt;div class=&quot;MsoNormal&quot; style=&quot;color: blue;&quot;&gt;
  550. &lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;&quot;&gt;Hi,&lt;/span&gt;&lt;/div&gt;
  551. &lt;div class=&quot;MsoNormal&quot; style=&quot;color: blue;&quot;&gt;
  552. &lt;br /&gt;&lt;/div&gt;
  553. &lt;div style=&quot;color: blue; margin: 0in 0in 0.0001pt;&quot;&gt;
  554. &lt;span style=&quot;font-size: 11pt;&quot;&gt;Hope you are doing great.&lt;/span&gt;&lt;/div&gt;
  555. &lt;div style=&quot;color: blue; margin: 0in 0in 0.0001pt;&quot;&gt;
  556. &lt;br /&gt;&lt;/div&gt;
  557. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;We have a new&amp;nbsp;job requirement while would really like to bring to your kind
  558. notice.&amp;nbsp; &lt;/span&gt;&lt;b style=&quot;color: blue;&quot;&gt;If interested, please send me your updated resume with the
  559. below filled skill matrix ASAP.&lt;/b&gt;&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
  560. &lt;br /&gt;
  561. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Okay, I hope that everyone who is reading this immediately sees the problems in just those two sentences. I have had it with emails from recruiters &lt;/span&gt;&lt;/span&gt;that have spelling mistakes, incorrect grammar, requirements for a position that I do not even have on my resume, whatever. It just makes them look stupid and tells me I want nothing to do with their firm if they cannot even spell check an email.&lt;/span&gt;&lt;br /&gt;
  562. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
  563. &lt;span style=&quot;font-size: 11pt;&quot;&gt;Anyway, today was the wrong day for this recruiter to send me this so I responded back with the following:&lt;/span&gt;&lt;br /&gt;
  564. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
  565. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
  566. &lt;div style=&quot;color: purple; margin: 0in 0in 0.0001pt;&quot;&gt;
  567. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&quot;We have a new&amp;nbsp;job requirement while would really like to bring to your kind
  568. notice.&quot;&amp;nbsp; What? &lt;/span&gt;&lt;/div&gt;
  569. &lt;div style=&quot;color: purple; margin: 0in 0in 0.0001pt;&quot;&gt;
  570. &lt;br /&gt;
  571. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
  572. &lt;div style=&quot;color: purple; margin: 0in 0in 0.0001pt;&quot;&gt;
  573. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;b&gt;&quot;If interested, please send me your updated resume with the
  574. below filled skill matrix ASAP.&lt;/b&gt;&quot; What?&lt;/span&gt;&lt;/div&gt;
  575. &lt;div style=&quot;color: purple; margin: 0in 0in 0.0001pt;&quot;&gt;
  576. &lt;br /&gt;
  577. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
  578. &lt;div style=&quot;color: purple; margin: 0pt;&quot;&gt;
  579. &lt;span style=&quot;font-size: 11pt;&quot;&gt;I
  580. assume that English is probably not your first language, but if you are
  581. going to send an email to someone, have someone who does speak English
  582. check it before you send it. Neither of those two sentences make any
  583. sense and taking a few seconds to reread what you wrote before you hit
  584. Send would probably be worth your time. Just reading those two sentences
  585. make me not want to do any business with your company. &lt;br /&gt;
  586. &lt;/span&gt;&lt;/div&gt;
  587. &lt;div style=&quot;color: purple; margin: 0pt;&quot;&gt;
  588. &lt;br /&gt;
  589. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
  590. &lt;div style=&quot;color: purple; margin: 0pt;&quot;&gt;
  591. &lt;span style=&quot;font-size: 11pt;&quot;&gt;I
  592. have no idea what &quot;bring to your kind notice&quot; means. My notice is not
  593. kind. The appropriate statement here would simply be &quot;bring to your
  594. attention&quot;. &lt;br /&gt;
  595. &lt;/span&gt;&lt;/div&gt;
  596. &lt;div style=&quot;color: purple; margin: 0pt;&quot;&gt;
  597. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
  598. &lt;div style=&quot;color: purple; margin: 0pt;&quot;&gt;
  599. &lt;span style=&quot;font-size: 11pt;&quot;&gt;Also,
  600. I understand that your spell checker would miss the word &quot;while&quot;, but
  601. really, you couldn&#39;t read that sentence and see that the word should
  602. have been &quot;we&quot; or &quot;I&quot;?&lt;/span&gt;&lt;/div&gt;
  603. &lt;div style=&quot;color: purple; margin: 0pt;&quot;&gt;
  604. &lt;br /&gt;
  605. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
  606. &lt;div style=&quot;color: purple; margin: 0pt;&quot;&gt;
  607. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&quot;the
  608. below filled skill matrix&quot;? This doesn&#39;t even make any sense. How about
  609. &quot;please send me your updated resume and the completed skills matrix
  610. from below&quot;?&lt;/span&gt;&lt;/div&gt;
  611. &lt;div style=&quot;color: purple; margin: 0pt;&quot;&gt;
  612. &lt;br /&gt;
  613. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
  614. &lt;div style=&quot;color: purple; margin: 0pt;&quot;&gt;
  615. &lt;span style=&quot;font-size: 11pt;&quot;&gt;After
  616. all that, I do not even meet the requirements that you listed.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
  617. &lt;div style=&quot;margin: 0pt;&quot;&gt;
  618. &lt;br /&gt;&lt;/div&gt;
  619. &lt;div style=&quot;margin: 0pt;&quot;&gt;
  620. &lt;br /&gt;&lt;/div&gt;
  621. &lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;/span&gt;</description><link>http://rrumaner.blogspot.com/2012/02/my-rant-for-day-or-if-you-are-going-to.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-3191353173951291435</guid><pubDate>Fri, 27 Jan 2012 21:42:00 +0000</pubDate><atom:updated>2012-01-27T15:42:56.491-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">IBM Sametime</category><title>IBM Sametime 8.5.2:Administration Guide</title><description>&lt;br /&gt;
  622. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  623. &lt;a href=&quot;http://4.bp.blogspot.com/-hw83HAvcP4k/TyMXllwHBII/AAAAAAAAB-4/O5DJlQbQUSg/s1600/IBM+Sametime+8.5.2+Administration+Guide_Frontcover.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;http://4.bp.blogspot.com/-hw83HAvcP4k/TyMXllwHBII/AAAAAAAAB-4/O5DJlQbQUSg/s320/IBM+Sametime+8.5.2+Administration+Guide_Frontcover.jpg&quot; width=&quot;258&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  624. I received an E-Book and a PDF copy of the &lt;a href=&quot;http://www.packtpub.com/ibm-sametime-8-5-2-administration-guide/book&quot; target=&quot;_blank&quot;&gt;IBM Sametime 8.5.2&amp;nbsp;Administration&amp;nbsp;Guide&lt;/a&gt;&amp;nbsp;and was asked by Packt to do a review of it. Now, I am a Developer not an Administrator and I don&#39;t have access to a Sametime Server to play around with but after reading through this book, I feel confident I could probably get one up and running in about a week. That is if I had an Administrator on hand to answer all my questions regarding the network, security and everything else an Administrator does that Developers do not know about or pay attention to in their daily lives.&lt;br /&gt;
  625. &lt;br /&gt;
  626. This book seems to have covered everything in amazing detail so if you do need to build a Sametime Server, or you just want to learn how to do it for fun (I know there are a few of you out there), this is the book for you.&lt;br /&gt;
  627. &lt;br /&gt;
  628. The first chapter discusses what is new in Sametime 8.5.2 and each different type of server in detail. The chapter also explains what OS is required for what server and client. Lots of charts, enough to make my head hurt, but exactly what an Administrator needs to know.&lt;br /&gt;
  629. &lt;br /&gt;
  630. In the second chapter you learn what each piece of the Sametime family of servers does and how to install them. I thought that there was only a Sametime server but now I know there are eight different servers that make up a complete Sametime operation.&lt;br /&gt;
  631. &lt;br /&gt;
  632. Sametime Community Server - Instant messaging and awareness services&lt;br /&gt;
  633. Sametime Systems Console Server - Administration and Management&lt;br /&gt;
  634. Sametime Classic Meeting Server - The original Sametime Server for backwards compatibility during migrations&lt;br /&gt;
  635. Sametime Meeting Server - The new Sametime server&lt;br /&gt;
  636. Sametime Proxy Server - A new Sametime component that provides messaging using a standard web browser&lt;br /&gt;
  637. Sametime Media Manager Server - Web conferencing, video and audio&lt;br /&gt;
  638. Sametime TURN Server - A JAVA-based program that works in conjunction with the Sametime Media Manager Server&lt;br /&gt;
  639. Sametime Bandwidth Manager Server - New server designed to help Administrators control network traffic&lt;br /&gt;
  640. &lt;br /&gt;
  641. I guess Administrators really do have more to do than just look at log files and set quotas on mail files.&lt;br /&gt;
  642. &lt;br /&gt;
  643. Chapter three talks about Telephony Integration. Now when I read that title, I thought cool, I could use my telephone and use it to talk to people through Sametime. Not exactly. Like I said, I am a Developer, put it in smaller words for me please. Telephony in this case refers to using your computer, not your telephone, to make audio and video conference calls to other people in your Sametime community.&lt;br /&gt;
  644. &lt;br /&gt;
  645. Chapter four was way outside my comfort level. Discussions of WebSphere and Server Architecture make my head hurt but after reading the chapter, I felt a little more comfortable in my understanding of WAS. Not enough to be able to discuss it, but I must be a little more comfortable, I used an acronym to describe it.&lt;br /&gt;
  646. &lt;br /&gt;
  647. Chapter five and six deal with the actual installation of the various pieces. Chapter five deals with planning for your environment and Chapter six deals with the actual installation process. Real Administrator stuff here.&lt;br /&gt;
  648. &lt;br /&gt;
  649. Chapter seven is definitely required reading for an Administrator. Security and Authentication. These are two things Developer are very happy not to have to deal with.&lt;br /&gt;
  650. &lt;br /&gt;
  651. I liked Chapter eight: Using the Sametime Business Card. This is where I learned how to put my picture and job information out there for everyone to see. I might have to do this at my next client if they use Sametime.&lt;br /&gt;
  652. &lt;br /&gt;
  653. Chapter nine talks about how to extend Sametime outside of the company to AOL and GoogleTalk. I didn&#39;t even know AOL was still around but I use GoogleTalk all the time so this sounds like a really good idea. Of course the Administrators might not like me talking to other people through their system but this chapter not only explains how to do it but how to do it securely.&lt;br /&gt;
  654. &lt;br /&gt;
  655. Chapter ten finally gets to something I understand as a Developer, the Sametime client and how to get your users to set up their desktop audio and video properly.&lt;br /&gt;
  656. &lt;br /&gt;
  657. Chapter eleven is all about using Sametime on mobile devices. This chapter made me want to go out and buy a new Andrioid and an iPhone, I already have a Blackberry, just to see how well it works.&lt;br /&gt;
  658. &lt;br /&gt;
  659. And that brings us to chapter twelve: Managing and Monitoring the Sametime Server Environment. Now this really is where the Administrators seem to have the most fun. Monitoring and reviewing servers and log files. &amp;nbsp;This chapter tells you where to look to learn what is happening and how to understand it. Now I am glad I am a Developer.&lt;br /&gt;
  660. &lt;br /&gt;
  661. There are also three appendixes. The first one has a set of installation worksheets, which I assume are very helpful in keeping you from forgetting anything. The second and third ones are full of Sametime-related resources and Network-related resources.&lt;br /&gt;
  662. &lt;br /&gt;
  663. The authors really know their stuff and it shows in the level of detail and organization of this book. Four hundred and fifty pages, very well written, step by step detailed instructions to help you get a set of Sametime servers up and running. If you are about to begin a Sametime installation, are in the middle of one or already have one up and running, I would run out and get this book immediately. You know that there is going to be something in here that will help you, show you, teach you, remind you or just make you look smarter by having it on your desk.&lt;br /&gt;
  664. &lt;br /&gt;
  665. Full Disclosure: Packt Publishing sent me the book for free and the authors are friends of mine.&lt;br /&gt;
  666. &lt;br /&gt;</description><link>http://rrumaner.blogspot.com/2012/01/ibm-sametime-852administration-guide.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-hw83HAvcP4k/TyMXllwHBII/AAAAAAAAB-4/O5DJlQbQUSg/s72-c/IBM+Sametime+8.5.2+Administration+Guide_Frontcover.jpg" height="72" width="72"/><thr:total>1</thr:total><georss:featurename>Aurora, IL, USA</georss:featurename><georss:point>41.7605849 -88.32007150000004</georss:point><georss:box>41.6893664 -88.421947500000044 41.8318034 -88.218195500000036</georss:box></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-1627332881471545672</guid><pubDate>Thu, 26 Jan 2012 02:24:00 +0000</pubDate><atom:updated>2012-01-25T20:24:52.592-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Domino</category><category domain="http://www.blogger.com/atom/ns#">IBM</category><category domain="http://www.blogger.com/atom/ns#">Lotus Notes</category><category domain="http://www.blogger.com/atom/ns#">XPages</category><title>When all goes wrong, it is probably something you did</title><description>Russell Maher posted an interesting and timely tip today on his &lt;a href=&quot;http://xpagetips.blogspot.com/2012/01/isolate-problem.html&quot; target=&quot;_blank&quot;&gt;blog&lt;/a&gt;. I recommend that everyone take a moment to read it.&amp;nbsp;This post was inspired by a conversation I had with Russ and Nathan Freeman last night.&lt;br /&gt;
  667. &lt;br /&gt;
  668. I spent the better part of the last couple of days trying to figure out why Rich Text Fields, Attachments, and anything having to do with saving to an RTF on the backend wouldn&#39;t work in my XPage. Other times, different fields that worked once, stopped working at odd times too.&lt;br /&gt;
  669. &lt;br /&gt;
  670. &lt;br /&gt;
  671. Everything pointed to a problem somewhere in some call in XPages. I tried the Rich Text Upload Control, the rich Text Control, Upload code found on OpenNTF and other places. In all, I think I tried over 8 different ways to get anything to save to my backend RTF. &amp;nbsp;The reason I say everything pointed to XPages was because everything else in the program worked as expected. It was only when I tried to do anything with an RTF that it would break.&lt;br /&gt;
  672. &lt;br /&gt;
  673. After talking with Russ and Nathan last night I decided, thanks to Russ beating me over the head until I agreed, to take apart the entire page and see if even a single Rich Text Control would save to the RTF. So first thing this morning I made a complete copy of my application and started to pull it apart.&lt;br /&gt;
  674. &lt;br /&gt;
  675. Now this wasn&#39;t easy, and I don&#39;t recommend anyone try it at home, because, in my case, there were 11 Custom Controls involved in this application. The Rendering of some Controls depended on fields on other ones so to do this right I had to gut the entire thing and start over&amp;nbsp;almost&amp;nbsp;from scratch.&lt;br /&gt;
  676. &lt;br /&gt;
  677. I used a single Rich Text Control, bound it to the form and RTF and a button that did one thing - a Document Save. Okay that worked as it should. Step one proved at least to me that a Rich Text Control does indeed work. Good, it wasn&#39;t broken after all.&lt;br /&gt;
  678. &lt;br /&gt;
  679. Next step was to start adding back in fields to see what happened and if one of them broke my code. I started off with one field and added it to the save button. Cool, first field added back and the RTF still worked.&lt;br /&gt;
  680. &lt;br /&gt;
  681. Okay, now start adding back a group of fields. If I did it one at a time, I would still be adding them tonight. Ten fields added back, so far so good. No refreshes and no updates to the rendering of any Custom Controls yet so I was still holding my breath.&lt;br /&gt;
  682. &lt;br /&gt;
  683. Two more Custom Controls added and all of a sudden it happened again. The RTF was not being updated? Okay, pull those two CCs back out and add the fields back one at a time from within them. Okay now everything seems to be working again even though those were the exact same fields from the exact CC that just broke it. Great, now I am even more confused.&lt;br /&gt;
  684. &lt;br /&gt;
  685. Well since it was working again, I figure let&#39;s add in some more of the CCs and see how it goes. One CC of fields or labels or whatever at a time. Things seem to be going well now and that had me worried and for good reason. It stopped working again after adding in the 8th one. Okay, take all the code and drop it directly onto the XPage again and see if something shows up. Nope, still not working. Take all the code and add in the fields one at a time. Now it was working again.&lt;br /&gt;
  686. &lt;br /&gt;
  687. Okay at this point I had essentially rebuilt the entire XPage with the exception of any Full or Partial Updates that updated the rendering of various fields. Time to copy in the code from the different fields and see what happens.&lt;br /&gt;
  688. &lt;br /&gt;
  689. First field, good. Second field, good. All the fields are now back the way they were in the beginning, good. So what was left? As I rebuilt the page, I kept updating a copy of the original Save as Draft and Submit buttons. After everything was done I tried the Save as Draft button and it didn&#39;t work. Okay, back up one step. Let&#39;s take a real hard look at the code in that button and sure enough there it was - a single typo. I had used an uppercase letter in a Var definition and the one line of code that used that var later on had a lowercase letter instead.&lt;br /&gt;
  690. &lt;br /&gt;
  691. Now, I don&#39;t know why this did not throw an error of any kind, it just seemed to skip over the problem line and appeared not complete the process (but it actually did sort of). The last line of that specific piece of code did a Save(), which worked for every other field except for the Rich Text Field. So instead of breaking and throwing an error, that line of code was just skipped and the process continued on with the next line of code.&lt;br /&gt;
  692. &lt;br /&gt;
  693. What I find even more interesting was that no where in this code did I have anything pointing to the RTF or the various RT or Upload Controls. Everything else was saved and it ran as expected except the Rich Text updates.&amp;nbsp;Why this caused the problem with a Rich Text Field I still do not know. I will leave that to smarter people than I to figure out.&lt;br /&gt;
  694. &lt;br /&gt;
  695. The worst part of all this was that the line of code that had the typo was only used to set a viewScope variable that I never got around to using anyway.&amp;nbsp;So after I spent over 40 hours trying to fix this problem it was all due to the difference between the cases of one letter in one variable in one Custom Control out of almost a dozen.&lt;br /&gt;
  696. &lt;br /&gt;
  697. So what did I learn from all this? Spelling, and uppercase &amp;amp; lowercase mistakes will drive you mad and are very hard to find. If you find that something works sometimes and not other times and it makes no logical sense to you, it is time to start reading through your code from line one. I would even go so far as to copy and paste it into a text editor and search for every instance of every variable you created. Maybe do a Search &amp;amp; Replace on them just to be sure that when you read through it again, you might notice one of them looks out of place.&lt;br /&gt;
  698. &lt;br /&gt;
  699. By the way, the line of code in my program that caused the problem was&amp;nbsp;viewScope.put( &quot;urICode&quot;, ......) instead of viewScope.get( &quot;urlCode&quot;, .....). &amp;nbsp;How good are your eyes? Did you see the difference right away?&amp;nbsp;Yes that was an &quot;I&quot; (uppercase eye) compared to &quot;l&quot; (lowercase ell). My 53 year old eyes didn&#39;t see that for 3 days and yes, I just got new glasses.&lt;br /&gt;
  700. &lt;br /&gt;</description><link>http://rrumaner.blogspot.com/2012/01/when-all-goes-wrong-it-is-probably.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>9</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1269693341352480825.post-719792411668848660</guid><pubDate>Wed, 28 Dec 2011 15:59:00 +0000</pubDate><atom:updated>2011-12-28T09:59:39.690-06:00</atom:updated><title>A friend of mine needs your help</title><description>This is a personal request to ask you to read the posting on my friend&#39;s blog and if you are able, please help them out. &lt;br /&gt;
  701. &lt;br /&gt;
  702. Tim is a very good friend and I am asking all my readers to take a moment and try to help his friend if they can.&lt;br /&gt;
  703. &lt;br /&gt;
  704. &lt;a href=&quot;http://xmage.gbs.com/blog.nsf/d6plinks/TTRY-8PY95D&quot;&gt;http://xmage.gbs.com/blog.nsf/d6plinks/TTRY-8PY95D&lt;/a&gt;
  705. &lt;br /&gt;
  706. &lt;br /&gt;
  707. Thank you</description><link>http://rrumaner.blogspot.com/2011/12/friend-of-mine-needs-your-help.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>1</thr:total></item></channel></rss>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda