PDA

View Full Version : Blog Platforms Discuss


mz
05-17-2008, 12:06 AM
1. Blogger
2. Wordpress
3. Six Apart TypePad
4. TMZ.com
5. LiveJournal
6. MSN Space
7. Wretch & other Chinese platforms
8. own domain
9. etc

Which kind of platform are you using?
kindly give some reviews ;D

MsSaku
05-17-2008, 12:25 AM
I'm using Yam.com.
It's a chinese site. BUt so far, i love it. It's simple and you can add friends. You can see who views your profile, who promote your blog and you can promote other's blog by pressing on a thumbs up button. There is an album to keep your pictures.

I have tried others. But stuck to yam.

blogspot: to many ppl using. And i dun. hahaz. wad a childish reason.
wordpress: my wordpress gave me problems. I have to manually type in html codes. and when i wan to edit the entry, all my html codes disappear. SO i have to manually retype them in. So troublesome.
LJ: I dunno how to use. hahaha. Too many functions. Lost. Hahaha.

(i still have no figure how to add friends in yam.com.someone with that help me?)

AAsama
05-17-2008, 12:58 AM
I see...

I am using blogger, I think its ok, somehow used to it and its codes and findings...

I also use MSN spaces, gives me alot things to add ons, and easy access with my coms, but you cant coustomize it, thats the problem

I tried xanga, but dun really understand it function, but I heard that word press not bad, maybe some other times...

dustflower
05-18-2008, 05:53 PM
blogspot is not bad, i've seen alot of ppl using it to promote cca and sell thing as well

coldkohmew
06-10-2008, 06:06 PM
As long it suits me i will use it =)

dustflower
06-11-2008, 04:30 PM
normally ppl using blogspot, as what i said previously
but sometimes really depends on the purpose of blogging

jan
06-12-2008, 02:29 AM
Blogger.com is the most popular. Thats wad i m familar with as well. Haven realli tried others, so i got nth to comment.

roughgal
06-12-2008, 04:52 PM
I am using blogger, cos i felt it is easier to use and is more popular

;D

jan
06-12-2008, 05:24 PM
I am using blogger, cos i felt it is easier to use and is more popular

;D

Blogger rocks.. haha...

christineng
06-12-2008, 06:58 PM
but actually blogger not so fleaxible for those pro bloggers..
I think they prefer wordpress with their own domain..

but a lot of our school cca club host their website at blogspot..

coldkohmew
06-12-2008, 07:06 PM
Easy to find ma...

arina.lisa.eriyn
06-13-2008, 11:41 PM
1. Blogger
2. Wordpress
3. Six Apart TypePad
4. TMZ.com
5. LiveJournal
6. MSN Space
7. Wretch & other Chinese platforms
8. own domain
9. etc

Which kind of platform are you using?
kindly give some reviews ;D





Blogger... I use to have Multiply, windowslive, livejournal... But its just something about blogger that im comfortable with.. =)
And I admit, I like to edit layouts that were made differently... Like, take the background and mix with other stuffs.... I do credit them though..

WoShiKengWee
06-24-2008, 06:29 PM
Using blogspot/blogger
I took quite a long time to figure out how the template works in blogger so before that I was using MSN live space, its easy to use but bad thing is you can't customize to you own liking.

mayi
06-24-2008, 11:29 PM
using blogger.. haha~ simple la.. the html easier to write too..

WoShiKengWee
07-04-2008, 12:27 AM
yeap. now its quite understandable for me already.
didn't try other platforms. haha just stay with blogger ba, make my life bit easier. XD

lalabird.
08-02-2008, 07:19 PM
blogger is good =D

coldkohmew
08-09-2008, 02:40 PM
Who create blogskins here?

perfect_mind
08-10-2008, 02:11 AM
I prefer blogspot for my own personal blog as it is more simple..

But would use wordpress for like erm, clubs cause it will look more organised with all the pages and side bars..

Blogspot also quite easy to use...no need so complicated stuff..

Prh19
08-10-2008, 11:52 AM
I use my own hosting, hahax....but wordpress as the system for my blog, i design website by myself, but not for blog.

coldkohmew
08-24-2008, 04:16 PM
how to design blog?

Prh19
08-24-2008, 07:04 PM
Via Html.....unlkess you have a hosting your own, then you can use Java script, Actionscrtip, swf, PHP..and lots more...xml...

Jaydenial
10-05-2008, 03:40 AM
from what i know, you can use javascript for blogger as well.

for example, disabling right click.

<SCRIPT language="JavaScript">
<!--
//Disable right click script
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontext menu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</SCRIPT>

is this right prh? cause you seem like a good coder to me.
anyway i tried livejournal and i must say the loading time for livejournals are awfully long!
its not always long but its like 80% of the time.. so im sticking to blogger for the simplicity.

Prh19
10-05-2008, 12:40 PM
Yea exactly Hahn...blogger can use Javascript as well, that because the tag call upon the script code type ...eg <SCRIPT language="JavaScript">, this tag tells the computer that read this below line as javascript...^^

What good about Blogger is that it gives you a black page to fully edit your blog layout, unlike wordpress, wordpress uses .php and .JS (aka JavaScript). Blogger uses XML and XHTML and HTML...

XHTML and HTML is somehow the same, just that XHTML is more sensitive than HTML, as every opening tag needs and End tag...this cause me to hate XHTTML more...XD

kk..back to blogger, you will always see this tag...<?xml version="1.0" encoding="UTF-8" ?> just like java tag, you are calling computer to read it as XML format...Theres is other format you can call..<SCRIPT language="css">..

I cant say everything here, if not blogger will cry to death...cause too complicated....XD

mz
10-05-2008, 01:29 PM
blogger definitely is the fastest, because of Google, that other website can't fight with..

for the "Disable right click script", actually can easily be decoded by this script below
javascript:void(document.oncontextmenu=null)

Prh19
10-05-2008, 05:39 PM
blogger definitely is the fastest, because of Google, that other website can't fight with..

for the "Disable right click script", actually can easily be decoded by this script below
javascript:void(document.oncontextmenu=null)


hahx...you are right, there will always be a work around to nullify all this...so nothing is perfect...

unless you learn as advance as me...encrypt...

choco_fudge
10-05-2008, 09:04 PM
Prh19, I thought you are from a designing course?
::)

Prh19
10-06-2008, 01:04 AM
Yup..i am Design, but i also take web design field...hahax...i got both field.... ^^

Product and web...

mz
10-07-2008, 01:37 AM
Yup..i am Design, but i also take web design field...hahax...i got both field.... ^^

Product and web...


web design field? good! good! I'm learning too.. but part time only.. haha

Prh19
10-07-2008, 04:06 PM
Ohh...so which coding you are good in ?

mz
10-07-2008, 04:30 PM
Ohh...so which coding you are good in ?


all basic only.. html abit.. java abit.. action script abit.. flash abit.. c abit.. dreamweaver abit.. now learning photoshop.. =P

how about you??

siying39
10-07-2008, 09:10 PM
blogger is good..haha..easy to use also..

Prh19
10-07-2008, 10:12 PM
ohh...

Web Design

Script Cdding
-Html (Master)
-MySQL (learning)
-PHP 5 (learning)
-ActionScript 2.0 (not bad)
-ActionScript 3.0 (learning)
-Javascript (no idea)
-CSS (Normal)
-XHTML (normal)
-DHTML (normal)

Software
-notepad ++ (not bad)
-Flash CS3 (not bad)
-Macromedia Flash (quite good)
-Dreamweaver CS3 (normal)
-Adobe After Effect CS3 (not bad)
-Adobe Photoshop Extended CS3 (master)
-Adobe Illustrator CS3 (Good)
-Adobe Premier Pro CS3 (learning still)

Hardware
-Server Side Client Support
-Server maintenance

3D Software
-3D Max Studio 2009 (learning)
-Maya 2009 (learning)
-Rhinoceros 4.0 SP3 (Master)
-Bunkspeed Hypershot (Master)
-V-Ray Render (master)
-Flamingo 1.0 for Rhino (Good)
-Penguin 1.0 for Rhino (Master)
-Bongo 1.1 for RHino (not bad)
-Strata Photo 3D (learning)
-Mayka Model 7.0 (master)

This info is obtain from my resume ^^

siying39
10-07-2008, 10:16 PM
wah lao..u hao lian ah..but u really talented leh..ahhaha

flwr
10-07-2008, 10:58 PM
ohh...

Web Design

Script Cdding
-Html (Master)
-MySQL (learning)
-PHP 5 (learning)
-ActionScript 2.0 (not bad)
-ActionScript 3.0 (learning)
-Javascript (no idea)
-CSS (Normal)
-XHTML (normal)
-DHTML (normal)

Software
-notepad ++ (not bad)
-Flash CS3 (not bad)
-Macromedia Flash (quite good)
-Dreamweaver CS3 (normal)
-Adobe After Effect CS3 (not bad)
-Adobe Photoshop Extended CS3 (master)
-Adobe Illustrator CS3 (Good)
-Adobe Premier Pro CS3 (learning still)

Hardware
-Server Side Client Support
-Server maintenance

3D Software
-3D Max Studio 2009 (learning)
-Maya 2009 (learning)
-Rhinoceros 4.0 SP3 (Master)
-Bunkspeed Hypershot (Master)
-V-Ray Render (master)
-Flamingo 1.0 for Rhino (Good)
-Penguin 1.0 for Rhino (Master)
-Bongo 1.1 for RHino (not bad)
-Strata Photo 3D (learning)
-Mayka Model 7.0 (master)

This info is obtain from my resume ^^


woah!! where you learn from? your course teach so many thing??

Prh19
10-07-2008, 11:10 PM
no...course only teach,

Photoshop
Illustrator
Rhinoceros
Flamingo
Flash
Mayka Model

only....hahax...

mz
10-08-2008, 12:09 PM
ohh...

Web Design

Script Cdding
-Html (Master)
-MySQL (learning)
-PHP 5 (learning)
-ActionScript 2.0 (not bad)
-ActionScript 3.0 (learning)
-Javascript (no idea)
-CSS (Normal)
-XHTML (normal)
-DHTML (normal)

Software
-notepad ++ (not bad)
-Flash CS3 (not bad)
-Macromedia Flash (quite good)
-Dreamweaver CS3 (normal)
-Adobe After Effect CS3 (not bad)
-Adobe Photoshop Extended CS3 (master)
-Adobe Illustrator CS3 (Good)
-Adobe Premier Pro CS3 (learning still)

Hardware
-Server Side Client Support
-Server maintenance

3D Software
-3D Max Studio 2009 (learning)
-Maya 2009 (learning)
-Rhinoceros 4.0 SP3 (Master)
-Bunkspeed Hypershot (Master)
-V-Ray Render (master)
-Flamingo 1.0 for Rhino (Good)
-Penguin 1.0 for Rhino (Master)
-Bongo 1.1 for RHino (not bad)
-Strata Photo 3D (learning)
-Mayka Model 7.0 (master)

This info is obtain from my resume ^^


cool! next time can discuss discuss and learn from you.. haha

Prh19
10-10-2008, 01:12 PM
sure....haha....^^

can discuss discuss ....XD

animaniaboy23
03-07-2009, 08:34 AM
1. Blogger
2. Wordpress
3. Six Apart TypePad
4. TMZ.com
5. LiveJournal
6. MSN Space
7. Wretch & other Chinese platforms
8. own domain
9. etc

Which kind of platform are you using?
kindly give some reviews ;D
To add on what mz has mention,for me currently I have just started to use blogger,I have wordpress but I have heard livejournal and msn space,but did not sign up for that,thanks 4 the info u have provided :)

perfect_mind
03-08-2009, 12:44 AM
actually..blogger easy to post.

Wordpress easy to customise..the rest i have yet to actually try it out

coldkohmew
04-30-2009, 07:37 AM
But its complicating when i have to comment in another platform,i need to sign up :(

Jayzip
05-22-2009, 03:11 PM
actually..blogger easy to post.

Wordpress easy to customise..the rest i have yet to actually try it out

I second that.. but to customize you need lot of knowledge in coding :(

animaniaboy23
05-23-2009, 08:42 AM
I second that.. but to customize you need lot of knowledge in coding :(

I see sometimes u need to know how to apply the coding they have given to U and add in,for me I have wordpress and blogger currently :),as for blogskin I still have problems in replacing my current one even though I have changed the template html :(

perfect_mind
07-25-2009, 11:52 AM
There come a problem with blogger new system that require stricter XHTML i think? No idea, yeah, but it is stricter than before making self taught blog skinner(who arent good in html) in a frenzy. Till now, the majority of them still use html without attempt to move on to the new format. No idea why though. but for people who have learned HTML, migrating to the new format is simple just a hassle.

wordpress is complicated in the sense that you have to customise EVERYTHING if you want your own theme. However, they have their theme packages making it easy to change your look without losing any of your settings unlike blogger, once you changed, you have to re-edit all your cbox and stuff like that.