- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Hey all, I'm orginally from Texas. (Don't say ANYTHING!) :) I've lived in Steamboat Springs (Colorado) for 10 years now, and love to take the snowboard out for a spin from time to time. The rest, or most of my time is spent with my text editor, and line…
- Interests
- Programming, DJing, Snowboarding
41 Posted Topics
| |
This script will generate a thumbnail image of any JPEG image that is sent to it... This file is independant, and mine is named resize.php you can send an image to the php file, and then return the thumbnail for viewing. It does require some work, but WELL worth the … | |
The following script is a VERY simplified version of a script I've used to make my site more search engine friendly. To date, according to most reports, Google is one of the only search engine that will index URLs that are in the format: whatever.com/index.php?var1=value&var2=value Other Search Engine spiders may … | |
This script will display a previous next script that will look like this: << prev 1 2 [b]3[/b] 4 5 next >> It is clean, and avoids large numbers of pages in the prev/next links [code=php] $server = "localhost"; $user = "username"; $pass = "password"; $databasename = "yourDBname"; $db = … | |
Re: I added an "Alice" named ISPbot to my forums, and he was very loved for about 48 hours... then he was just annoying, and no matter how many times I told him to "remember that", he could never answer anything much better than "I can see you" :) I had … | |
Re: I agree, this is the best book that I owned when starting out with PHP/MySQL. I don't use it much anymore, as I only really use a function reference manual when I need to remember what exactly a function does, etc. I would highly recommend this book to anyone new … | |
Is anyone else using Outlook 2003? The new junk mail feature looks sooooooo nice, but so far, it hasn't worked once. I've went through, and blocked senders and full domains, by adding them to the blocked senders list, but the same junk from the same domains are still showing up … | |
Here's one for all you Windows Tweakers. :) 99% of the time when I open a IE window, I am going to some page other than my default homepage. I never just go to the same page ALL the time, so I always open the window, click on stop, and … | |
If you are trying to do a page, or section of news that only shows a certain length of characters, and then has a link for Read Full Story, or more..., etc the following code is just what you need: [php] $longtext = "Full text string to be manipulated"; // … | |
Re: I just upgraded my forums today from PHPbb to vBulletin, and first off, I love VB... :) I can only imagine with the depth of the code involved in VB that it would take an entirely new group of programmers to shell out the time required to port VB over … | |
Re: Well, yeah... that is a great point, but it's quite hard with a message board / forum like this to go over each and every post, and change the titles to be more meaningful... Ususally, you will find in those "read before you post" sections points to selecting a good … | |
Re: [QUOTE=beeman81]Ok, Do you have any suggestions on how I could get my page to rank a bit higher? Since I have a faily good PR (6) I think I should be able to get at least in the top 20? Or is that too much to ask?[/QUOTE] Yours is a … | |
Re: Your basic HTML form is going to have the following: my example is a quick & dirty login script Page1.html [code] <form method=POST action=login.php> <input type=text name=user_id> <input type=password name=user_pass> <input type=submit value=Login> </form>[/code] Your next page (login.php) will need have the following attributes. You have 2 variables submitted from … | |
Re: I've used [url]http://www.templatemonster.com/[/url] or the same as the monsterteplates link above, for several of my projects.... I absolutely swear by them now.... for 40-60$, you can get an extremely complicated template in photoshop format that would have taken me MONTHS to put together!!! I understand photoshop enough to really edit … | |
Re: On PHP books for some quality learning, this is where I'd point you. The KEY book that can take you from beginner to intermediate PHP programmer IMHO is: [b]PHP and MySQL Web Development (Welling & Thompson)[/b] - I have the first release of this book, and they put out a … | |
Re: Try unchecking "Enable IEEE 802.1x authentication for this network" in the advanced options for the wireless connection. I just set up a LinkSys Wireless-G 802.11g & b system, and had to work out some kinks myself... | |
Re: I'd say the same thing... never heard of anything quite like that... I get the error message sometimes, and all my IE windows shut down (usually after I've spent alot of time on a forum post, and hit submit without copying the text to the clipboard), but I can open … | |
Re: back to the original idea behind this post.... Deep Champagne Powder for my snowboard to play in, driving faster than those around me, and discussing & doing techie things with people that actually understand them. :cheesy: | |
My question/issue is that I want to turn off [b]PHP safe_mode[/b] on a new server... The server is running Ensim 3.5 Pro, and this is the 3rd ensim server I have from ev1servers.com... The server is completely dedicated, and will NEVER host anyones site/sites but my own for a project … | |
The following script will take your variable [b]$comments[/b] and filter out any bad words. [b]eregi_replace[/b] is case-insensitive, so it will take out the word, no matter the way it is input. [php] $bad_words = explode('|', 'badword1|badword2|badword3|etc|etc'); foreach ($bad_words as $naughty) { $comments = eregi_replace($naughty, "#!@%*#", $comments); } [/php] This will … | |
Re: I've had problems with WinXP Pro myself on MULTIPLE... wait... no... EVERY configuration I've ever set up... for the most part, they've been situated within a few min of settings/tweaks. The WinXP Home Networking Wizard is completely worthless, but I've sometimes set my static IPs on the LAN, configured all … | |
Re: [QUOTE=byocom]Odious, I'm in the exact same situation. I do have a full install of Office2k, but my regestry does not have that 10.0 key... I tried creating the DWORD in the 9.0 key but that didn't work. I also tried making a 10.0 key and putting the DWORD in there … | |
Hey all! Sorry I haven't been around much lately. Hope things are well cscgal! :cheesy: I'm working on a new function for the admin control panel of my site. When a user logs in, it checks to see if it's a normal user, and then if not, checks to see … | |
Re: I know that with [url=http://www.mrunix.net/webalizer/]Webalizer[/url], which is the one I've used mostly, the 3,000 number you have would be the unique visitors. I would also think that the 70,000 would be the pages that were called, so yes, pageviews... According to the section below the chart, that says: [i]The web … | |
Here's a question that I'd normally just solve myself with some testing, but I'm just looking for a quick yes or no before I get started with what I need this for. I'm working on a VERY large website network that will have around 100 websites minimum included. All of … | |
Re: [QUOTE=cscgal]My google PR recently dropped from 6 to 4 on my index page. Is this something to worry about or just the monthly google dance?[/QUOTE] With a couple of my sites, I always notice a difference in the PR for 2 different versions of the index pages. For example, [url]http://forums.myispfinder.org/[/url] … | |
I'm working on including an <IFRAME> in a document, and I've set it to be 95% width of the table that it is located in. There is another cell in line with this one that is 150 px wide, and the iframe should be the remaining width of the page … | |
Re: I've tried the Zend Studio many times over the past couple of years I have been into PHP... I've never fallen in love with it... and have always turned back to a standard text editor that I've used for a while now. :( With the time and effort I've had … | |
Re: If you're still having problems, thow out some of the code you are working with, and we'll have a look. :) | |
Re: I ususally root my arse right on in there like I'm not supposed to do... but I'm a born rooter... maybe I'll have to work on that... :o | |
Re: [QUOTE=rixius]Saw it. Kicked tons of butt. :)[/QUOTE] When I left the theater on the first showing they had, I was confused, hurt, happy and sad all at the same time... I loved it no matter what... Although I wanted so many more answers... and Trinity... the love of my... oops.. … | |
Re: I just tried it ([url]www.techtalkforums.com[/url]), and was prompty directed to [url]www.daniweb.com/techtalkforums/[/url] So, it appears to be working. :D | |
Re: My only idea would be to perform your calculations using a web based (PHP, CGI, ASP, etc) script to re-evaluate any fields that may need adjusting due to changing data in another field. I guess it would all depend on the DB, the interface, and options available. The only ones … | |
Re: Try this: /usr/local/bin/safe_mysqld --user=mysql & change the path to the correct path to your safe_mysqld if it's not the same | |
Re: Totally amazing for MS Paint... <I thought that program only used like 4 colors!> I'd be scared to see what you could do with photoshop!!! | |
Re: Is the sound card built into the motherboard, or is it a separate PCI card? Check the BIOS on boot to see if sound has been disabled. I don't think this would be the case if the hardware doesn't show up, but if you throw a PCI sound card into … | |
I have a new Linksys Wireless-G WAP. I'm trying to figure out how to set it up so that rather than all surfing traffic on the network showing up as the Static IP that is assigned to the WAP, I'd like it to just appear blocked. Any thoughts? | |
Hey everyone... Here's what I'm trying to do... I have a dual boot system with WinXP, and Windows Ent Server 2003 installed as a dual-boot. (don't ask... :eek: ) I need to remove the Win2k3 server edition from the system, and the XP installation is too important to wipe out … | |
I'm using Outlook XP, and have been since it came out. No matter how man times I check that stupid box that says "Don't show this dialog box during Send/Recieve" it will never go away. It constantly steals focus from my other apps, when I'm in the middle of programing, … | |
Hi... glad to have stumbled across this great looking forum. I have a question to ask. I just started using VMWare 4, and am trying to install Windows 2003 Server Enterprise Edition on a Windows XP machine before an actual installation on a server. Every time I boot VMWare, it … |
The End.