Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~69.7K People Reached
About Me

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

Member Avatar for samaru
Member Avatar for himerus

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 …

Member Avatar for gpcodelibrary
0
1,000
Member Avatar for himerus

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 …

Member Avatar for tiggsy
0
449
Member Avatar for himerus

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 = …

Member Avatar for Ezzaral
0
2K
Member Avatar for Tekmaven

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 …

Member Avatar for peter_budo
0
467
Member Avatar for samaru

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 …

Member Avatar for berniestein2001
0
639
Member Avatar for himerus

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 …

Member Avatar for ggeoff
0
716
Member Avatar for himerus

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 …

Member Avatar for imagrapher
0
821
Member Avatar for himerus

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"; // …

Member Avatar for ShawnCplus
0
117
Member Avatar for Tekmaven

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 …

Member Avatar for samarudge
0
408
Member Avatar for )BIG"B"Affleck

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 …

Member Avatar for OICUAM2
0
187
Member Avatar for beeman81

[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 …

Member Avatar for francisabey
0
929
Member Avatar for deef

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 …

Member Avatar for vssp
0
310
Member Avatar for spikes

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 …

Member Avatar for innovativeatul
0
223
Member Avatar for AlPhA

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 …

Member Avatar for schizoman
0
516
Member Avatar for olena

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...

Member Avatar for tylervollan
1
339
Member Avatar for basarathaleem

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 …

Member Avatar for The Dude
0
2K
Member Avatar for Dani

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:

Member Avatar for maravich12
0
564
Member Avatar for himerus

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 …

Member Avatar for vartotojas
0
245
Member Avatar for himerus

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 …

Member Avatar for extermin8tor
0
769
Member Avatar for jbu311

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 …

Member Avatar for jack720
0
285
Member Avatar for odious face

[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 …

Member Avatar for himerus
0
400
Member Avatar for himerus

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 …

Member Avatar for samaru
0
225
Member Avatar for Dani

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 …

Member Avatar for Dani
0
235
Member Avatar for himerus

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 …

Member Avatar for THSNET
0
278
Member Avatar for Dani

[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] …

Member Avatar for ajax-the-techie
0
364
Member Avatar for himerus

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 …

Member Avatar for floris
0
179
Member Avatar for samaru

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 …

Member Avatar for samaru
0
511
Member Avatar for MikeJ

If you're still having problems, thow out some of the code you are working with, and we'll have a look. :)

Member Avatar for samaru
0
212
Member Avatar for Roberdin

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

Member Avatar for twilli227
0
194
Member Avatar for bluedos82

[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.. …

Member Avatar for bluedos82
0
103
Member Avatar for Dani

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

Member Avatar for peterska2
0
214
Member Avatar for red_evolve

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 …

Member Avatar for himerus
0
138
Member Avatar for argh2005

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

Member Avatar for himerus
0
450
Member Avatar for Armeggadon

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!!!

Member Avatar for himerus
0
159
Member Avatar for jabberwock486

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 …

Member Avatar for rixius
0
111
Member Avatar for himerus

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?

Member Avatar for himerus
0
282
Member Avatar for himerus

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 …

Member Avatar for feigned
0
165
Member Avatar for himerus

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, …

Member Avatar for himerus
0
103
Member Avatar for himerus

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 …

Member Avatar for Tekmaven
0
155

The End.