Web development

How To Split Large .TSV files and Import to MS Excel or OpenOffice Using EmEditor

| 16 views

In this article you will learn how to split large .tsv (and not only) files so you can import them to MS Office, Open Office or whatever you need using a small and neat (paid) program called EmEditor. Here is the scenario - I have been booking.com affiliate partner for many years already, I remember few years ago I dreamt I wish I would programmatically access to all of their hotels (with metadata) , so I could import those data to some other web app and reuse data I want in manner I want to…


CS Cart - Build Your Online Store in Minutes - Starting $195.00

| 1 views

<p>A time ago, client approached me with question - could I help them out with <a href="http://www.cs-cart.com/?affid=1087569">CS Cart</a>. At that particular day - I haven't heard a word of such Cart or System.</p><p>Since the needs from client side was just CSS based - I said - yup, I can help you out with your particular CSS needs.</p><p>Got access to production site, which was already built using out of box functionality.</p>…


Canva.com - design like a PRO

| 4 views

<p>I found a great web service that allows to create awesome graphics online and for free. Name of this great webservice is Canva, and you can <a href="http://www.canva.com&quot; target="_blank">find it here</a>.</p><blockquote><p>Canva gives you everything you need to easily turn ideas into stunning designs. Create designs for Web or print: blog graphics, presentations, Facebook covers, flyers, posters, invitations and so much more.</p…


Add Pin It button to hover over any image

| 1 views

In this tutorial I will show how to add Pin it button for every image on your website. But before that you might check my tutorial how to add Pin it button to Drupal 7  Bellow is an example with working hover Pin it button Hover over image to see Pin it button on left top corner You will need to add following code to your website (in <head>section</head> <!-- Please call pinit.js only once per page --> <script type="text/javascript" async data-pin-hover="true" src…


How to align Facebook like, Google + and Twitter buttons?

| 1 views

Working on a project I faced a problem how to align social share buttons. By default I'm not paying much attention to this, but there are circumstances you must provide clean work. So here is the example: These are social share buttons from my blog, as you can see, Facebook button is not in one line with other lines. To fix this, I did a quick Google search and found great tutorial on Github:  Here is my Drupal view - containing social share buttons: <div class="social-share"> <…


Auto post to Facebook page using Twitter

| 1 views

<p>I agree social media makes a huge impact on blogs traffic and its conversation rates.</p><p>In this tutorial I will show how you can auto publish your posts to your Facebook page using Twitter and Twitterfeed.</p><p>At First we will setup auto publish to Twitter, using Twitterfeed, you can find <a href="http://www.reinisfischer.com/auto-blog-twitter-using-twitterfeed">tutor… here</a>.</p><p>Once all of our posts are synced with…


How to enable Do Not track Chrome

| 1 views

<p><strong>Do no Track</strong> gives you some level of anonymity while browsing internet. In this article I will explain why I'm enabling Do not track.</p><p>The reason I'm enabling Do not Track is no because I'm afraid or scare someone is using my browsing history in his evil marketing or surveillance plans. The reason I'm enabling is because lately I'have seen to huge page views for my websites. And I believe it's caused by me. I…


Responsive website - should I convert my site?

| 1 views

<p>Should I concern about mobile browsers? Should I optimize my site for responsive browsing? Yes and no!</p><p>At first - yes, you should invest some time and money to build a mobile devices friendly site. If your site visitors uses Facebook and or twitter, and you promote your content in those sites - answer is - you definitely should have a responsive site:</p><p><strong>Take a look of device use in 2012</strong></p><p><img src="…


Floating social share buttons

| 1 views

Previously I already wrote how to add Facebook like button to your site, using a simple module. Today I'll how how to add floating social share buttons using custom code: Here is an example page: This will work for Facebook, Twitter and Google + buttons: Add this code to your theme files: <div id="pageshare"> <div class="sbutton" id="fb"> <a name="fb_share"type="box_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.…


How to register site for Google Webmaster

| 6 views

<p>Google Webmaster is tool from Google, which provides great usability for site admins to see how site "looks" on Google.</p><p>But how to register for Google Webmasters?</p><p>Easy:</p><p>Go to google.com/webmasters, click <strong>Sign in to Webmaster Tools</strong>, next click <strong>Add a site&nbsp;</strong>,box will popup with option to enter your site URL, enter it and click continue.</p><p>By…