Sinaru

  • Home
  • Programming
  • Work
    • Web
    • Paintings
  • Blog
    • Personal
    • My Ideas
    • Travelling
  • About
Illustration of a bird flying.
  • Setting up xdebug with phpstorm

    This guide provide a step by step details on how to set up phpstorm IDE to work with xdebug.   Installing on Ubuntu In software search for xdebug and install.   Add to the following xdebug settings to php.ini file   xdebug.remote_enable = 1 xdebug.remote_port = 9000 xdebug.remote_handler = dbgp xdebug.remote_mode = req     […]

    December 30, 2014
  • Xpath vs CSS Selectors

    After researching and reviewing on whether to choose XPATH or CSS selector, the following are the points I came across.   Some points to CSS Generally CSS is easy to use and readable over XPATH. REF: http://www.seleniumhq.org/docs/appendix_locating_techniques.jsp#starting-to-use-css-instead-of-xpath   CSS is native to browsers and XPATH is not REF: http://old.eurostarconferences.com/blog/2013/1/28/liveblogged!-automated-web-testing-traps-for-the-unwary-with-simon-stewart CSS is preferred for testing as […]

    December 8, 2014
  • NUC machines might be the next desktop killer

    While it seems like to CPU processing power is coming to a limitation, Intel is focusing on small form factor machines.

    November 22, 2014
  • Installing Unlimited Strength Jurisdiction Policy Files for your JRE

    Today in work, I had to use AES encryption to basically encrypt and secret text and store it somewhere. This is with Ruby language so I ended up using ‘aes’ gem as it is build on top of OpenSSL and provides simple set of methods that can be used to encrypt and decrypt strings. Following […]

    November 19, 2014
  • Unica Clothes

    “Wear an art” Sell clothes that are unique. In other words, only one shirt will be printed from a design. Each product can be sold for good price because they are unique. This is the whole idea of this clothes shop. For an example, imagine if that u have 10-15 fashion designers that design clothes […]

    November 1, 2014
  • Setting up xdebug with phpstorm

    This guide provide a step by step details on how to set up phpstorm IDE to work with xdebug.   First download xdebug and copy it into the extension folder. Copy the full path the extension.   Add the following xdebug settings to php.ini file.   php.ini file [XDebug] zend_extension = “C:xamppphpextphp_xdebug-2.2.5-5.5-vc11.dll” xdebug.remote_enable=1 xdebug.remote_host=localhost xdebug.remote_port=9000 […]

    September 16, 2014
  • Begging for happiness

    I’m in the process of creating a new painting with begging as the subject.  There is this old woman who suddenly appeared in Nawala Colombo. I happen to see this woman everyday because she’s just spending time near to where I work. When I look at her eyes, it’s like time has stopped with her […]

    July 20, 2014
  • Wewrukannala Raja Maha Viharaya

    July 14, 2014
  • Bellanwila Rajamaha Viharaya

    July 6, 2014
  • A tv series about art: Power of Art

    BBC Power of Art, is TV series that talks about the power of art. It contains 8 episodes in which each episodes a life of a great artist and his paintings are discussed.

    July 6, 2014
←Previous Page
1 … 10 11 12 13
Next Page→

Sinaru

Proudly powered by WordPress