Go Back   Webmaster Malaysia Forum » Web Blogging & Community » Blogging Discussion

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 14-05-2002, 12:06 PM
sharuzzaman's Avatar
Novice Webmaster
 
Join Date: Mar 2002
Location: Kajang
Posts: 18
Rep Power: 0
sharuzzaman is on a distinguished road
Any best ASP Blog?

Does anybody know the best ASP Blog around?

I usually found the PHP version, but very few *good* ASP Blog.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 14-05-2002, 06:00 PM
hafizuddin's Avatar
Novice Webmaster
 
Join Date: May 2002
Location: Klate
Posts: 91
Rep Power: 80
hafizuddin is on a distinguished road
Heh..., it's better if you write the code for the ASP Blog by yourself.... it's easy to learn ASP... trust me, but if you want the real power of server-side script, it's better for you to choose PHP for your platform, it's more powerful than ASP, I thinx. You could get ASP tutorial at www.aspin.com or www.asp101.com. Check it out!!!
__________________
PHP Code:
<?php echo "PHP is a language?"?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 15-05-2002, 12:23 PM
New kid on the block
 
Join Date: Aug 2001
Posts: 7
Rep Power: 0
rastali is on a distinguished road
cuba www15.brinkster.com/rastali/masuk.asp

bukan sistem yang canggih tapi sistem 'kecil dan sederhana' sahaja.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 15-05-2002, 02:14 PM
sharuzzaman's Avatar
Novice Webmaster
 
Join Date: Mar 2002
Location: Kajang
Posts: 18
Rep Power: 0
sharuzzaman is on a distinguished road
I know PHP is more powerful, but I want to develop my ASP skills. Hope to learn from the ASP Blog engine, if available.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 15-05-2002, 03:59 PM
Senior Webmaster
 
Join Date: Jul 2001
Location: OCed
Posts: 252
Rep Power: 93
malayneum is on a distinguished road
better to learn from scratch to develop the skill there is some downloadable ebook for ASP ... but forgot already.

anyway ... you can always search it at hotscripts.com .. search for news script (most the same like weblog script).

ps : php is more powerful ? who said that ? heh ... ASP people would not beleive that ... hehe.
__________________
I can't affod to have a signature here, can somebody sponsor me a signature ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 15-05-2002, 04:55 PM
sharuzzaman's Avatar
Novice Webmaster
 
Join Date: Mar 2002
Location: Kajang
Posts: 18
Rep Power: 0
sharuzzaman is on a distinguished road
Thanks malayneum.

I really believe PHP is more powerful, because PHP is really meant for the web. Compared to ASP, which is actually using VBScript engine in the background, is not built specially for the web. On the other hand, PHP built-in function is developed by demand. If anybody need a function, and they can built the function themselves and submitted to the PHP developer, maybe their function will be included into the engine. I don't think you can do that with ASP/VBScript.

BTW, I am technology and vendor neutral, but prefers open technology and open source software, particularly GNU GPL.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 15-05-2002, 09:21 PM
hafizuddin's Avatar
Novice Webmaster
 
Join Date: May 2002
Location: Klate
Posts: 91
Rep Power: 80
hafizuddin is on a distinguished road
I agreed with shahruzzaman. Although I didn't use PHP for this time being, I think PHP is more powerful than ASP because based on my reading, PHP offer faster perfomance than ASP (Based on my reading!!!) , and PHP also use one language syntax which is derived from C/C++ syntax, while ASP 3.0 is built to support two scripting language syntaxes that are VBScript and JScript (ASP.NET supports more language syntaxes than ASP 3.0). This could slow down processing time. From the article that I'd read, PHP is 2000% faster than ASP 3.0 (I can't believe that!!). WHAT A GREAT PERFOMANCE! If I'm wrong, please correct me, okay....
__________________
PHP Code:
<?php echo "PHP is a language?"?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 16-05-2002, 12:18 AM
Senior Webmaster
 
Join Date: Jul 2001
Location: OCed
Posts: 252
Rep Power: 93
malayneum is on a distinguished road
i'm not trying to start any flame post or whatever ... just want to state that it's not really fair to judge something by one factor only ... ok ok ... stop this ... i'm not ASP user either so i cant post any ASP good point.

anyway .. do you found the script that you want ?
__________________
I can't affod to have a signature here, can somebody sponsor me a signature ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 16-05-2002, 07:52 AM
hafizuddin's Avatar
Novice Webmaster
 
Join Date: May 2002
Location: Klate
Posts: 91
Rep Power: 80
hafizuddin is on a distinguished road
Sorry malayneum... I will not do it again, .
__________________
PHP Code:
<?php echo "PHP is a language?"?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 16-05-2002, 12:45 PM
sharuzzaman's Avatar
Novice Webmaster
 
Join Date: Mar 2002
Location: Kajang
Posts: 18
Rep Power: 0
sharuzzaman is on a distinguished road
No mean to start a flame war also. Just my opinion.

Yeah, I found the script. And also some information on how to implement the Blog by using text file, not DB. That's what I really want, because by using text file, I can avoid my DB to become very big. I know that I can delete the data from time to time, but I think that defeat the purpose of using Blog.

Hope to try it soon.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 16-05-2002, 03:00 PM
hafizuddin's Avatar
Novice Webmaster
 
Join Date: May 2002
Location: Klate
Posts: 91
Rep Power: 80
hafizuddin is on a distinguished road
Can u give me the link to where u found the script. I want to try the script too, .
__________________
PHP Code:
<?php echo "PHP is a language?"?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 16-05-2002, 06:06 PM
sharuzzaman's Avatar
Novice Webmaster
 
Join Date: Mar 2002
Location: Kajang
Posts: 18
Rep Power: 0
sharuzzaman is on a distinguished road
The new management script is at ASP Emporium

http://www.aspemporium.com/aspEmpori...ewsManager.asp

the information and code sample for text file reading and writing is at Code Library

http://www.aspemporium.com/aspEmpori...ib/codelib.asp
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 28-05-2002, 10:18 AM
Novice Webmaster
 
Join Date: May 2002
Location: Kuala Lumpur, Malaysia
Posts: 36
Rep Power: 0
victor is on a distinguished road
Send a message via ICQ to victor Send a message via AIM to victor Send a message via Yahoo to victor
I agreed with malayneum ! Although PHP is faster than ASP but most of the professional Webmaster will prefer ASP rather than PHP coz it is more powerful than PHp.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Do you blog? fred Blogging Discussion 30 22-03-2008 10:03 PM
My First Blog apekfriday Blogging Discussion 7 25-12-2007 07:18 PM
About Blog kahsoon Blogging Discussion 10 05-04-2007 04:40 PM
Blog iQing Blogging Discussion 6 21-12-2004 06:45 PM
Apa itu Blog ? zxc Blogging Discussion 13 28-11-2003 09:45 AM



All times are GMT +8. The time now is 08:19 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60