English

How to upload smartforms from PC

The SAP system provides service for upload smartforms with system as follows:

Method 1: Upload and create new form

  • Go to transaction ’SMARTFORMS’
    img72
  • Go to menu Utilities(M) -> Upload Form for download form from PC.
    img73
  • System popup windows for input new form name and select img69.
    img74

Yahoo! UI Library: Another free implementation f AJAX

AJAX is nowadays common feature of modern web pages. I’m not sure when it begun but  shown the power of AJAX through the intuitive and impressive user interface. Technically, AJAX is just an inter-operation of web browser and web server through a JavaScript function. That means web developers just want a good JavaScript to shield the incompatible JavaScript APIs to make it work cross browser at least for Internet Explorer, Firefox, Opera, and Safari.

How to download smartforms to PC

The SAP system provides service for download smartforms with system as follows:

  • Go to transaction ’SMARTFORMS’
    img64
  • Go to menu Utilities(M) -> Download Form for download form to PC.
    img79
  • System popup windows for input form name and select img69.
    img67

Character Encoding in Vi and Vim

You might found that i18n and l10n are becoming more important in every development process especially in production environment. Why? There are too many character encoding on this earth and they often conflict to others. As a result, universal encodings are proposed as Unicode standard. That means developer should keep in mind to store data in Unicode format so that i18n will be treated correctly. My favorite editor is Vi or Vim, there is a trick to specify character encoding by adding below code to .vimrc.

if has("multi_byte")  

I must say that I don’t know Measure Map until last 10 minutes I read Jeffrey Veen, Google Measure Map Team,  about this promising service. In short, it is a kind of Google Analytics but mainly focus on blog sites. So the point is how blogs are different to other kind of sites. Blog in the view of Google is a site that let you express your thought and readers to leave comments or even quote your post in their blogs. This is the way blogs work.

If you are IM addicted, you might find emoticons is a cool thing on this earth. Anyway, I don’t like emoticons at all because it always changes my code into funny and unreadable text. In Google Talk, emoticons are not available! I guess that the main reason is that all Windows components produced by Google is now relying on text-based widget. If you notice on the Google Sidebar, you will only see text, list of text and similar text fields. Google Talk is another good example. Its user interface is very look like . In other words, they seems to be a kind of HTML with AJAX. That’s why I say Google loves text in the title.

« first‹ previous868788899091929394next ›last »