English

Post2Blog 1.20.1 and Post2Blog Express 1.20

Eventually, Post2Blog 1.20.1 has been released out of beta right now. In addition, ByteScout also released the freeware version of Post2Blog named Post2Blog Express. Comparing to non-free version, express edition doesn’t include below features.

  • Live spellchecking - This is my most favorite one
  • Ability to insert Technorati
  • Ability to change date, time, and etc
  • FTP uploading

How to insert standard text in SAPscript

You can insert standard text(Transaction SO10) in SAPscript as following:

  • Go to editor of SAPscript form  
    img86
  • Select menu Insert -> Text -> Standard
    img87

    img88
  • Input text object.
    img89

ABAP/4 Example Code: SELECT ... PACKAGE SIZE

Example

DATA: it_spfli TYPE TABLE OF SPFLI WITH HEADER LINE.

START-OF-SELECTION.
  SELECT * FROM spfli
           INTO TABLE it_spfli PACKAGE SIZE 5.
    LOOP AT it_spfli.
      WRITE:/ it_spfli-CARRID, it_spfli-CONNID,
              it_spfli-CITYFROM, it_spfli-AIRPFROM,
              it_spfli-CITYTO, it_spfli-AIRPTO.
    ENDLOOP.
    SKIP 1.
  ENDSELECT.

Book: Grid Computing for Developers

Vladimir Silva, a former IBM software engineer, releases a book named "". He wrote this book to help technical guys understand grid computing faster than looking information around the net.

This book might be worth for enterprises that want to explore how grid look like in action. Anyway, it is not suitable for manager to learn himself. If you are managers, buy it, give it to the most excellent technician, wait for a few days, and then let him give a short introduction. Good luck!

eu and gb flag for IP to Country Module

Thanks to Larry. He has just produced the missing flags, eu.png and gb.png, and sent them to me. eu.png has been resized to 14x14 while gb.png is just a copy of uk.png. Now ip2cc should have all flags.

Final Fantasy XII: Kiss Me Goodbye Trailer

All you might have ever heard about Final Fantasy Saga. It is a kind of Japanese Starwars with so long story in game history. The upcoming release is Final Fantasy XII. My most impression about this game is its graphics. If USA has Pixar, Japan has Squaresoft. I don’t know much about PS, PS2, XBox, or any other game console. However, I’m so sure that all movies in each game are not rendered from wired frame in real-time. This is just my guess. All movies must be pre-rendered on render farm. The result of these games is showing the power of supercomputing. Please take a look at the latest trailer of FF XII.