Tag Archives: Syntax

Password-protect my whole site.

I want to password-protect the whole site. I’ve got CPanel nonetheless it won’t allow to do the / (public_html) seeing that password-protected. How do you do that: vintage: The best technique I’ve found is to use a mix of a single server-side include along with a session variable, i always tie into the unique identifier on the database. The pseudo-code would be something like this kind of: — Site determines session variable to check out if user can be logged in. — in the event user is logged with, he/she can log onto the site — if user is not logged in, he/she is redirected into a login page — if customer attempts to sign in and match is found in database, unique identifier is retrieved and composed to session variable Certainly, the exact syntax will depend on your programming dialect, but you have the idea. Uhm yes! But i’m not thinking about doing a entire PHP programming just for this. Can’t this be done which has a single. htaccess report i have got never used the. htaccess file but i assume it could, and there may be a tool above each of the forums to produce one. yep saw … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

.htaccess changing .html to .php

Merely wondering if it’s htacces(I’m like guessing) that allows to perform the same idea that this forum uses to change thread4342. html to obviously like showthread. phppage=4342 and so forth… how would I begin doing this Here I use a custom-written. htaccess archive that uses mod_rewrite. mod_rewrite calls for URLs and, assigned regular expressions, converts them to figureout in other platforms. It is not with the weak of heart and soul, especially if that you do not know regular expressions. Dang =/ I was hoping there’d be a less arduous way.. I’ve always snuck underneath the line when it comes to regular expressions.. editing other peoples’ work and melding it in mine. To me it will as well possibly be 21315413lsaf; lkjfdsa =/ Bless you anyway. Well as an example here, showthread. php is in the syntax: showthread. phps=sessionhash& threadid=threadid So the regexp to convert it will be: showthread. php\s=(a-f0-9*)& threadid=(0-9+) to thread$2. html … There’s no doubt that. The first regexp matches any hex string (or an empty string), and the second matches a variety with a minumum of one digit. It then maps the other match to the appropriate position in additional string. However confusing It took me … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment

checking website in NS and IE browsers

I will be creating my own website with no html editors. Concerning the website built also it looks great in IE that’s my default cell phone browser. My page links inside the page works very good and from linking page to page, ie going with the home page to help page one, web site two and web site three in IE. However next time i open it up in NS the links in the same page as well as links to open other three pages won’t work. Could this often be because NS is not really my current default visitor I rather fresh at this so I hope I have created myself clear. I have looked at and rechecked in addition to all links is very much set up so. My links to help other websites works fine in NS. Thanks for almost any help. Your default browser will not cause an error like that, it’s just an additional example of the best way IE and Netscape render pages differently. With out seeing the computer code, I’d guess that there is an error in your own syntax, because IE is quite forgiving in terms of HTML mistakes, along with browsers … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment

XML question

Hey I’m posting here for once with a problem regarding an XML definition i need for a college course. Generally, i just needed a specific definition for what " well made document" is with regards to XML syntax. Easily need to small my question down any, then merely say so. And also, just link my home to EarthwormJim’s line.: cheeky: Handful of pointers from online world. w3schools. com which tell you what should be done to produce a document well-formed: – XML elements have to be properly nested – All XML documents need to have a root element – Attribute values should always be quoted – Tag names have to be in lowercase – All XML elements have to be closed Reviews and corrections welcome XML element could be closed on the same line: Code: < feature /> Well formed doesn’t mean legible. Data structures spanning 2 heirarchical levels own issues: Code: < stuff> < home> < kitchen> < cell phone /> < /kitchen> < /home> < car> < cell phone /> < /car> < /stuff> Phone presents some an issue. you two from the same class http: //www. webdesignforums. net/thread11252. html code ASCII have to be specified with entities; … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Help with tables

Hi there, I am pretty new to web site design and only discovered HTML within the last week. I have read all the tutorials and understand HTML well in this article and am getting better at JSP and php making sure that I can eventually build a dynamic site. I’m using Dreamweaver to accomplish all this and also am having quite a few trouble. I need to generate a horizontal table for the top and a couple vertical tables upon both sides considering the body of the site at the center. My problem will be; the side stand does not wish to have anything next in order to it. The type promptly starts below that table and typing directly into above it only ends up with the table moving down the page (keep in mind that is in Dreamweaver). I determined I could handcode all-around this by building a giant table within the syntax: HTML: < STAND BORDER=3> < TR> < TD ROWSPAN=2> links< /TD> < TD COLSPAN=2> heading< /TD> < TD COLSPAN=2> body< /TD> < /TR> < /TABLE> This is fine to get a simple homepage, but I desire to implement a news posting system at the center with … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment

Graphics in Frontpage – Noobie how to question

I want to put quite a few graphics in my frontpage. Do you have to load the graphics for a database which comes with your hosting company or only place a link to the graphics into your HTML Many thanks Surely someone knows the way to add graphics into a webpage…. You must first save the picture for a computer. Then: Place > Picture > From File Then find your report. You really need to upload the graphics for a web space, a similar place where your own html pages usually are stored. You should store graphics/iamges in the seperate sub directories. IN THE HTML < img src=" yourImageFolder/graphic. gif" /> You change the path according to exactly where and what you will have saved it as. As Trico says you’ll want to get your head surrounding the whole way online is structured… your own c: \ drive isn’t gonna be accessible to folks over the internet; even if you’re hosting your site (and as you said " internet hosting company" I assume you’re not) the d: \ syntax will make reference to their drives every time they visit your web-site not yours, so it’s never gonna work! So, yes, … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Putting PHPBB in a HTLM table cell

Anyone got any strategies on how to achieve this I’m a total beginner and it can be vexing me, all I want to do is have a site with the board integrated within a similar way in order to Here and most of I’m getting is usually a headache!! When you mean include this forum listing in another page, you have available server side contains, if you have got them available. Or even, an iframe would also work. erm, I hate that will sound that fresh but precisely what server side contains any idea where I possibly could find out more about them or how to locate out if I can use them I’m trying to stay clear of iframes as apart from resize with the forums so they’re going to look really tacky methinks… Well, if you have got php enabled or even asp enabled, you have available them. With PHP syntax will be PHP: < phpinclude(“forumpage. htm”); > I forget what it truly is in asp, anything like Code: <! –#include file=" time. inc" –> Thnaks Bfsoy, I have some sort of sneaky feeling that this will probably be way over my head at the moment, maybe I’ll … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Which program is better? Frontpage or Dreamweaver?

I’ve frontpage, I found easy as everything to use to create funamental visual in addition to layouts. I by no means worked w. Dreamweaver. To get a novice, FP may perhaps be the better software. Most web web developers use Dreamweaver, Expensive, Adobe products. The problem with FP, provided is that most people use the pre-designed " templates" around there. Like your wrestling web site you did. Sort done in FP. I think you must still get some sort of book on FP and learn how to manipulate the patterns and make them more your own personal. Everyone…… think easy methods to covered. I personally avoid wysiwyg, but given a selection I’d go with regard to dw http: //www. webdesignforums. net/showthread. phpt=8454 Noo, the problem with Frontpage could be the dirty dirty signal it generates. If you ever wish to accomplish anything beyond what Frontpage permits you to do, you discover HTML. But then you try and move through the dirt that Frontpage calls HTML CODE, and you’re as lost as after you didn’t know any HTML at the start. It’s just not worthwhile. thanks, tomorrow afternoon, i’m likely to border’s and purchase a FP book, we would like to … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

Your Software

Just what software did you use to develop and/or style and design your and/or client’s site I first employed " Microsoft Frontpage 2003" and then moved on to " Macromedia Dreamweaver MX 2004". I’m now creating my personal webpages for practice as well as fun on Notepad. Firmly XHTML and CSS. I still don’t know Javascript. Still understanding Macromedia’s Flash MX 2008, I got several fundental things down but not to say, " I know how to creat a lot of things in Expensive! " I always utilize the scite editor as it is still basic text editor nevertheless has syntax highlighting now if you say software i’m assumeing any software program so: HTML TIDY firefox i explorer ms paint corel draw ms word Jarte (word processor) word pad ws-ftp .

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment

What KIND of web developers are in high demand..or will be?

What prompted this question will be the program Ruby, which to me appears to be so complex which I’ve felt at ease with my understanding of Actionscript, CSS, HTML PAGE and Javascript. Also, I have a robust desire to find out about Actionscript, CSS in addition to XHTML. Since Ruby is PHP it is just a whole different pastime and now I am just deciding whether I should be able to program in Dark red or face appearing shut out by means of companies or remain faithful to what I understand and what I love.. the basic " 4 Food Groups" connected with online development. I prefer using CSS mainly because I’m a graphic designer at heart.. heavy programming like C++ is not for me, however I don’t would like to limit my marketability. Learning Actionscript is great given it goes hand in hand with the movements graphics side regarding Flash development, another enjoyable skill. I’ve learned that Ruby is critical for building uses.. but what style of businesses are truly demanding developers pertaining to online applications The actual postings on craigslist . org has me worried because I’ve noticed companies requesting with regard to job applicants with a " … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment
Page 1 of 212