Hi! I'm Vitaliy Merkulov from Vancouver WA. I'm a Front-End Web Developer.

Latest Projects View All →

Latest Articles View All →

Post Thumbnail

Portland Startup Weekend

  Recently, I attended a Portland Startup Weekend #pdxsw for the first time. Since It’s been only two years since I’ve relocated to Portland area from Massachusetts, I wanted to connect with local developers, designers and see who’s out there. I... Read The Rest →

Post Thumbnail

Best HTML5 book for Advanced Front-End Developer

I’ve looked at a lot of books to learn HTML5. Most of the HTML5 books are written for beginner Front-End developers that start with basic HTML stuff that I don’t need. The HTML5: Your visual blueprint for designing rich Web pages and applications book is... Read The Rest →

Post Thumbnail

Develop iPhone app with DW and phoneGap step-by-step

I’ve recently created a simple iPhone app with Dreamweaver CS5.5 and PhoneGap. There are a lot of books out there about how to do this, there are a lot of tutorials online, youtube, and blogs. The best step-by-step instructions I’ve came accross is: http://192.150.16.67/fr/devnet/dreamweaver/articles/phonegap-mobile-app-pt1.html.... Read The Rest →

Post Thumbnail

Parsing a message in JavaScript with JSON

We can parse the message with JSON in JavaScript by using the method “String.parseJSON(filter)”. It parses the JSON message to an string or object. The parameter “filter” is optional in this method which is used to filter message or transform their results.... Read The Rest →