December 29, 2005 by Dmitry
You know what? PayPal doesn’t accept payments from many countries. When you use PayPal’s system to accept credit cards, people from these countries just can’t pay.
For example, I’m in Russia. I can’t pay for, say, Flickr Pro account, since they accept payments via PayPal (even credit cards are processed by them), and PayPal doesn’t accept money from Russia. Or Mint (developer said that it’s not in his plans to accept payments without PayPal).
Now, everyone (BSA, RIAA) talks that there are tons of pirated software, music and videos in our country. Since I’m a software developer, I know – this is bad, bad. bad. But how the hell we are supposed to pay if you don’t want accept money from us?
I want, I REALLY WANT to buy music from Apple’s iTunes Music Store. Can I? No, they don’t accept my money. Same thing with music stores included in Windows Media Player – we have only one such store, which has only Russian pop music that suck.
Think! – Internet, Visa, Mastercard is all about going global. How are you supposed to go global if you restrict people from buying your stuff?
Think again! – there are tons of credit card processors that don’t exclude countries. Use them. Don’t use PayPal. Or use it as an option.
P.S. I accept PayPal. This is for your conveniece. I don’t want to exclude PayPal customers from purchasing my product. But since I can’t accept it directly (remember, I come from “bad” country), I use SWREG to process my PayPal payments.
Posted in Other Stuff |
December 27, 2005 by Dmitry
utterdoul about “Group Posting” feature in BlogJet:
“Most bloggers will simply have a blog or two and may not find this feature too useful. But it can be used to post to a ‘backup blog’, a secondary location that is a mirror of your primary blog (in terms of content at least) but hosted on a seperate service. So in case your primary is down for some reason, you can direct people to the secondary location. Ad if you have domain redirection, thats works just perfect!”
read…
Posted in BlogJet |
December 25, 2005 by Dmitry
I know, Aussies can’t imagine Christmas in winter
, but here’s what we have here in Russian village:




I heard that in this year we have the highest snowdrifts in history – 39 centimeters (15.35 inches).
Posted in Other Stuff |
December 25, 2005 by Dmitry
It seems like our children will laugh at us, like we were laughing at people who thought that the Earth was a plain object that laid on elephants. The solar system isn’t what it used to be…
It’s funny that the new planet was called Xena and it’s moon – Gabrielle. Can we then call a few more planets Stan, Kyle, Cartman and (for the dead object) Kenny? 
Posted in Other Stuff |
December 24, 2005 by Dmitry

I wish you all the best. Have a happy holiday season!
Posted in Other Stuff |
December 21, 2005 by Dmitry

I love slogans. It’s official — now BlogJet has its own slogan: “Focus on content”. Any objections? 
P.S. I came up with it about a year ago…
Posted in BlogJet |
December 19, 2005 by Dmitry
Posted in BlogJet |
December 13, 2005 by Dmitry
Darren Rowse wrote today the points he extracted from interview of Performancing with Matt Cutts, Google engineer, where he talks about optimizing blogs for search engines.
The first point was “I wouldn’t bother with year/month/day in blog urls; I’d just use the first few words from the title of the post in the url”.
Great. Now, what if your blog already uses year/month/day in URLs? If you change it, you’ll lose all your permalinks.
I have the solution. Here’s how to switch to example.com/postname.html permalinks AND keep the ability to use old names like example.com/2005/12/13/postname/.
- Download and open your .htaccess file and remove lines “# WordPress BEGIN” and “# WordPress END” (so that WordPress can’t change your .htaccess file).
- Add this line: RewriteRule ^(.*).html /index.php?name=$1 [QSA,L] at the end before </IfModule>.
- Upload .htaccess back to your server.
- Login to WordPress, click Options > Permalinks.
- Replace your current Structure with /%postname%.html
- Download and open your .htaccess again and remove all the lines starting from “# WordPress BEGIN” to “# WordPress END”.
- Upload .htaccess back to your server.
Done! Now you can access you posts by entering old permalinks, and new permalinks will be in example.com/postname.html format.
Posted in Other Stuff |