Ivan Femia

Ivan Femia

(44 comments, 119 posts)

I have more than 10 yrs of experience in IT; born as Windows Basis Administrator I moved rapidly to my real passion: web programming and R&D. I have been at Techedge since 2007 and I'm head of development of Techedge Labs Team. I focused my researches in emerging technologies, mobile, WebDynpro ABAP, Flash Island, Adobe Interactive Form and ABAP. My colleagues consider me one of the top reference for ABAP, ABAP OO, WebDynpro ABAP and high tech topic. I'm owner of the SCN Community Projects on SAP Code Exchange: abap2xlsx, augmentedSAP, abap2GApps, abap2docx and Clone Hunter. Follow me on Twitter @IvanFemia

Home page: http://emailtoid.net/i/ee0b7390/60044b4c/

Yahoo Messenger: ivandida

Jabber/GTalk: kintaro77@gmail.com

AIM: kintaro77@gmail.com

Posts by Ivan Femia
html5logo

Dynamic Google Plus Circles using jQuery and CSS

0

In the last days I spent some time playing with jQuery and CSS. One of my task was to create a Google Circle effect using as much as possible the jQuery library and make it flexible.

First of all we need to create a simple effect using CSS and jQuery, I don’t want to reinvent the wheel because I found this great example by Marc von Brockdorff; have  look to his tutorial here.

This is a great starting point but it is not enough, I want to have this effect as a jQuery plugin that can be easily added in every project.

In the jQuery official documentation there is a chapter that describes how to extend the jQuery library by creating your own plugin (Plugins/Authoring), so I tried to combine the two ideas in order to create my own plugin.

(more…)

windows7

Reduce winsxs directory size in Windows 7

2

One of the biggest directory in a Windows 7 (and not only) operation system is the winsxs.

What is it?

Winsxs, which stands for ‘Windows Side By Side’, is Windows native assembly cache. Libraries which are being by multiple applications are stored there. This feature was first introduced, in Windows ME and was considered as Microsoft’s solution to the so-called ‘dll hell’ issues that plagued Windows 9x. [1]

In this post I will share a solution in order to reduce its size

(more…)

SAP SDN

Happy New year SCN and Happy New Excel with abap2xlsx

0

Dear community, it was in the far July 2011 that I gave you updates on the abap2xlsx project with the reporting of my adventures at SAP Inside Track in Chicago (blog). In the last weeks, I had the idea to write a blog and few days ago a great present by SAP Mentor Gregor Wolf to the project (I will give you more detail below, keep reading) gave me the final sprint to be there on time for the New Year celebration.

Abap2xlsx is still the most popular project on Code Exchange with more than 3,500 downloads and close to 300 members. There is a great interest for this project, discussion board on Code Exchange is very hot, many people are asking and helping and many members are contributing (thanks you all) to improve this project adding new features and fixing some bugs ( yes, we had some :) ).

(more…)

carbonTNT

InnoJam Madrid 2011: and the winner is carbonTNT

0

image

Hi guys, in this blog I will report my review of the InnoJam Madrid that took place on Saturday 6th November and ended a day after (30 hours of coding later) with the victory of my team carbonTNT.

Don’t you know what InnoJam is about? I will not explain here but I suggest you to watch this video by Rui Nogueira

YouTube Preview Image

(more…)

Gmail_icon

Set GMail as default mail program in Chrome

0

I don’t know way but in the last 2 days I could not use GMail as default program for mailto addresses, looking around I found this post in the Google support.

The solution below was exactly what I needed.

I report the solution if any of you may need it  :mrgreen:

1. Enable javascript handling in Chrome. You may be able to do this through the options menu, but I did it manually.

a. Close Chrome
b. In a text editor, open C:\Users\<your username>\AppData\Local\Google\Chrome\User Data\Local State
c. Find the protocol handler section:
"protocol_handler": {
  "excluded_schemes": {
    "afp": true,
    "data": true,
    "disk": true,
    "disks": true,
    "file": true,
    "hcp": true,
    "javascript": true,
    "mailto": false,
    "ms-help": true,
d. Find “javascript”: true, and change it to false: “javascript”: false,
e. Save the file

2. Launch Chrome
3. Open GMail and login
4. In the address bar type or copy and paste
javascript:window.navigator.registerProtocolHandler(“mailto”,”https://mail.google.com/mail/?extsrc=mailto&url=%s”,”GMail”) or if you have multi account
javascript:window.navigator.registerProtocolHandler(“mailto”,”https://mail.google.com/mail/u/0/?extsrc=mailto&url=%s”,”GMail”)
and press Enter or hit Go.
5. You’re done.
6. To cleanup, close Chrome, change the javascript setting back to true in Local State.

Ivan Femia's RSS Feed
Go to Top