Archives for: "March 2009"
Trust Mode
In a windows shared webhost, normally, they are giving medium level of trust mode for you. Therefore, you can access some core functions such as accessing event log. In my cases, I can't call some custom assemblies. If I run asp.net web application, I… more »
Tags: hosting
I loveTwitter
I love Twitter! I quite like to use that. Because it got very clean and nice mobile internet(much than Facebook). But I am feeling a bit strange to put where I am, what I am doing. more »
Australian Netbook
I went to Havery Norman last Sunday. There is a salse running. I found EEE PC 701, priced at $235(I can't remember correctly). I almost buy that, but my friend stopped me. Because the spec is too low. But I am still looking. I found an Australian… more »
Trimed out html in Joomla
I found by default, Joomla trimed out all html tag in request variables. The solution is like that:… more »
Tags: joomla
Aggregating all posts at the front page b2evolution
In 1.8.X, by the default, the frist blog will aggregate the posts from all other blogs. But new version 2.4.x, it won't do by default. I read some posts in forums. Some people suggested to use multiblogs.php and summary.php. Yes, they are right, if you… more »
Tags: b2evolution
I can't login after upgarde to b2evolution 2.4.6
I did an upgarde to b2evolution 2.4.6 this morning. I can't login again. It gave me this error: Either you have not enabled cookies or this login window has expired. I found the solutions; Go to conf/_advanced.php PHP$instance_name = 'b2evo';… more »
Subscribe Buttons for Wordpress
I have added the subscribe buttons of RSS for my wordpress blog.I tried Add to Any Subscribe Button and Subscribe Sidebar plugin. "Add to Any Subscribe Button" can add your rss feed to almost all feed readers , such as Google Reader, My Yahoo!, Netvibes… more »
MSN Messenger 2009 installed (2)
I just found they changed the way to present the message too. The old way: " Michael (XX:XX) Hi Michael (XX:XX) Hi again. " The new way in 2009: " Michael (XX:XX) -Hi -Hi again. " more »
MSN Messenger 2009 installed
I have just installed MSN Messenger 2009. It got a new interface. That is more fancy. There is a section at the bottom,"What's new?". You can see the latest changes of your friends' status. But I don't like it can't display the number of unread emails… more »
Joomla Request Variable
In PHP, you have $_GET and $_POST. In Joomla 1.5 framework, that is easy and quite similar with ASP.Net. Code$Itemid = JRequest::getVar('Itemid'); JRequest, then you can access GET and POST. More information,… more »
How to read Chinese in Vista
I have a friend who has the problems for reading Chinese in Vista. Firstly, I think he tried to run an application written in Chinese Encode (Big5), not Unicode. Vista should support Unicode.Anyway,I have no problems to run any applications written in… more »
Change the homepage title at Joolma
Finally, I found out how to change the homepage title at Joolma 1.5. I can't change my homepage title,"Welcome to the front page" for months. That is because I am busy and lazy. But that is very easy. 1. go to Menu Manager. 2. Edit the "Home" Menu… more »
Another free alternative of Resharper
I found another free altenative of Resharper, TytanNet. It is not bad, that is very little weight option. It got refactoring function. I like it has some shortcut to insert special data, such as class and interface. more »