473,320 Members | 1,977 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Creating a blog structure with HTML

Hi guys,

What if I want to create my own blog without using any platform like Wordpress?
I mean, how to take care of posts - are they gonna be separate pages linked or partly embedded to the main page? What is a good practice of adding new posts to the home-made blog?

Thanks, Nik
Oct 5 '15 #1
4 15362
Well, I recommend u to use php, perl, mysql and cgi on this one dude.U could use the GET|POST form methods in php.But u need to have some knowledge or exp. of html before starting php.U can dwnld the pdf files from Tutorialspoint.com for these languages.And u need to dwnld a php server (I use XAMPP),install it correctly and follow the main instructions.Wish you luck ;)
Nov 26 '15 #2
Or go to


https://daveismyname.com/creating-a-...ch-with-php-bp. Wow this post is old right just saw it accidentally. Good luck again.
Feb 1 '16 #3
Now, let’s transform the visual concept into a working HTML/CSS prototype web page before finishing everything up as a complete theme next week. We’ll build the page structure with clean HTML, then style up as much as possible using CSS styling to create a lean website design that still replicates the original concept.

Expand|Select|Wrap|Line Numbers
  1. <div class="post">
  2.     <h2><a href="#">Captain America Kicks Ass!</a></h2>
  3.  
  4.     <a href="#" class="post-thumbnail"><img src="https://bytes.com/images/temp-post-thumbnail1.png" alt="Read the full post" /></a>
  5.  
  6.     <p>Lorizzle ipsum dolor sizzle ghetto, consectetuer fizzle elit. Sheezy doggy velizzle, i saw beyonces tizzles and my pizzle went crizzle volutpizzle, suscipit cool, own yo' vizzle, arcu. Pellentesque eget phat. My shizz erizzle. For sure izzle dolizzle for sure turpis tempizzle sizzle. Maurizzle i saw beyonces tizzles and my pizzle went crizzle nibh et turpizzle. Bizzle izzle i saw beyonces tizzles and my pizzle went crizzle. Pellentesque eleifend pot nisi. In hac habitasse platea dictumst. Pimpin' dapibizzle. Cool tellus owned, pretizzle eu, mattis uhuh ... yih!, eleifend dang, nunc. Ma nizzle suscipizzle. Integizzle shizzlin dizzle away sizzle purus. Mammasay mammasa mamma oo sa at dope. Yo mamma erizzle. condimentizzle, turpizzle nizzle congue consectetuer, brizzle libero bling bling fizzle, sizzle ullamcorper sure for sure nizzle sizzle. </p> 
  7.  
  8.  
  9.     <div class="post-info">
  10.         <ul>
  11.             <li class="date">18th August 2011</li>
  12.             <li class="category">Posted in <a href="#">Reviews</a></li>
  13.             <li class="read-more"><a href="#">Read more</a></li>
  14.         </ul>
  15.     </div>
  16.  
  17. </div>
Feb 17 '16 #4
Sherin
77 64KB
Expand|Select|Wrap|Line Numbers
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. </head>
  6. <body>
  7.  
  8. <div class="header">
  9.   <h2>Blog Name</h2>
  10. </div>
  11.  
  12. <div class="row">
  13.   <div class="leftcolumn">
  14.     <div class="card">
  15.       <h2>TITLE HEADING</h2>
  16.       <h5>Title description, Dec 7, 2017</h5>
  17.       <div class="fakeimg" style="height:200px;">Image</div>
  18.       <p>Some text..</p>
  19.       <p>Sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p>
  20.     </div>
  21.     <div class="card">
  22.       <h2>TITLE HEADING</h2>
  23.       <h5>Title description, Sep 2, 2017</h5>
  24.       <div class="fakeimg" style="height:200px;">Image</div>
  25.       <p>Some text..</p>
  26.       <p>Sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p>
  27.     </div>
  28.   </div>
  29.   <div class="rightcolumn">
  30.     <div class="card">
  31.       <h2>About Me</h2>
  32.       <div class="fakeimg" style="height:100px;">Image</div>
  33.       <p>Some text about me in culpa qui officia deserunt mollit anim..</p>
  34.     </div>
  35.     <div class="card">
  36.       <h3>Popular Post</h3>
  37.       <div class="fakeimg">Image</div><br>
  38.       <div class="fakeimg">Image</div><br>
  39.       <div class="fakeimg">Image</div>
  40.     </div>
  41.     <div class="card">
  42.       <h3>Follow Me</h3>
  43.       <p>Some text..</p>
  44.     </div>
  45.   </div>
  46. </div>
  47.  
  48. <div class="footer">
  49.   <h2>Footer</h2>
  50. </div>
  51.  
  52. </body>
  53. </html>
  54.  
May 18 '20 #5

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

Similar topics

3
by: sixeastmain | last post by:
Greetings to all, I am a hobbyist programmer using MS Visual Basic 6 which I bought at the local university book store. I would like to create a Notepad like HTML editor. I was wondering if...
1
by: Marco Alting | last post by:
Hi I'm trying to create an input screen that allows users to create a hierarchical structure as the one below, but have no clue where to start or how to construct it. Can anyone help me out...
8
by: Luciano Callero | last post by:
I need some tool to transform pages HTML to pdf, exists some tool of these some component of ASP for this? I need this for free, i mean, some free tool, or if not some form to create a pdf from...
4
by: Francois Keyeux | last post by:
hello everyone: i have a web site built using vbasic active server scripting running on iis (it works on either iis 50 and 60, but is designed for iis 50) i know how to create a plain text...
0
by: Max | last post by:
Suppose we have an object hierarchy in XSD. For example, let us take Control, Label, TextBox and LinkLabel windows controls. Each control has some properties which are represented as elements....
10
by: Neo Geshel | last post by:
I am seeking to hand-roll my own blog in ASP.NET 2.0 and SQLExpress 2005. Why? Because I can. Because I will gain experience. The one thing that has me stumped at square one is inline images....
9
by: arnuld | last post by:
problem: define a /struct Date/ to keep track of dates. provide functions that read Dates from input, write Dates to output & initialize a date with date. solution: i thought of a /vector/ of...
1
by: itgaurav198 | last post by:
Hi all, I have tried some code and now i am able to create the tabs but the problem is that my requirement is when a tab is clicked, both the javascript functions and the href given should be...
3
by: ammu86 | last post by:
Im developing a script for dynamically creating html table structure so that from the input that has been given to the function it will fetch the values one by one and will create the structure. My...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.