mayvelous

Me, Myself and Mayvelous

Archive for the ‘My To-Do List’ Category

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!!!

Little girl in Myanmar Traditional Dress

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.

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.

Wants VS Needs

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.

It’s all because of Darren Rowse’s Blogging Goals.
May is determined that Mayvelous:

To Enjoy Myself.

Wordpress 2.0.3

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.

Upgrades:

  • Small performance enhancements
  • Movable Type / Typepad importer fix
  • Enclosure (podcasting) fix
  • The aforementioned security enhancements (nonces)

Thanks the team for the upgrade.

Download Wordpress 2.0.3 here.

  • Comments Off
  • Filed under: Aside Notes, Blogging, Development, My To-Do List, WordPress
  • 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 Employees

    Binding 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)

    XML-RPC Ping List

    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.

    XML - RPC

    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

    • Blo.gs: http://ping.blo.gs/
    • BlogRolling: http://rpc.blogrolling.com/pinger/
    • PingGoat: http://pingoat.com/goat/RPC2
    • Ping-O-Matic: http://rpc.pingomatic.com/
    • PubSub: http://xping.pubsub.com/ping
    • Syndic8 : http://www.syndic8.com/xmlrpc.php
    • Technorati: http://rpc.technorati.com/rpc/ping
    • TopicExchange: http://topicexchange.com/RPC2
    • Weblogs.com: http://rpc.weblogs.com/RPC2
    • WebLogAlot: http://ping.weblogalot.com/rpc.php

    The List

    1. 1470Net: http://1470.net/api/ping
    2. a2b: http://www.a2b.cc/setloc/bp.a2b
    3. Amagle: http://ping.amagle.com/
    4. Blo.gs: http://ping.blo.gs/
    5. BlogRolling: http://rpc.blogrolling.com/pinger/
    6. BlogDigger: http://www.blogdigger.com/RPC2
    7. BlogShares: http://www.blogshares.com/rpc.php
    8. BlogsNow: http://www.blogsnow.com/ping
    9. BlogStreet: http://www.blogstreet.com/xrbin/xmlrpc.cgi
    10. Bitacoles: http://www.bitacoles.net/ping.php

      http://bitacoras.net/ping

    11. BlogDB: http://blogdb.jp/xmlrpc
    12. Blogg.de: http://xmlrpc.blogg.de/
    13. BlogMatcher: http://blogmatcher.com/u.php
    14. Blogoole: http://www.blogoole.com/ping/
    15. Blogoon : http://www.blogoon.net/ping/
    16. BlogPeople: http://www.blogpeople.net/servlet/weblogUpdates
    17. BlogRoots: http://www.blogroots.com/tb_populi.blog?id=1
    18. Bloggoone: http://blog.goo.ne.jp/XMLRPC
    19. BulkFeeds: http://bulkfeeds.net/rpc
    20. Bitacoras: http://ping.bitacoras.com
    21. BloggerJP: http://ping.bloggers.jp/rpc/
    22. BlogMura: http://ping.blogmura.jp/rpc/
    23. BlogBuzzMachine: http://rpc.blogbuzzmachine.com/RPC2
    24. Bakeinu: http://trackback.bakeinu.jp/bakeping.php
    25. CoreBlog: http://coreblog.org/ping/
    26. Cocolog-nifty: http://ping.cocolog-nifty.com/xmlrpc
    27. DataShed: http://rcs.datashed.net/RPC2/
    28. Exblog: http://ping.exblog.jp/xmlrpc
    29. FeedBurner: http://ping.feedburner.com
    30. FeedSter: http://api.feedster.com/ping
    31. IceRocket: http://rpc.icerocket.com:10080/
    32. Lasermemory: http://www.lasermemory.com/lsrpc/
    33. My.Yahoo: http://api.my.yahoo.com/RPC2
    34. My.YahooRSS: http://api.my.yahoo.com/rss/ping
    35. MyBlog: http://ping.myblog.jp
    36. MoreOver: http://api.moreover.com/ping

      http://api.moreover.com/RPC2

    37. NewsIsFree: http://www.newsisfree.com/xmlrpctest.php
    38. PingGoat: http://pingoat.com/goat/RPC2
    39. Ping-O-Matic: http://rpc.pingomatic.com/
    40. PubSub: http://xping.pubsub.com/ping

      http://mod-pubsub.org/kn_apps/blogchatt

      http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php

    41. PopDex: http://www.popdex.com/addsite.php
    42. RootBlog: http://ping.rootblog.com/rpc.php
    43. Syndic8: http://www.syndic8.com/xmlrpc.php
    44. SnipSnao: http://www.snipsnap.org/RPC2
    45. Technorati: http://rpc.technorati.com/rpc/ping
    46. TopicExchange: http://topicexchange.com/RPC2
    47. Weblogs.com: http://rpc.weblogs.com/RPC2

      http://rpc.weblogs.com/

      http://ping.weblogs.se/

    48. WebLogAlot: http://ping.weblogalot.com/rpc.php
    49. Weblogues: http://www.weblogues.com/RPC/

    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: , , , , , , , , , ,

    Flickr Photos

    • 04-02_web_designer_flowchart
      hahaha_2
      091001Account Transaction Screenshot
      Level of Intimacy
      Shinobi Life
      Tears To Tiara

    Downloads

    Twitter Status


    Goodie Links


    Mayvelous Friends


    VideoHive
    AdBrite
    In-Links
    GraphicRiver
    LinkWorth

    I'm an Author for Global Voices

    Archives