Joomla Photo Gallery Component
I have tried a number of photo gallery components. I want somethings simple. The component should have only thumbnail and view photo. I found JoomGallery is fitted with my requirements!
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,5481/Itemid,35/
That is simple and can view the full view image in an ajax window. That is good, reducing popup!
String.Format- a comma in each thousand
I have tried to Convert.ToString to�convert int into a format a�comma in each thousand. I am not successfully. Well, because I went to a wrong way. I shoulduse String.Format. Just like this
Display the int in thousand format(e.g. 1,200)
String.Format("{0:N0}",i);
Online Marketing - Facebook
Nowadays, Facebook is very popular. Most of friends have a Facebook account. Moreover, you may have few hundreds people in your friends. But, have you ever thought to use it as a tool to your website?�
Firstly, they are all friends. You have a good relationship with them. I believe they are interested to visit your website. They are your most valuable target audiences. I believe that is more helpful than you have a link on some popular web portal with thousands of people viewed your link. But maybe they have not paid attentions to that.�
Secondly, Facebook has some good tools to let your friends know about your website. You can put your URL of website in your profile. �Yes, that is a common feature. What I like to use �notes� and �posted items�. When my blogs have any major changes, I post a note to update all of my friends. When I wrote any good articles, I will post a link in �posted items� to draw my friends� attention. If your website�are�related with�a real entity, you can create a page with your website. Your friends can become a fan of your website.�
Facebook is helpful to promote your website and that is FREE!
Mandriva Linux One 2009
�Mandriva Linux One 2009 is ready to download:
https://www.openmandriva.org/Download-and-install
Please note that Now, Mandriva linux became to openmandriva
Network Tester
This afternoon, I was practicing Socket Programming in C#. That is the reason I wrote this program.�
http://www.itblogs.info/download/NetworkTester.zip
�This program�can check whether the port�of�IP address is opened.�
Note that, that is only a toy to practice C#.