My Tech Blog

Pages: 1, 2, 3
free web hosting

Read Latest Entries..: (Post #29) by Taupe on Feb 15 2005, 02:52 PM. (Line Breaks Removed)
Since it's dynamic, I can't gess how you want to build it (are posts in a database, in which tables...)This is my own code, you should adapt it easyly CODEheader('Content-Type: application/xml; charset=iso-8859-15');$root=preg_replace("/(^.*\/).*$/","$1",(preg_match("/^\//",$_SERVER['REQUE... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting, No Ads > CONTRIBUTE > The Internet > Website Reviews

My Tech Blog

Raptrex
My Tech Blog

this is my tech blog i will be updating often

Reply

ill
Okay i have a few things to say..

the template looks premade, try making you own. it adds a unique style to your site, and don't rip someone else's design, make it completely your own. try downloading photshop cs and use that to make your images, it will add lots of style.

the title really doesn't have anything to do with showing that the site is a tech site. its too broad and general, and also, way too long, try shortening it and hitting the subject on the point.

make your categories more specific. instead of just computers try laptops, desktop computers, music players, or like microsoft, apple, dell, etc.

add pictures to your posts, instead of just linking the MacMini include a picture of it too. it makes your site more attractive.

here's some inspiration of one of the best tech blog sites i've ever read and still do read often.. http://default9.modblog.com (at this moment in time the site isn't appearing, modblog seems to have some error, but look into the site, you'll love it, it's simple and attractive)

 

 

 


Reply

cragllo
Thats cool, I will prob check that out on a regular basis...

Reply

shadow skazi
It has a good information, but you are using a premade template. And it's the entire site that's premade... sad.gif

You should try making your own layout then installing CuteNews or FusionPHP (Or FusionNews) Just google them. Or googlue them tongue.gif

Well anyways, like I said, nice information about the firefox thing. smile.gif

Reply

Raptrex
alright i got a nice looking template
i luv it so much hope you guys like it
oh btw i didnt make it lol tongue.gif

Reply

maddog39
I love the template its really nice. But maybe you should get a BB of some sort. I love them and if its good and has nice sections/forums and all then I would post on it. I would suggest, if you want light weight, like XMB or punBB, and if you want graphical then phpBB. If you really want to go crazy buy and IPB lisence like me and get an IPB v2 board up there. wink.gif biggrin.gif

Reply

ill
That's a lot better man.. But still it's better if you made it, cause it makes it more unique.. but this is a step up from the boring layout you had. smile.gif

Reply

Vacant
First off I'd just like to say im not a blogging expert biggrin.gif

However, a unique layout is quite far down on the list of priorites I would say. My advice would be that your blog was

- interesting / useful
- updated often!

The layout comes second, always. Conclusion: if your content is great it will attract people regardless of the 'uniqueness' of the design.

Just a few things I suggest biggrin.gif

Good luck with the development of your site!

-vacant

Reply

Raptrex
ok originally the script came with Meta tags but i editted them out but now i decided to add them back since i kindof know what the are

but when i click the link they dont work?

why not? btw the links are under the Meta section

Reply

andyy15
I think yout blog is very simple and easy to follow. I suggest adding a logo. I like how your site is fixed width. Overall goof job.

Reply

Latest Entries

Taupe
Since it's dynamic, I can't gess how you want to build it (are posts in a database, in which tables...)

This is my own code, you should adapt it easyly
CODE
header('Content-Type: application/xml; charset=iso-8859-15');
$root=preg_replace("/(^.*\/).*$/","$1",(preg_match("/^\//",$_SERVER['REQUEST_URI'])?('http://'.$_SERVER['HTTP_HOST']):'').$_SERVER['REQUEST_URI']);
echo '<'.'?xml version="1.0" encoding="ISO-8859-15" ?'.'>';
$i=0;
$link = mysql_connect(SERV, LOGIN, MDP);
if($link)
{
mysql_select_db(DB);
$result = mysql_query ('SQL QUERY');
if($result)
{
$item='';$ch=array();
//generate the list of items
while($row=mysql_fetch_array($result))
 {
 $linkurl=$root.'agenda.php?a='.$row['id'].'#a'.$row['id']; // the item's link
 $item.='<item xlink:type="simple" xlink:show="replace"  xlink:href="'.$linkurl.'" rdf:about="'./*the Item's URI */.'">';
 $item.='<title>'.cl($row['titre']).'</title>';
 $item.='<link>'.$linkurl.'</link>';
 $item.='<dc:date>'.date("Y-m-d",$row['date']).'</dc:date>';
 $item.='<description>'.cl($row['text']).'</description>';
 $item.='<dc:creator>'.cl($row['posteur']).'</dc:creator>';
 array_push($ch,$the_Item_URI);
 $item.="</item>\n";
 }

?><rdf:RDF  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"  xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ical="http://www.w3.org/2002/12/cal/ical#" xmlns:foaf="http://xmlns.com/foaf/0.1/"     xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://purl.org/rss/1.0/" xml:lang="fr" xml:base="<?php echo $root; ?>">
<channel  rdf:about="<?php echo $root.'agenda.php'; ?>">
<title><!-- Your title --></title>
<link><!-- your link --></link>
<description><!-- your description --></description>
<dc:language>en</dc:language>
<items>
<rdf:Seq>
<?php
for($i=0;$i<count($ch);$i++)
{
echo '<rdf:li rdf:resource="'.$ch[$i].'" />';
}
?>
</rdf:Seq>
</items>
</channel>
<?php
echo $item;
?>
</rdf:RDF>
<?php
}
}
?>

Reply

Furor
Boy, I'm falling in love with your layout design. Magnificant would be the word. And to make it perfect, I think your font fits in quite good. And a text-logo gives it a whole silent but appealing effect. Pretty nice work on the design I have to say.

I'd rate it 9 out of 10

Reply

Raptrex
oh i see
well mine is dynamic since its PHP

Reply

Taupe
A dynamic page is a page which is generated by the server each time a user ask for it. (For example, PHP pages are dynamic)
A static file is the contrary (for instance, HTML documents)

Reply

Raptrex
umm check out the rss page for help on my site

but its in php and lol dont know what a dynamic and static file is

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2, 3
Similar Topics

Keywords : tech, blog

  1. Could Someone Please Review My Blog
    (2)
  2. Need Some People To Review My Blog Please
    Review of shaunthorpe.blogspot.com (1)
    Hello my name is Shaun and I just started making my first blog. I would like to get some input about
    the content that I have put on it. All input is appreciated, my blog is shaunthorpe.blogspot.com ....
  3. Please Review My Blog Site Www.amirsblog.uni.cc
    (0)
    I have been working hard on it and getting it right and finding the right template. I decided what
    type of blog I wanted and I like the idea and am sticking to it I got my custom header and all too
    /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> If you guys
    can tell me what else I can do with it, it'll be really great www.amirsblog.uni.cc....
  4. Found A Cool Blog, And Does He Hate John Chow!
    (0)
    This guy Vic is a blackhat turned, well... not whitehat, but maybe some shade of grey? Anyhow check
    out his opinion of Pro Blogger John Chow:
    http://bloggerunleashed.com/bloggers/john-chow-unclogged/ I can definitely relate, I'm getting
    a little sick of hearing how much he makes by telling us how much he makes. I think maybe we should
    just ignore him for a few days and read some blogs that have some real quality. There's some
    other good articles there about seo marketing and making money online, he even tells things that
    other marketers guard. Check him o....
  5. Addicted To Blogging?
    Know your blog addiction percentage here. (0)
    Want to know your blog addiction percentage ?? i recently stumbled upon justsayhi. Justsayhi is
    basically a dating site... That has a small quiz concerning your blogging habits and at the end of
    that, your results are published... Here is mine... I am 78% addicted to blogging. /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Visit the trivia link in
    justsayhi. There are many small quizzes to answer... Interesting. Also have some gadgets, that you
    can attach to your site/blog.....
  6. Need Feedback On My Blog
    (3)
    Hi friends I need aFeedback on my recently started blog. Please visit and provide me feedback on how
    to improve it: http://blog.techiezone.in ....
  7. Technorati -- A Blog Directory
    The "Google" for blogs! (1)
    If you feel overwhelmed by the world of blogs, or if you just want to find out what people are
    talking about, then this is the site for you. There are about 75000 new blogs created every day, and
    about 1.2million posts every hour. This site tracks about 50million blogs, so you have it all at
    your fingertips in one convenient location.....
  8. I Created A Blog
    AMO's BLOG (5)
    Hi, I created a month using remote scripting a month ago for a University construction excercise. I
    was thinking to do a serious blog a long time ago. Now i think it is the moment. AMO's blog
    http://www.mizako.trap17.com/blog/ It has just an entry but i hope i could write regularly soon.
    Any feeback is welcome.....

    1. Looking for tech, blog

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for tech, blog

*MORE FROM TRAP17.COM*
advertisement



My Tech Blog



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE