473,815 Members | 1,707 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating a blog in PHP

63 New Member
I and some of my friends are going to write a blog like Yahoo! blog and I'm supposed to make "my blog" page, which includes something like the displayed blog content, comments and of course certain functions like compose blog entry, edit or delete...

can anyone help me analyse this page and then the process? ah, and the text editor- like the one i'm using to format text in this forum- so where should I find it?

I will try to finish the task myself, and ask for help if cann't fullfil the task.

thanks!
Oct 12 '07 #1
7 1929
pbmods
5,821 Recognized Expert Expert
Heya, tuananh87vn.

I'd crack open a copy of Wordpress and see how they do it.
Oct 12 '07 #2
tuananh87vn
63 New Member
thanks,
but I just think that wordpess is a kind open-source, the free to download?anyway , can anyone who created this thescrips.com, tell me how you embed the text editor here? and the comment module?
Oct 13 '07 #3
ak1dnar
1,584 Recognized Expert Top Contributor
Google for wysiwyg editor there are dozens of application you can embedded in to your blog
Oct 13 '07 #4
tuananh87vn
63 New Member
ok, i use FCKeditor for text editing.. but what about other component? blog doesnot simply contain only text composing... can anybody show me how to code a blog :((
Oct 14 '07 #5
Markus
6,050 Recognized Expert Expert
ok, i use FCKeditor for text editing.. but what about other component? blog doesnot simply contain only text composing... can anybody show me how to code a blog :((

You can't expect someone to show you how to code a blog... it's a mamoth task. You need to learn more about PHP and after time you'll be able to do it yourself. Copying and pasting other peopls codes does nothing to help you improve on your skills and neither is it your own work.

- markus.
Oct 14 '07 #6
tuananh87vn
63 New Member
oh, I don't just need the source code. I meant I need someone help me analyze the way of coding. u know, I need some guide because I'm now stuck, really. It's not simply learning how to code... :|
Oct 14 '07 #7
pbmods
5,821 Recognized Expert Expert
Heya, tuananh87vn.

A blog is a form of CMS that allows Users to view date-archived articles.

At its core, you need three components:
  1. An interface allowing administrators to add, edit and remove content and to store it in a database of some sort.
  2. An interface allowing Users to view available articles.
  3. Methods of sorting and categorizing articles (i.e., categories, tags, dates, search terms, etc.).
Oct 14 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

6
3673
by: Eran Kampf | last post by:
I am trying to dynamically create directories in my ASP.NET application (I am using Server.MapPath("/")+"test" as the folder) and I am getting a DirectoryNotFoundException saying "Could not find a part of the path "D:\". My site is hosted on a public ISP that for obvious security reasons does not allow my read access above my wwwroot folder which seems to be a problem when trying to create directories... Is there any way to solve this?
3
1947
by: Kyle Fitzgerald | last post by:
I've started a web control library project and can build my own controls to add to the toolbox in the .NET environment. The problem I'm having is I want to create a control just like the HTML table where I could drag my control on the page and then drag and drop other controls into the cells of the table. I've tried creating my own and I tried to inherit from system.ui.htmlcontrols.htmltable but I can not get it to have the borders and...
14
2290
by: Raoul Snyman | last post by:
Hi, I need to be able to programatically create excel spreadsheets in ASP.NET (C#), WITHOUT having MS Office on the server. Does anybody have any advice/links/whatever for me? Thanks in advance, Raoul.
6
1676
by: Don Wash | last post by:
Hi All! I'm developing ASP.NET pages using VB.NET language. My background is VB6 and ASP3. Right now, I'm evaluating strategies on creating reusable and common functions and methods for ASP.NET. In ASP 3, it was nothing more than functions and methods coded in #Include Files. Now ASP.NET offers features such as Page Inheritance and full software development support. So I'm just wondering, what should I do if I have 5 functions, that...
2
1203
by: ian | last post by:
The default Web access mode for this project is set to file share, but the project folder at 'http://oor-devel/espdev/dictionaryAdmin' cannot be opened with the path '\\oor-devel.edu\wwwroot$\espdev\webapplication'. The error returned was: Unable to create Web project 'espdev/webapplication'. The UNC share '\\oor-devel\wwwroot$\espdev\webapplication' does not exist or you do not have access. I got this error when I try creating a new...
2
1104
by: Stephen Zachmann | last post by:
Ok, I want to have a directory full of pdf files and a page that creates links to them dynamically so that if I add 10 docs or subtract 7 or whatever, they will be added or removed the next time the page is rendered. How do I go about searching a directory and then creating links based on the filename and location. Is this even possible?
2
1074
by: Will Chamberlain | last post by:
So I'm creating a blog engine for someone and am curious how to go about creating the count (if any) of the comments for a particular post. Underneath each post the user will have name of the poster, date, time, and an option for replying (commenting). I would like to create a count of replies so that it is displayed. I have a dbBlog (Access) and a table for the entries and a table for comments. They are tied together with primary key...
7
1737
by: freako9699 | last post by:
I would like to create a blog script, with a mysql back-end, a basic admin panel then can just add/edit posts and delete comments. no user auth required. how do i go about doing that, i no how to work mysql and have a good knowledge of php im just not good at actually working out how to put these scripts together :-P
7
2322
by: Nathan Sokalski | last post by:
I am having a problem saving an image with the same name it originally had. I have two similar versions of my code, one in which I close the FileStream used to open the original image before saving, the other in which I close the FileStream afterwards, although both return the same error. Here are the two versions of the code and the errors they each return (NOTE: I rebooted immediately before running each of these versions so that I knew they...
13
12806
by: jkimbler | last post by:
As part of our QA of hardware and firmware for the company I work for, we need to automate some testing of devices and firmware. Since not everybody here knows C#, I'm looking to create a new scripting language that makes writing automated tests simpler. Really, I'm looking to kind of abstract the power of the C# language into a simpler language that's easier to learn. The script files would be interpreted by a script interpreter...
0
9737
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9613
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10408
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10430
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10147
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9227
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6899
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5712
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3032
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.