browse by category or date

Comments Posted By Hardono Arifanto

Displaying 0 To 0 Of 0 Comments

Foxit Reader on Ubuntu Linux (through Wine)

Hi Choe,

I have tried Ubuntu 10.04. And installed Adobe’s Acrobat Reader for Linux. It’s surprisingly fast and easy. I guess that makes this post moot 🙂

» Posted By Hardono Arifanto On July 17, 2010 @ 02:44

Hi Lika,

Yes, provided you’re using the Linux version of Foxit Reader. Last time I tried, the Foxit Reader on top of Wine is much better than the Linux version.

» Posted By Hardono Arifanto On June 5, 2010 @ 01:29

Hi Chris,

It has something to do with the way WordPress/MySQL store those back-quotes. I have put the script as a downloadable script though, hopefully it will be 🙂

» Posted By Hardono Arifanto On June 6, 2009 @ 03:01

@lakshminarayanan v, Cheers 🙂

» Posted By Hardono Arifanto On April 17, 2009 @ 02:11

hi Varun,

If you try to execute the instruction through command line, what is the error message shown?

» Posted By Hardono Arifanto On March 6, 2009 @ 23:07

Hi green,

Have you tried download foxit.sh, modify “C:Program FilesFoxit SoftwareFoxit ReaderFoxit Reader.exe” into “/media/OS/Program Files/Foxit Software/Foxit Reader/Foxit Reader.exe”

then run it. What is the error message? does Foxit Reader launched?

» Posted By Hardono Arifanto On November 9, 2008 @ 13:15

Ok.. finally I uploaded the script.

Just a caution though, the script will fail to open file with double quote(“). This is the difference between Windows and Linux/Unix. Windows filename doesn’t allow double quote.

» Posted By Hardono Arifanto On September 8, 2008 @ 22:07

Hi Isomer,

I’ll update this post. I think I’ll attach the bash script file. WordPress messes up the characters.

» Posted By Hardono Arifanto On September 1, 2008 @ 22:32

Cheers to you, John.

» Posted By Hardono Arifanto On July 22, 2008 @ 22:27

Hi Bryan,

just use the ‘View Plain’, copy the whole string, then save it as foxit.sh

» Posted By Hardono Arifanto On April 30, 2008 @ 22:48

Hi Bryan,

I think my source code displayed wrongly because my syntax highlighter doesn’t support BASH.

Looking at your case, you could try to modify it as follows:

App=’eval wine “C:FoxitFoxit-Reader.exe” “‘$Filename\'”‘

UPDATE: the javascript hides few of my back-slashes ()

» Posted By Hardono Arifanto On April 23, 2008 @ 22:07

Switching to Ubuntu Linux

Hehe… many people kept on clinging to Windows because they have more things (read, Games) to play. But for me, the game that I am playing is Winning Eleven (luckily we have PS2 at home) and Football Manager (playable using Wine).

How about you Dimas? How do you ‘scratch’ your itch for playing games?

» Posted By Hardono Arifanto On December 17, 2007 @ 02:30

C# Regex Word Count

Hehe … at the moment its C# and/or VB.NET, but I might switch allegiance to Phyton or Ruby for the cool factor 😀

» Posted By Hardono Arifanto On September 26, 2007 @ 20:49

Sorting Words by Their Length

Hi Shan,

Assume column A contains the text that you want to sort. Set the column B content as the length of the text in Column A, then sort column B.

Is that what you want?

» Posted By Hardono Arifanto On December 31, 2010 @ 11:02

SQL String Formatter (Part 2)

The download link for C# Lex:

http://www.infosys.tuwien.ac.at/cuplex/cup.htm

» Posted By Hardono Arifanto On August 30, 2007 @ 23:38

SQL String Formatter (Part 1)

Hi Marton,

Does Pl/Sql tidy only accepts PL/SQL syntax?

» Posted By Hardono Arifanto On September 22, 2007 @ 02:46

DataTable.Select Optimization

Thanks for the insight, Xero.

But as for this case, my team ‘decided’ that traversing line-by-line is the best solution since the data is already sorted and we actually need to process each row.

As it turns out, we actually pointed the gun to the wrong suspect. After we run profiler, the bottleneck was not on the DataTable.Select(), but it was caused by invocation of web services.

» Posted By Hardono Arifanto On January 16, 2008 @ 22:05

Ouch dude.. I thought someone gave me advice on the Selec() performance 🙂

Anyway, not really interested in killing my host though. This blog is hosted in a shared hosting with a cheap monthly fee. So driving thousands of people coming here would definitely melt-down the server =P

Thanks anyway…

» Posted By Hardono Arifanto On August 24, 2007 @ 21:36

Printing The Content of GridView

you can use CSS to control how the text will look like.

» Posted By Hardono Arifanto On August 11, 2010 @ 11:23

Hi Collin,

The code is supposed to copy the ‘content’ of your Gridview, then pasted it in a new window. The new window is the one that will be printed.

I think somehow you copy the whole content of the original page, instead of only the ‘outerHTML’ of the Gridview.

» Posted By Hardono Arifanto On August 29, 2009 @ 04:09

Unfortunately it’s beyond Javascript’s control. You could try some browser specific ( Internet Explorer ) trick discussed at http://p2p.wrox.com/asp-forms/6474-printing-problem-asp.html

» Posted By Hardono Arifanto On July 1, 2009 @ 17:06

Health Benefits Of A Cup Of Caffeine

I now limit to only two cups of coffee. One in the morning, and one after lunch 😀

Keeps me alert in the office the whole day 😀

» Posted By Hardono Arifanto On November 4, 2008 @ 09:49

Yeah … caffeine also makes you a little bit sharper 🙂

» Posted By Hardono Arifanto On August 22, 2007 @ 21:57

Reading Classic Literatures in your Pocket PC

Well.. it’s small but contains alot more than a book. You could also listen to music/watching movie when you get bored 😀

» Posted By Hardono Arifanto On July 15, 2007 @ 00:01

Sodeve’s WP-Translate 2.2 Released

@Dominique: By all means please go ahead 🙂

@meomee: There is a link to the blogger edition just below this article

» Posted By Hardono Arifanto On July 10, 2007 @ 21:41

@Dorota: You might want to use http://sodeve.net/sodeves-wp-translate-blogger-edition/ for your blogspot blog. Its specially made and tested in Blogspot.com

@Koesna: You’re welcome.

» Posted By Hardono Arifanto On June 7, 2007 @ 22:58

*Grin* You could leave comments/messages at the Link-Exchange or About page.

» Posted By Hardono Arifanto On June 6, 2007 @ 00:34

How To Translate Your Blog Into Multiple Languages

@John,

I don’t know John, it should be. Because it’s just a simple PHP and Javascript. My host never upgrade their WordPress 😀

Any volunteer?

» Posted By Hardono Arifanto On August 25, 2008 @ 23:29

@PipeDreamerGrey: I think you should open the .php source code. Change the parameter of the tag. I’ve discussed about this exact parameter of IMG in http://sodeve.net/internet-explorer-is-the-blue-pill-firefox-is-the-red-pill/

» Posted By Hardono Arifanto On August 22, 2007 @ 00:09

Cheers Vash… I believe the problem caused by the version of WordPress you are using. There is one variable/function that overwritten by the plugin, thus causing error. (Frankly I forgot which one..haha.. should document it properly next time)

» Posted By Hardono Arifanto On August 22, 2007 @ 00:06

«« Back To Stats Page