Tag: tech talk

Tech Talk – Uploading your first web page!

So you’ve made your first web page based on the last tutorial and now you want to know how to change it and upload it.  The most important thing to remember when working with web sites, web hosts and servers is that everything is based on files and folders just like your computer.  On most hosts you’ll be allowed to access the folder “www” or “public-html” in your account.  This is where you’ll be doing 99% of your work.  Inside that folder you can create unlimited new folders for various parts of your website.

Editing Your Page

You already know the basics of HTML if you are posting on blogs.  You know how to create links and most know how to add images.  How the page looks now, however, is up to you.  There are a number of free web design programs but I think it is important that you know how to do coding by hand.  This way you’ll be able to locate and fix mistakes later on.

Open up your “myfirstpage.html” page which you stored on your desktop last time.  Right click or double click anywhere on the page to and select “View Source” or “View Page Source”.  You will see the coding you cut and pasted last time.

Now let’s personalize it:  

Tech Talk – Building your first web page!

Many of you have noted that you perceive web design as voodoo magic or something completely outside your realm.  I get the same reaction when I bring up Art or people watch me draw.  Well I’m here to demystify things for you.  If you follow the simple steps outlined you’ll create your very own web page.  In the following essay I will tell you how to put it on the web.

There are many reasons that a netroots person may want to create a web page or HTML document.  Single pages can be used as billboards for various topics you are interested in.  They are static, which means they will be easily indexed by most search engines and will help to build interest in long-term issues like the environment, health care etc.

So what makes a web page a web page?   Some very simple coding.  Below the fold you’ll find the bare minimum coding you’ll need to make your first web page along with an example.

Tech Talk – Building a News Aggregator

Problem: How do I take a bunch of feeds* and put them all through one system so that they will appear in chronological order and display the source and time of the post?

Solution: gAjax RSS Feeds Displayer (hosted) found on DynamicDrive.com

The speed of this aggregator** is incredibly fast and I can control the output in any number of ways.  All of the steps are outlined on the page linked above.  Basically you insert some code into the header of a new HTML*** page, add the code snippet to the body of the new page, save it, upload it to your server and in the same folder upload an image and a javascript****.

So with 10 minutes of work I can now display any news headlines I like.  And If I want to build new pages with different sources all I have to do is make a new page and plug in the new feeds, the script doesn’t change, which means it can be referenced repeatedly for different queries.

(examples below the fold)

Tech Talk – An Interview w/ NewsCorpse

Recently NewsCorpse decided to start posting on Docudharma.com.  NewsCorpse runs a site by the same name http://newscorpse.com/ and I’ve been a fan for a while.  The site combines amazing original graphics with hard hitting important stories.  So I took the opportunity to request an interview and this is the result:

Thanks for your reply and invitation to get in touch.  I’m a back-end developer mostly and am interested in who links to what and why…recently I signed Docudharma up on Blogburst and that system has been placing our headlines onto sites like the Wall Street Journal, Washington Post, Reuters etc.  

I saw your headlines from another Wall Street Journal story and when I did it reminded me of other times I saw your news on Google News and places reserved, usually, for News Sources not mere blogs.

Until we registered on Blogburst I thought it was nearly impossible to get linked from the top dogs.  You were able to do it much earlier than most.  Until recently I was just submitting links anywhere possible, hoping that would raise the site’s rankings.  Once I got into news feeds I realized there is a lot of hidden potential on the development side.

You appear to understand the concept of a blog/website as a dot com….I am just getting to that point now so here are some questions (below the fold):