Search
Views
- How do I create a Guestbook in Dreamweaver MX - 32,070 views
- 360 virtual tour HELP?!?! MOV or SWF??? - 27,727 views
- Looking for examples of one-page web sites w/ a tracker or counter - 27,269 views
- How can prepared an article for submission? - 15,311 views
- Are online forums obsolete? - 14,923 views
- Link Direct to Table Cell - 13,323 views
- Review www.mwfglobal.com - 7,358 views
- Installing Apache on Win2000 Prof - 6,335 views
- Discussion: KW in Domain, does it add value to appraisals or not? - 6,153 views
- Deprecated tags - 5,044 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-
July 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 31
Tag Archives: Regular Expressions
Webcrawler grabbing email address’
I have created a large database of webdesigners at my site (2000+ hence I cant simply redo my db) in addition to being the idiout My business is I forgot to add a contact email per webdesigner, is there a plan that can examine my website, reading all of the outward links as well as gathering the email address’ found on outward site buttons An e-mail harvester Search how to check text for e-mail handles via regular expressions. Beyond that I’m hesistant to help because some people likely have " alternate" uses with the information.
Posted in Web Design
Tagged E Mail, Email Address, Mail Harvester, Regular Expressions, Webcrawler, Webdesigner, Webdesigners
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 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
WDF: dynamic to static?
Hello all – I’ve noticed that some WDF threads are arriving in Google with all the following format: online world. webdesignforums. net/threadid4331session. code I would like to ask (if I may) how this has become achieved – ie, may be the actual vB coding modified due to this, or (more likely) are these claims from using mod_rewrite about the actual server to be able to modify the URLs If you do, is there anywhere I can find more details on performing this My forums are instead being well indexed, but dynamic pages as static pages appears to help you more with participating backlinks – which serves as a particular selling point for smaller forums attempting to attract newer customers. Is this something that could be discussed here . htaccess applying mod_rewrite. There are wide ranging hacks I learn for invisionboard, and I’d imagine there is some for vB to be able to. It’s a genuinely simple thing really… Unfortunately, not really for myself… I was simply curious concerning using something related on my vB THREE. Would anyone be considering discussing more about how precisely it was performed for WDF Or can i leave the situation alone – specifically in public … Continue reading
Posted in Web Design
Tagged Apache, backlinks, forums, google, Hacks, Hello, improvements, Invisionboard, reason, Regular Expressions, Rewritecond, threads, Tinnitus, Urls, Vb Coding, Vb3, Wdf, Web Theme
Leave a comment
Anyone interested in two tutorials?
Okay We’ve two tutorials as their intended purpose, one being any PHP login form with a MySQL database back-end (sessions and a lot of other stuff involved) plus the second is your CSS3 AERO communication box, someone okay know which one they’d want to see first and by on this occasion tomorrow, I really should have it done, otherwise at least 90% with it I’d like to see the PHP login – I am aware how PHP works but We would like to understand the right way to actually write them – I think this would be a very useful thing to own. Contemplating including regular expressions or a version of a validation as well Thanks so much website marketing . willing to venture to the trouble of doing this – whichever one you get doing I am sure we’ll get great info from this. Just with the login, the only validation I’ll actually need to do is compare values, no expressions engaged. However, if you wish me to incorporate a registration guide, I can do that too The registration will demand expressions to verify format of e mail addresses, character types, etc… Usually next time i do something that … Continue reading
.htaccess tutorials/info?
so how exactly does one go in relation to changing the url from http: //*. compage=home to be able to http: //*. com/home so if they type/click the later on it sends them for the former without reverting the url into the former. i want this to utilize automatically to any kind of added pages, not for just the existing pages. Code: < IfModule mod_rewrite. c> RewriteEngine On RewriteBase / #Checks to view if the user is looking to access a appropriate file, #such just as one image or css insurance, if this is not true it ships the #request to be able to index. php RewriteCond %REQUEST_FILENAME! -f RewriteCond %REQUEST_FILENAME! -d RewriteRule (. *)$ listing. phppage=$1 L < /IfModule> This is a link to excellent htaccess stuff AskApache : Crazy Advanced Net Development effectively, i looked all over that site. i didn’t see anything like what we were talking about. i am going to keep looking. thx to the post. Have a shot at here – 5 useful url rewriting examples using. htaccess pretty sure this is what i need however i can’t help to make this work. RewriteEngine On RewriteRule (a-zA-Z0-9_-+)$ page=$1 RewriteRule (a-zA-Z0-9_-+)/$ page=$1 had no effect. … Continue reading
Posted in Web Design
Tagged Checks, Code Lt, Code Snippet, htaccess, Insurance, Regular Expressions, Rewritecond, rewriterule, Ships, Stuff, Za
Leave a comment