Tuesday 26 November 2013

Opportunity: ITIL Free Exam Retake

EXIN is offering this opportunity till the end of 2013.
Thanks EXIN with Prometric.

This really added more for my confidence to expedite getting sit for the exam!

https://www.prometric.com/en-us/clients/EXIN/Pages/free-retake.aspx

1) Register.
2) Get the voucher by e-mail.
3) Validate the voucher during paying for your exam.
4) Unfortunately, in case you did not achieve the pass score, you will have the option to schedule another appointment for free.


Wednesday 20 November 2013

Business Tip: Ask rather than criticize!

This is based on professional experience in different situations, and this is especially true when on meetings which involves more than you and the other side. Although, even some managers are very self-confident or at this point, you can say they are totally stubborn about their own ideas. The defensive systems for those personalities are so easily triggered by the least of a criticism for their actions.

The proposed solution I approached for working around this challenge while maintain the liberty of my ideas is to prepare questions which externally interrogates the details, and the consequences of a decision, and internally challenges the success and the validity of the core idea. I know that looks confusing at first; however, by comparison to the straightforward method of revealing your point of directly reveal the points of criticism, you will discover that it deserves the effort.

During one of our staff meetings for one of my employers, staff at different levels were invited to get buy-in for a new project to be implemented. The project itself looks appealing, and the CSF (Critical Success Factors) were neatly presented; however, it lacks a very important aspect of laying out a baseline for several metrics to be able to later on measure its success. This same point got my attention as well as another colleague, who had an earlier opportunity than me to take the floor. He started his words by interrogating about the current state before the project implementation and how this project might not introduce a value at all. Of course, the manager was surprised with the question and she pointed him to the clear project objectives and started over listing the benefits for this project. On my turn, I started by valuing the CSF and showed my interest to have an overview about the current baseline and the other metrics which are in place to make sure that this project is going towards success. The manager gratefully welcomed my questions and she reworded it in her own words, then asked her assistant to note it. Although I did not get an answer up till now, but I succeed in the first place to draw the attention of everyone to the value of my point, without at the same time challenging the efforts this manager and other  stakeholders are putting in this project.

Thursday 7 November 2013

Wednesday 6 November 2013

Google Chrome --allow-file-access-from-files flag, a solution or a workaround

--allow-file-access-from-files: This is an application flag so that some functions can run successfuly if initiated from the local filesystem rather than a web server.

The reason Google announces for this behaviour: Security!
http://blog.chromium.org/2008/12/security-in-depth-local-web-pages.html

After hours of searching the topic, I can tell my personal opinion  as this is a workaround for a problem caused by a poor security threat implemented workaround!


My root issue was: Being unable to transform an XML using an XSL within the same filesystem container (Folder in NTFS). I did receive blank page in chrome; however that worked fine in IE.

test.xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="test.xsl" ?>
<testing>
<T1>
<title>Hello...</title>
<Item2>World!</Item2>
</T1>

</testing>

test.xsl
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
  <html>
  <body>
    <h2>My Tests</h2>
    <table border="1">
      <tr bgcolor="red">
        <th>Item1</th>
        <th>Item2</th>
      </tr>
      <tr>
        <td><xsl:value-of select="testing/T1/title"/></td>
        <td><xsl:value-of select="testing/T1/Item2"/></td>
      </tr>
    </table>
  </body>
  </html>
</xsl:template>
</xsl:stylesheet>



More details about how to use this flag: http://www.chrome-allow-file-access-from-file.com/

Tip: Control sharing your personal data within linkedin with third parties