Me, Myself and Mayvelous
8 Mar
I came across this photo from U San Oo’s Blog, I just love it so sharing with you. Check out how she gracefully wear Myanmar traditional dress and the way she was posing. Just sooo cute!!!
Come to think of it…I’ve never worn a Myanmar traditional dress in my life yet. I don’t even wear a Longyi (Sulu). I’m going to get one next time I go back Burma. The photo is a bit blur but you get the idea of how Burmese traditional dress looks like.
6 Jan
Another wordpress update is out and about – WordPress 2.0.6, seems like this is the last release before WP goes into 2.1 beta stage.
This is the latest release in our stable 2.0 line, which we’ve committed to maintaining for several more years.
Here’s what’s new:
- The aforementioned security fixes.
- HTML quicktags now work in Safari browsers.
- Comments are filtered to prevent them from messing up your blog layout.
- Compatibility with PHP/FastCGI setups.
For developers, there’s a new anti-XSS function called attribute_escape(), and a new filter called “query” which allows you filter any SQL at runtime.
Right, so gotta upgrade it this weekend. Just a note for you guys anyways.
25 Oct
Wants:
# I want to be a 9rules member.
# I want Flickr Professional Account. My free account has been so much filled up already. I want to create many photo sets. Dad, could I borrow your cradit card please?!!??!!?
# I want to watch “battlestar galactica”. There’s been quite alot of good reviews on TV serie “battlestar galactica”. I have no idea what it is about but have a great desire to watch it. hehe. Unfortunately, FijiTV One is definitely behind in every series so I doubt if we could watch it by next year.
# I want a DreamHost account and I also want good, reliable .net hosting.
# I want a new mouse. My mouse scrolling no good. It’s getting dirty, it needs to take a bath.
Needs:
# I need some time.
# I need some help installing sql2005 parallel with sql2000.
# I need a new laptop or rather a new screen. My god damn screen is fully gone white and is so annoying to work without extended desktop.
# I need a hub and a long cable.
# I need better hosting, bigger disk space, better database server.
# I need some new cloths, haven’t shop for long time.
Hmmm…My needs and wants are not too much rite? I guess quite reasonable.
6 Jun
It’s all because of Darren Rowse’s Blogging Goals.
May is determined that Mayvelous:
To Enjoy Myself.
1 Jun
It’s another upgrade again. I know too many versions, and I’m getting tired of upgrade after upgrades but then they just trying to improve WP which is very good thing…so I shall upgrade my blog this weekend with WP2.0.3.
Thanks the team for the upgrade.
Download Wordpress 2.0.3 here.
19 Apr
I was fighting with asp dropdownlist for not being able to combine two columns directly. Say I got the same scenario as the following:
Suppose you want a drop-down list to display both the first name and the last name of each employee in the company.
I should be able to use DataTextField to combine two columns like:
ddlemployeename.DataTextField = "firstname" + ', " + "lastname";
But noooo…it gives me this error:
DataBinder.Eval: ‘System.Data.DataRowView’ does not contain a property with the name firstname, lastname.
You have to go mingle with your storeprocedure or Sqlcommand statement to change the string. Then only you can set that new string to DataTextField. Something like below. Very inefficient!
There is another efficient way of adding multiple fields in Dropdownlist using DataSet and DataTable by adding a new column on fly in DataTable object.
I did tried that method, but didn’t work for me, I’ll have to try again later. Anyway that code is in page 4 of the referenced article, so you can check that out as well.
SQL Statement
SELECT lastname + ‘, ‘ + firstname AS ‘EmployeeName’
FROM EmployeesBinding Code
ddlemployeename.DataTextField = “EmployeeName”;
You can use a data-binding expression to set the DataSource property. The expression you use must evaluate to a .Net object that exposes the ICollection interface. You cannot use expressions to set the other properties. The values for DataTextField and DataValueField each must match the name of one field in the data source, so you cannot assign DataTextField by combining two or more fields in the datasource.
What the hell that bold part suppose to mean? For the moment I’ll just change my storeproc for that and play around with DataTable column later.
Any of you have any better way of solving this problem please let me know.
Thanks.
Ref: Data Bound Controls (.PDF)
3 Mar
Ping and Trackbacks are quite well known terms in blogger world. I’m not gonna talk about trackback(Blog-Blog/ post-post, notifying this blog uses content/resources related/referenced to that blog) here but like to share some of my notes about blog pinging and my collection of rss ping services.
Ping is the name of a computer network tool used on TCP/IP networks (such as the Internet). It provides a basic test of whether a particular host is operating properly and is reachable on the network from the testing host.
Ref: Wikipedia
If you are a blogger, you might have been using some of the most famous ping services to notify the blogosphere about your site update.
Some of you may not know that everytime you post to your blog, you are sending a ping to one or more services depending on your blogging platform. For example, those of blogspot users are pinging to Weblogs.com ping service everytime you make a new post. Ofcos that is if you specified it under “Setting” > “Publishing” > “Notify to Weblogs.com” to “Yes”.
For wordpress blogs by default includes Ping-O-Matic service. As usual, the good thing about wordpress is that you can add any number of ping urls in the text box specifies there.
There are lots of sites offer XML-RPC ping services on the web to track your site/blog updates. What those do is that, you added new post to your blog, you notify(ping) one of those xml-rpc services and they’ll come and crawl your site which in term updated in their database and make available to their visitors and propably those visitors will visit your site. Ah…something like that.
The main thing is that pinging and xml-rpc services publish your post/site to a wider medium, which is good.
XML-RPC is a remote procedure call protocol which uses XML to encode its calls and HTTP as a transport mechanism. It is a very simple protocol, defining only a handful of data types and commands, and the entire description can be printed on two pages of paper. This is in stark contrast to most RPC systems, where the standards documents often run into the thousands of pages and require considerable software support in order to be used.
It was first created by Dave Winer of UserLand Software in 1995 with Microsoft. However, Microsoft considered it too simple and started adding functionality. After several rounds of this, the standard was no longer so simple and became what is now SOAP.
Ref: Wikipedia
The followings are my collection of XML-RPC services. I guess only non blogspot blogs can use that. I suggest blogspot users to use the following links to submit the ping manually:
# Ping.o.matic
# Pingoat
# Blo.gs
You don’t need to add all those in your admin ping list. Only the main links as followed would be enough cos’ they ping to others as well.
Main list I use
The List
http://bitacoras.net/ping
http://api.moreover.com/RPC2
http://mod-pubsub.org/kn_apps/blogchatt
http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php
http://rpc.weblogs.com/
http://ping.weblogs.se/
Only the links download txt file here. I hope this post helps you.
So next time you browse the net and come across new ping services, save the url and share with me too so that I could update my list.
Resourceful Links:
# Community Server list
# Elloitt Back Ping List
# Blog Herald Ping List
# SEO Black Hat Ping List
# Ensight Ping List
Technorati Tags: XML-RPC, RSS, Ping, Syndication, SEO, Useful, Links, Resources, References, Blogosphere, Services