Webmaster Key - Discussion Forums


Welcome, Guest. Please login or register.
Did you miss your activation email?
February 09, 2012, 03:38:17 AM

Login with username, password and session length
Welceome to Forums!

Important information for guests and new members:

In order to understand the full benefits of becoming an active member of this forum, please review the following information on guest and new member restrictions. These forum changes have been prompted by an overwhelming and unreasonable amount of bot postings and incoherent guest spam messages. We wish to prevent these events from happening in the future and make our community a more comfortable place for all of our members.

For guests:

Guests are not allowed to open new topics, polls, or posts attachments.
If you wish to open up new discussions on this forum, we encourage you to register.

For new members:

New members with less than five posts are not allowed to modify additional profile information such as avatars, contact information, biographies, and signatures. However, new members are encouraged to post their own topics or reply to topics initiated by other members. Become active on the forums and 5 posts should be an easy task!

We are a diverse community with members from all over the world. We encourage new ideas and interesting conversation. Do not be afraid to post webmaster/computer-related questions or problems, as our active members are always willing to help when they are able. Interested? Join us.

+ Webmaster Key Forums
|-+ Webmaster Corner
| |-+ Site Design and Web Authoring
| | |-+ Website Design and Coding Tips
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print
Author Topic: Website Design and Coding Tips  (Read 2923 times)
Andy
Administrator
Veteran
*****
Posts: 5 752



« on: November 28, 2006, 01:08:20 PM »

I started to document how I am developing templates for my web design software. It's like a tutorial on how to make a modern web page using Style Sheets (CSS) and keeping everything simple. Each page will actually look like the end result of following the tutorial so even if you got lost somewhere you can view the page source to see the actual published code. This is handy, since it is not a beginners tutorial (I wanted to have my own quick reference) but there will be links to relevant sites at the end of each page for people to learn about the basics behind what I was talking about.

I have started with a centered content page like most blog sites have. The home page: Experiments in Site Design

Each additional tutorial will have a new page that will reflect the new page that has been designed. This is different to most tutorial sites where they have to keep their pages using the same template. But with my one, each page is likely to be different.
Report to moderator   Logged

Andy
Administrator
Veteran
*****
Posts: 5 752



« Reply #1 on: December 02, 2006, 05:04:16 PM »

I am going ape with this now  Cool

Can't hardly hold the twitching mouse still. It's kind of an amalgamation of web coding and software development balooning out of control! You will get some good stuff here if you have any Geek-like inclinations: http://www.sitesugu.com/geekzone/

At the very least you will see another birth of a blog but more crazy than before. The 1st "birth of blog" project was http://www.activelysenior.com/ by Bev
« Last Edit: December 02, 2006, 05:08:06 PM by Andy » Report to moderator   Logged

TexasLady
Key Keeper
Sr. Member
****
Posts: 260


Come celebrate life with us!


WWW
« Reply #2 on: December 04, 2006, 06:46:33 PM »

Hi Andy, sounds very interesting!    I sure hope to get in and look at all this.

I'm sorry to say I've not done much on blog, or on internet at all, as a matter of fact.

Seems I've been an accident waiting to happen.    Latest is a fall that sprained ankle, hurt arm and other leg, and put me out of commission for almost a week.    Thought all was well, but right now, the bad ankle is red and inflamed and am off to get xrays, etc.   

Hope to see more of you folks in the near future - unless another accident finds me!
 Embarrassed     Roll Eyes      Cry
Report to moderator   Logged

www.activelysenior.com
Humor, info, and articles for the Senior Citizen!
Andy
Administrator
Veteran
*****
Posts: 5 752



« Reply #3 on: February 04, 2007, 01:27:16 PM »

Some blog-related tips:

I was saddened to find my poor blog at http://internetincomeclub.com/ was slashed down to a PR1 from 5 a couple of months back. It was a cruel blow but one maybe fairly dealt since I hadn't posted any new stuff and had a spam infested forum hooked up to the home page.

So my January spring clean (ok I was early) involved erasing the forum, removing the link to it from my home page and activating long posts rather than short snippets. Now it's back to PR5 so yippee doo dah  Grin
Report to moderator   Logged

Andy
Administrator
Veteran
*****
Posts: 5 752



« Reply #4 on: March 01, 2007, 10:30:58 AM »

If you want to hide files from the public but still let your scripts access your files you can use a very simple snippet of code on an apache-based host.

Here is the line of code:

deny from all

Save this to a file called htaccess.txt then upload this file to the directory you want to protect. Then rename the file with your FTP program to .htaccess I am a Windows user so I have to do it this way because of the unsupported file name structure.

This is a special file that tells the webserver how to serve pages. The dot makes it invisible to browsers and there is no file extension.

To allow your scripts to read and write data to this directory, you will need to set the access permissions of the directory to 777 using a CHMOD function. To test it is working you can browse the file with and without the .htaccess file in place.

You can do all of this using the free FTP program FileZilla available from: filezilla.sourceforge.net

This technique is particularly useful when you run scripts that store data to disk and you don't want the public to be able to access this data directly. Otherwise you have to use a database.
Report to moderator   Logged

Pages: [1] Go Up Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print 
+ Webmaster Key Forums
|-+ Webmaster Corner
| |-+ Site Design and Web Authoring
| | |-+ Website Design and Coding Tips

Jump to:  
« previous next »


Our Partners
RelmaxTOP Ranking System Web Hosting RelmaxTOP Ranking System
Staff Sites
12Noon[12Noon Gallery] Andy[Urgentclick]
Tamuril[Tamuril's Digital Art Exhibit] Sensovision
Powered by MySQL Powered by PHP We are hosted by Relmax Inc. |Our Privacy Policy | Sitemap
Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
Forum design by Tamuril © 2005.
Valid XHTML 1.0! Valid CSS!