/var/log/balo

Permission denied to call method PandorasBox.open

Első vektorgrafikám

28 Jul 2011

Ezt a mintát egy énekes pólóján láttam egy videoklipjében.

Mivel ez volt az első próbálkozásom az Inkscape-pel, ezért ne nézzétek, hogy hogyan raktam össze az alakzatokat :) Szabad felhasználni / módosítani / továbbadni engedély nélkül: letöltés (jobb gomb -> mentés másként)

Színezzétek át és nyomassátok Ti is pólóra ;)

Facebook Twitter Google+
Tags: boy, fun, girl, grafika, graphics, man, note, sound, svg, and woman

Custom ‘Follow’ button on Blogger

10 Nov 2010

Lot of Blogger member use the “Followers” gadget to display readers who follow his/her blog in the Blogger’s system. Google doesn’t provide any way to display “Follow” button only, without the readers (except from the ugly navbar). It’s an understandable decision, that you don’t want to slow your page loading with laggy iframe, but you’d like to apply a fancy icon to follow. We can find the solution right in the Navbar source.

We need your blog ID

After login, go to your Blogger Designer and you can copy the ID from your browser’s address bar.

Paste button to your blog

Add or edit a gadget in HTML mode and paste the following code:

<img alt="Follow me on Blogger!"
  onclick="window.open('http://www.blogger.com/follow-blog.g?blogID={BLOG_ID}',
     'followblog',
     'height=600, width=600, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');"
  src="https://s3.amazonaws.com/vbalazs-site-assets/icons/blogger-icon.png"
  style="border: 0px; cursor: pointer; width: 32px;" />

Replace the {BLOG_ID} with your ID. Of course you can use this JS snippet for almost every HTML element. You can observe the outcome as at my first gadget of the panel on the right.

Facebook Twitter Google+
Tags: blogger, custom follow button, english, fancy, and google