Creating Landing Pages in Marketo – I

Email marketing and lead generation is quite important for any business and there are multiple tool for this purpose. Most of tools provide one or other feature but Marketo is among top software with all feature for your business growth in single account. 78th on the Inc. 500, #7 among software companies, and #1 among marketing software companies, Marketo form integration is quite simplified.

Creating a form in Marketo:

There are 4 steps involved in this:
1. Create landing page template
2. Create landing page
3. Create form
4. Add form to landing page Continue reading

Currency converter using API

Currency conversion and language conversion are two most frequent required features for a web developer. There are multiple options too available for both such as Google language widget etc. to acheive feature quickly in couple of mins with no code but some where they limit functionality due to dependency on 3rd party code. Personally I prefer use of API as much possible for integration of any functionality in compare to being dependent on any 3rd party provider and hamper own website’s design and programming creativity.

In one of such scenario I recently come across Currency converted using Google API by TechMug, this really impressed me a lot. My requirement was to allow users to check the price (default in USD) and this solution worked like a charm. Demo of same can be viewed here.


It make an ajax call to Google API using JQuery and pass the ‘To’ & ‘From’ currency and amount as argument. In response API return the value of currency in real time.

Download Mirror

CTRL + ALT + DEL in remote desktop

It was always an issue for me as having multiple CPU but single monitor and I hate most when I have to access a System remotely because there is no option for CTRL + ALT + DEL, one of any computer users most favorite key combination. : )

Finally I found it, here is a solution to access CTRL + ALT + DEL over remote desktop, just need to replace DEL with END. So combination while using remote desktop is CTRL + ALT + END

Cheers!!

Share on Facebook with Description

Recently one of my collegue was struglling with sharing information on Facebook using Sharer.php, earlier it was a good and easiest way to share or post on Facebook progrmatically. It used to take 2 arguments u & t:

http://www.facebook.com/sharer.php?u=http://yahoo.com&t=description_here
The u argument is the url that you are sharing.
The t argument should be the descriptive text that goes along with the post. However this is deprecated and no longer works.

Now if this is used it post, page title as description which is not desirable in most of cases.

I googled as well checked Open Graph meta tag (https://developers.facebook.com/docs/opengraph/), which same I also reviewed an article by Petisia showing same using meta tags but we need a separate PHP code file in this.

Finally after bit of study I was able to come up with an option which allow to post URL, description, image etc. to wall using single share file link:

http://www.facebook.com/sharer.php?s=100&p[title]=YOUR TITLE HERE;p[url]=YOUR URL HERE&p[images][0]=IMAGE PATH HERE&p[summary]=YOUR DESCRIPTION HERE”>

Click to view live demo

Above link will allow you to post a link with details on Facebook to this blog post

XML based slideshow in Flash

Recently I was going though some old open source code in archive and found few code snippets of JQuery, Flash application, PHP, wordpress helpful in web development. I have added a flash based slideshow managed using XML here. It uses a simple XML file to manage flash and different images can be managed category wise with no much efforts. It is quite suitable for a portfolio display.

Click to Download

I am unable to recall original source of download but still appreciate efforts of Flash developer who invested efforts in this nice Flash based slideshow.