Click Here To Visit "Auto Content Cash" Official Website
Powered by MaxBlogPress 

I am very interested in building websites and I would like to know what kinds of web languages I would have to learn to make what I want to do possible. And if there are any tools that I can use that would make this easier that would be great. Okay as of right now I am planning to use
HTML
PHP
Some Forum software
and Maybe a CMS
Recommendations for the CMS and forum software would be good

Here is a list of the Features I will want to incorporate into my site I split it into different sections

Profile
1.Very customable from adding a banner at the top to customizing the color of the profile
2.Personal picks- There favorites from there uploads
3.Favorites There personal favorites from the whole site excluding theres
4.Place for policy for downloads
5.Auto subdomain for user once a account is made
6.Adminstator Controled groups all with different colors (adimns, mods, Creators, hackers,etc)
7.Journal/blog
8.Guest Book/Vistor messaging
9.PM system

Download section
On home page a nice index that shows all the catorgeries which would link to the subcatorgories

1.Next this would be the majprity of the Page it would show the latest downloads.
2.Each Download would show a thumbnail, the uploader, And any comments and views.
3.A section jump(drop down menu above downloads themselves
4.And the ability to search the download section with filters
5.Once the user clicked a catorgory it would go the catorgory page that would have everything the 6.main download page has expect it would have the latest downloads in that section.This format for downloads would continune until they got to the last subcatorgoryy
7.For each subcatorg page the featured downloads for that section.

For Downloaders
1.Ability to change how downloads appear(time, views, Downloads,etc)
2.The ability to comment and vote on downloads and to specify if there just saying good job or need help.
3.Ability to filter downloads( which games they have)

For Uploaders
1.A simle uploading sytem with customize fields and drop down menu that make uploading as simple and Possible to add game compatibilty for downloaders.

Download pages
The uploaders profile pic somewhere on the page and then The Full upload details and then at the way bottom screenshots and comments.

For Staff
Ability to promote users, demote users , ban users, and feature downloads

So basically what I am asking is what languages,softwar,etc would I need to make this all possible. I am trying to make a download site for users to download things from other users and where users can upload there own content.

Check out the logo on top of our web page, it shifts if you zoom in or out of the browser. I’m thinking it may be due to poor CSS code. Your help would be greatly appreciated.

We are using Wordpress as our CMS.

Here is part of the CSS:

/* static START */
* {
margin:0;
padding:0;
}
abbr[title], acronym[title] {
border-bottom:thin dotted;
cursor:help;
}
body {
background:#dddddb url(img/body-bg.jpg) repeat-x;
background-attachment:scroll;
background-position: center top;
color:#555;
font-family: Tahoma, Arial,"BitStream vera Sans",Helvetica,Sans-serif;
font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
font-weight:bolder;
letter-spacing:-0.07em;
font-family:Arial;
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}
img {
border:0;
}
img.sided {
background:#FFF;
border:1px solid #CCC;
padding:3px;
}
small {
font-size:10px;
}
a:hover img.sided {
border-color:#A6A6A6;
}
a {
color:#2970A6;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.wp-caption {
background:#F7F7F7;
border:1px solid #CCC;
padding:5px 0;
margin-bottom:5px;
text-align:center;
}
.post .content .wp-caption p {
margin:0;
}
blockquote, pre {
background:#F4F5F7 url(img/blockquote.gif) 3px 3px no-repeat;
border:1px dashed #CCC;
padding:8px 12px 8px 36px;
margin:5px 0;
}
.more-link {
font-size:11px;
}
.alignleft {
float:left;
text-align:left;
margin-right:10px;
}
.alignright {
float:right;
text-align:right;
margin-left:10px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.left {
float:left;
margin-right:10px;
}
.right {
float:right;
margin-left:10px;
}
.fixed, .clear {
clear:both;
}
input.textfield,
textarea {
background:#FFF url(img/textfield.gif) top repeat-x;
border:1px solid #A6A6A6;
padding:2px 1px;
}
.boxcaption {
background:#E3E4E6 url(img/box.gif) 0 0 no-repeat;
padding:6px 12px;
border-bottom:1px solid #CCC;
}
.boxcaption h3 {
font-size:12px;
font-family:Verdana,"BitStream vera Sans";
letter-spacing:0em;
}
.box {
background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat;
padding:8px 12px;
margin-bottom:10px;
}
.messagebox,
.errorbox {
background:#EDEFF0 url(img/messagebox.gif) no-repeat;
padding:0 12px;
height:27px;
line-height:27px;
font-size:11px;
}
.w3c {
color:#080;
font-size:10px;
}
/* static END */

/* layout START */

#wrap {
background:url(img/background-new.jpg)center no-repeat;
background-attachment:scroll;
background-position: center top;
padding:130px 0;

}
#container {
margin: auto;
width:936px;
}
/* layout END */

/* header START */

.logo-img {

display:block;
position:absolute;
left:485px;
top:28px;
}

#header {
background:url(img/the-header.jpg) 0 0 no-repeat;
height:175px;
padding:90px 0px 0px;

}
#caption {
height:100px;
padding:0px 0px 0px;
}
#title a {
text-decoration:none;
color:#FFF;
/*width:250px;*/
height:30px;
display:block;
font-family:"Arial";
letter-spacing:0;
}
/* image blog title */
/*
#title a {
background:url(img/title.gif) no-repeat;
text-decoration:none;
color:#FFF;
width:250px;
height:30px;
text-indent:-999em;
display:block;
}
*/
#tagline {
color:#FFF;
border-top:1px solid #FFF;
text-decoration:none;
font-size:10px;
float:left;
padding:100 3px;
}
#navigation {
margin:8px 0;
}
#menus li {
display:inline;
list-style:none;
}
#menus li a {
background:transparent url(img/menu.gif) no-repeat;
display:block;
color:#ffffff;
height:30px;
line-height:31px;
padding:5 10px;
margin-left:22px;
text-decoration:none;
font-size:14px;
font-weight: lighter;
text-transform: uppercase;
float:left;
z-index:1;
}
#menus li a:hover {
background-position:0 -31px;
color:#ff9933;
}
#menus li.current_page_item a,
#menus li.current-cat a {
background-position:0 -62px;
}
#menus li a.home {
background-position:0 -93px;
width:45px;
padding:0;
margin-left:0;
text-indent:-999em;
}
#menus li a.home:hover {
background-position:0 -124px;
}
#menus li.current_page_item a.home {
background-position:0 -155px;
}
#menus li a.lastmenu:hover {
background-position:0 0;
}
#searchbox {
width:280px;
float:right;
padding:4px 10px;
}
#searchbox .textfield {
line-height:16px;
width:180px;
float:right;
}
#searchbox .switcher {
background:url(img/icons.gif) 0 0 no-repeat;
float:right;
width:18px;
height:22px;
line-height:16px;
display:block;
text-indent:-999em;
padding:0 2px;
height:16px;
margin-top:3px;
}
/* header END */

/* submenu START */
#menus li ul {
display:none;
background:#f5a01a;
border:1px solid
Sorry. Forgot this www.pursolsolar.com

caffeinatedcontentplus.com – With Caffeinated Content for Wordpress The Future Of Blogging Is Here! “If you’ve been Struggling to Get A Highly Targeted Niche Blog Up And Running That Requires Practically Zero Percent Of Your Time AND That Can Be Easily Monetized!” http Caffeinated Content for Wordpress WP autoblog has been around for single-installations of wordpress for a while now, and does a nice job of aggregating content into blog posts from various feeds around the web, much like WP-o-Matic -which I talk about here . I like WP-o-Matic a lot because it uses simplepie parsing that does an excellent job with images and other objects, while being relatively feed agnostic -unfortunately it is not compatible with wpmu just yet. Caffeinated Content for Wordpress WP autoblog is basically an aggregate plugin that pulls feeds from ATOM, RSS, & RSS2 into a blog post (which is very similar to WP-o-Matic -which does not work just yet with wpmu). What I like about this plugin is that anyone with a blog on ELS Blogs can enable and add feeds to it. Niche Affiliate Marketing enables you to concentrate all your efforts onto those products and therefore increase your blog’s ranking in the serps to attract more targeted organic search traffic. That will, in due course equate to more sales and more money in your bank account! Niche domination all starts off with locating potential and active buyers. Never make the false move of trying to sell something that people don’t want to buy

Step by step video tutorial that shows you how to use free wordpress plugins completely automate your wordpress blog with fresh content every day. Part one includes installation and how to et up a cron job for content managenments (CMS)

Step by step video tutorial that shows you how to use free wordpress plugins to completely automate your wordpress blog with fresh content every day. Part two covers campaigns including content sources and how to utilize rss feeds as well as customizing the output templates.