Search
Views
- How do I create a Guestbook in Dreamweaver MX - 34,901 views
- 360 virtual tour HELP?!?! MOV or SWF??? - 27,777 views
- Looking for examples of one-page web sites w/ a tracker or counter - 27,537 views
- How can prepared an article for submission? - 18,118 views
- Are online forums obsolete? - 17,739 views
- Link Direct to Table Cell - 16,460 views
- Review www.mwfglobal.com - 10,139 views
- Installing Apache on Win2000 Prof - 9,143 views
- Discussion: KW in Domain, does it add value to appraisals or not? - 8,952 views
- Deprecated tags - 7,849 views
-
Recent Posts
Recent Comments
- Grace on Looking for examples of one-page web sites w/ a tracker or counter
- moneyfiver.com on Looking for examples of one-page web sites w/ a tracker or counter
- moneyfiver.com on Looking for examples of one-page web sites w/ a tracker or counter
- News on Looking for examples of one-page web sites w/ a tracker or counter
- News on Looking for examples of one-page web sites w/ a tracker or counter
Categories
Tags
Advice Ajax Amp backlinks Blog Cms domain doubt email google Greetings Hello Html Css image Images Internet Site Javascripting Job keyword keywords Lot Many Thanks money Niche people Photos Php Php Mysql Programmer Quot regard Right Direction Scripts Templates traffic Web Design Web Designer Webhost Web Page Web Page Design Web Pages wordpress World Wide Web Xhtml yahoo-
November 2025 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
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
.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 Amp, Dang, Empty String, Heart And Soul, Hex String, htaccess, Maps, match, Minumum, No Doubt, Phps, Platforms, Regexp, Regular Expressions, Syntax, Urls
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 Amp Nbsp, browsers, Cell Phone, Chek, Computer Code, Creating My Own Website, Html Editors, Html Mistakes, Lt, Netscape, Phone Browser, Reply, Site Web, Syntax
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 Amp, attribute, Car Gt, Cell Phone, Code Ascii, Code Lt, Data Structures, Element Names, Elements, Entities, Handful, Heirarchical, Markup Language, Pointers, Root Element, S Line, Syntax, Tag Names, Xml Definition, Xml Documents
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
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 Absolute Positioning, C Drive, Frontpage, Graphics Web, Html Pages, Images, Img Src, Internet Hosting Company, Lt, Many Thanks, Node, Path, Quot, Reference, Syntax, upload, Web Space, Webpage
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 .
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 4 Food Groups, Actionscript, Ball Game, Flash Development, Game Developers, Graphic Designer, Html Page, Hype, Java Coders, Marketability, Pastime, Php Developers, Postings, Quot, Ruby On Rails, Sinc, Sorts, Syntax, Web Arena, Web Developers
Leave a comment