Programming
Dynamic Google Plus Circles using jQuery and CSS
0In 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.
Happy New year SCN and Happy New Excel with abap2xlsx
0Dear 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
).
Dropdown by key or Dropdown by index, that is the question of a WDA developer
0Introduction
During my experience as a Web Dynpro for ABAP developer, I often had the doubt if it was better to use the UI element DropDownByKey or its brother DropDownByIndex.
In these last days, I realized that I always prefer and use the DropDownByKey, it doesn’t matter if the list is inside a table, an ALV table or a simple element in a view.
Clearly the index approach is also working well but I feel it as a more complex task that requires spending more time, and I’m wondering to know about your experience.
As a reference, I’m sharing below the step-by-step guide to build a DDL even without necessarily entering the fixed values associated to a domain of the field.
abap2gapps: is your ABAP ready for the Google cloud?
2Ladies and Gentleman did you ever thought to use you old ABAP system to use modern cloud services?
Last year SAP Mentor Uwe Fetzer (@se38) published his Twibap, a simple Twitter API to use in order to read and post Tweets on Twitter, today I will present you abap2gapps an API prototype in order to interact basically with all Google services that use new OAuth2 authentication.
abap2gapps uses API provided by another Code Exchange project, that we release today, OAuth2.
Wait a moment, what is OAuth2?
You can’t answer the question; you should read this blog OAuth2: Next generation authentication API
(more…)
OAuth2: Next generation authentication API
0OAuth2 is the new Code Exchange project that allows you to authenticate on a web based service provider like Google, Facebook, Microsoft and Foursquare using the OAuth 2.0 protocol.
OAuth 2.0 is the next evolution of the OAuth protocol and is not backward compatible with OAuth 1.0. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, and living room devices. (Wikipedia)
Most of popular on line services like Google, Facebook and Microsoft are already providing access to their cloud using this protocol.


