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
- sugree's blog
- Add new comment
- Read more
- 544 reads
How to insert standard text in SAPscript
You can insert standard text(Transaction SO10) in SAPscript as following:
- Go to editor of SAPscript form
- Select menu Insert -> Text -> Standard
- Input text object.
- thitima's blog
- Add new comment
- Read more
- 2638 reads
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.
- thitima's blog
- Add new comment
- Read more
- 1813 reads
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!
- sugree's blog
- Add new comment
- Read more
- 727 reads
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.
- sugree's blog
- Add new comment
- Read more
- 931 reads
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.
- sugree's blog
- Add new comment
- Read more
- 1162 reads
Recent comments
2 years 11 weeks ago
2 years 16 weeks ago
2 years 16 weeks ago
2 years 17 weeks ago
2 years 17 weeks ago
2 years 19 weeks ago
2 years 19 weeks ago
2 years 19 weeks ago
2 years 20 weeks ago
2 years 20 weeks ago