- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
17 Posted Topics
I have a client who uses several company products for his entertainment business. He has a new website with these company logos on it, and he has requested that I watermark those logos with his logo. I'm not a legal expert, and I know watermarking is for promotion, branding and … | |
I think I have a workflow problem, and a client problem. Once a client is happy with a mockup, I typically put the whole site together, as much as possible, then show it to them - of course you get a list of changes, etc...then you make changes, go-live (always … | |
Working on a complete re-design, and man, they needed it. All flash site, with terrible clip art, etc... Worse, their logo looks like it was designed on the VIC-20, and is really clipart-ish looking. The want to continue to use it. How do I tell them it's terrible, in a … | |
I ask myself this often - I've been using it for well over a decade, and still use ASP to build most of my sites - why? I consider it rock solid, mature, and something I'm very confortable with. And although I don't see support for it going away, I'm … | |
Hi all, I'm experimenting with hiding the .php extension for my webpages using the .htaccess file. Seems to work, but I have a few questions... Let's assume I have a page "www.mysite.com/test.php", and the rewrite changes it to "www.mysite.com/test" 1) I'm assuming my internal links should still reference "test.php" 2) … | |
Hi All, I use Dreamweaver CS6 to write/edit both ASP (classic) and PHP. The new Adobe Dreamweaver CC is now subscription based, which I think really stinks (I hate subscription based software). Just wondering what is considered industry standard tool(s) for PHP? Is there a standard? If not, what are … | |
I have a webpage in ASP, that scraps the content from another website using: Set http = Server.CreateObject("MSXML2.ServerXMLHTTP.3.0") http.open "GET", "http://www.thesite.com/thepage.aspx", true http.send getURL=http.responsetext I then examine the content of "getURL" for certain text.... The problem is, that website has changed from static HTML, to using jQuery - which probably … ![]() | |
Hi Folks, I have a web application developed in Classic ASP. After the user successfully logs in, the "main page" of the application stays on the screen (all other functions are done in DHTML/CSS pop up windows). The main page contents are updated with jQuery, so the page never physically … | |
I have a client who hired me to re-design his DJ site. He is adding venue pages for all the places he entertains - ok so far. When we discussed this page early on, he said he wanted to add "some pictures" of all the different venues. No problem. Each … | |
I have a client site built with Classic ASP techonolgy. I'm trying to determine what my options are for a blog for his site. The host does not offer anything. The client definitely wants the blog to be integrated into the site. OPTION 1: Use Wordpress domain mapping, so the … | |
If my site is http://www.mysite.com and I have a wordpress blog mapped as http://blog.mysite.com is that good or bad for SEO? Or doesn't it matter....? I would imagine it's better than http://mysite.wordpress.com - correct? Any thoughts? Thanks! | |
Folks, I recently learned that SSL issuing places like GeoTrust, Verisign, etc can no longer issue "intranet" SSL certificates, like http://myintranet/ I've been doing this for my company for years (renewing them), and not really sure how to proceed - it seems we should create our own Cert Authorization and … | |
If I use WRITE to a text file, it uses quotes " surrounding the lines... If I use PRINT, it does not include quotes - which is what I want... BUT - if the line has a comma in it, like "FIELD1 FIELD2, FIELD 3" then PRINT wraps to a … | |
Gulp, I hate to even ask because I think I know the answer... Has anyone ever, or does anyone know if ASP can be used to query a MUMPS database? Any information appreciated. | |
I'm curious - if a production web page is removed for whatever reason, I've read that a permanent redirect should be used for SEO continuity. So, if I'm using ASP for my server side code, what is the best option: 1) Keep the actual ASP page there, and just add … | |
Hi All, I was inspired by the Daniweb email I received about the Google issues - so I'm here, and ready to start using Daniweb for my development needs. In exploring the site, I think I've come across a resource that is not yet being provided - I'm a developer, … | |
Re: Hopefully JX_Man is still around - I'm using your posted code...I'm not a VB expert, so I'm trying to figure out where to specify the printer...can I just add this line after the Dims and before the open? pPrinterName = "\\DHCP-printserver\HPLaserJet5N" Is this the proper way to do it? I've … |
The End.