0

?

23- 2007

- .

. & WordPress, Java, PHP etc.; . .

, , ?

0

1/2 Million+ ; Zero

28- 2007

508903 Angsuman's 253 21 54 . 99.503% .

- . sidebar stats (pre- ) .

- anti- WordPress & . zero ,
, . zero .

excited . . .

0

API : /

19- 2007

������������ �� ����� ����������� ���������������� Dembowski WordPress, : � 5.000 (900 ) 21.000 �. & sidebar API () Google Babelfish.

. & . , . non- ( conversant ).

:

5.01 ATPP . PHP sidebar.php ( ; ) :




Please note: This page was originally written in English.


The text has been translated using an online service such as Google or Babelfish.


$original=@$_SERVER['REQUEST_URI'];
?>

The original post can be viewed ">here.








a
, . style.css

.trans-notice {
font-family: "Trebuchet MS", Georgia, Arial, serif;
font-size: 0.9em;
border:#ccc 1px solid;
background-color:#FAFAFA;
margin: 0 5px;
}
.trans-notice p {
margin: 7px;
}

Jan .

.

:



Please note: This page was originally written in English.


The text has been translated using an online service such as Google or Babelfish.


The original post can be viewed here.




Please note: This page was originally written in English.


The text has been translated using an online service such as Google or Babelfish.


The original post can be viewed here.







API, non- , .

:
�������������� ����������� ���������������� �����������


Please note: This page was originally written in English.


The original post can be viewed ">here.



Please note: This page was originally written in English.


The text has been translated using an online service such as Google or Babelfish.


The original post can be viewed ">here.








You can see a live example in the german version of this page..

Feel free to reuse and modify this code as you please.

Vote 0

Review: Top 6 Free Linux (& Windows) HTML Editors (Open Source) & Recommendation

September 11th, 2007

I have tried several HTML Editors over the years. One of the earliest WYSIWYG HTML editor I used was Netscape Gold / Composer, which was quite basic but probably the only one at that time (1995). For quite sometime after that I used Visual Page, even when the product was discontinued because of its simplicity and ease of use. I graduated on to Dream Weaver. Anyway back to the present when I moved to Linux, I was looking for a high quality HTML editor to be a replacement of DreamWeaver on Linux platform. I was looking for an editor with WYSIWYG capability with modern CSS based layouts. I needed something light-weight and yet with well rounded features. Syntax highlighting was a nicety but not necessity.

I tried several editors including but not limited to SciTe Text Editor, Nvu, Bluefish Editor, XEmacs Text Editor, KompoZer & Quanta Plus. Here is a brief overview of each followed by my recommendation.
Read more (744 words) »

Vote 0

How To Display Links Only In Translator Plugin Pro

September 3rd, 2007

Translator Plugin Pro for WordPress blogs provides automatic machine translation of your blog in 14 languages* - English, German, Spanish, Russian, Arabic, Dutch, Swedish, Greek, French, Italian, Portuguese, Japanese, Korean, Chinese Simplified and Chinese Traditional. It is fully customizable with PHP API & tags. One of the frequent requests is how we can provide only links to translated pages without the associated country flag images. Here's is a full example how you can easily do it with the API. Please include the following code in your template to use it.

Feel free to customize the code to your needs. Let me know if you have any questions. You can find the full details about the API here.

*Note: Translator Gold provides translation in 32 different languages.

Vote 0

Congratulations WordPress Plugin Contest Winners & Translator Pro Winner

August 26th, 2007

The WordPress plugin contest results were just announced by Mark Ghosh. We sponsored a copy of Translator Pro 5.0 plugin for the competition. The winners are:

Read more (187 words) »

Vote 0

5 FaceBook Source Code Secrets

August 15th, 2007

I glanced over the Facebook source code for both index and search pages. As an enterprise developer of some experience, source code is always interesting to me as it provides an insight into the health of a company. The interesting highlights of the Facebook code are:

Read more (204 words) »

Vote 0

AJAX-Javascript File Upload Form

July 21st, 2007

Javascript Upload FormExt extension UploadForm is a new extension to easily upload multiple files from web interface to a server.

Read more (106 words) »

Vote 1

How To Enable/ Disable Auto Reconnect in MySQL

July 20th, 2007

MySQL

What is auto reconnect in MySQL?

The MySQL client library can perform an automatic reconnect to the server if it finds that the connection is down when you attempt to send a statement to the server to be executed. In this case, the library tries once to reconnect to the server and send the statement again.

Automatic reconnection can be convenient because you need not implement your own reconnect code, but if a reconnection does occur, several aspects of the connection state are reset and your application will not know about it. This is extremely useful if you long running persistent connections to the database. Also if you have too many sql queries / use connection pool etc. auto reconnect is a handy feature. Let's look at how to enable / disable auto reconnect in MySQL and what are the side-effects of enabling auto reconnect.
Read more (316 words) »

Vote 0

Digg: Technologies Used & Challenges Faced

July 13th, 2007

This is a very interesting presentation (see below) on the technologies used to make Digg, the challenges faced along the way and how they overcame it. I would recommend it to any Web 2.0 startup architects.
Read more (132 words) »