Posts
 
Reputation
Joined
Last Seen
Ranked #864
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
73% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~109.99K People Reached
About Me

Just moved home back from Austin, Texas. I've been in the semi-conductor industry down in Texas for the past five years or so, programming and doing Linux administration. Now I do the same, in a much colder climate.

Interests
Guitar (just like half the people in here I'm guessing) Reading
Member Avatar for samaru
Member Avatar for Dani

Hey soundman, you like animation? My company partner is also partner in another company* called [url="http://www.d7peacemaker.com"]http://www.d7peacemaker.com[/url], check out these trailers, let me know if you like em: [url="http://d7peacemaker.com/stage1/"]http://d7peacemaker.com/stage1/[/url] [url="http://d7peacemaker.com/nightfall/R4/trailers.htm"]http://d7peacemaker.com/nightfall/R4/trailers.htm[/url] *Note: Not trying to sell anything, Arik (the animator and producer) is really talented, just sending the trailers from one animation …

Member Avatar for jamesjoseph1
0
9K
Member Avatar for Yzk
Member Avatar for AlPhA

PHP is pretty easy to learn, quite honestly. Just go here: [url="http://us3.php.net/manual/en/index.php"]http://us3.php.net/manual/en/index.php[/url] When you are ready to begin more advanced development, use this: Classes and Objects (PHP5): [url="http://us3.php.net/zend-engine-2.php"]http://us3.php.net/zend-engine-2.php[/url] PHP5 now has many of the OO features included in Java. In my opinion, PHP would be the way to go. You …

Member Avatar for vouxiong
0
583
Member Avatar for klejeune

This may be of some help: [url="http://www.daniweb.com/techtalkforums/thread2375.html"]http://www.daniweb.com/techtalkforums/thread2375.html[/url]

Member Avatar for jingda
0
380
Member Avatar for harmeet

Perhaps this will work: 1.) Open your device manager. 2.) Search for Mouse Device Installed. 3.) Go to properties 4.)Check our the advanced setting for VMWare Virtual Mouse pointer 5.)Try changing some of the settings 6.)Restart VM Also, are you using an Optical Mouse?

Member Avatar for anunay.amar
0
739
Member Avatar for fakespike

[QUOTE=gkdmaths]Based on the assumtion that power is derived from, or otherwise is faceted to knowledge, I'd have to agree with him in the idea that knowledge is not power. Basically, you must first define both power and knowledge. If power is the ability to develop spontaneous advantage over a competitor; …

Member Avatar for anu07
0
797
Member Avatar for michael123

This should work: [CODE]class replace_this { public function replace($replace,$replacewith,$inme) { $doit = str_replace ("$replace", "$replacewith", $inme); print("$doit"); } } $rp = new replace_this(); $rp->replace(" ",'',"This is text");[/CODE]

Member Avatar for bhebs_quines
0
4K
Member Avatar for fsn812

Who here would prefer Java over PHP, or PHP over JAVA? If you prefer one over the other, for whatever reason or application, why? Specific code comparisons are appreciated

Member Avatar for mama_rock
0
526
Member Avatar for fsn812

A very simple PHP/Javascript snippet to detect the resolution of a user's monitor and create a table using that resolution to best fit within the user's browser (to avoid scrolling). Note: This is a PHP script which includes Javascript

Member Avatar for almostbob
0
489
Member Avatar for michael123

Straight from [url="http://www.php.net"]PHP.net[/url] regarding [url="http://us3.php.net/array_unique"]array_unique[/url]: [b]array_unique[/b] (PHP 4 >= 4.0.1, PHP 5) array_unique -- Removes duplicate values from an array [b]Description[/b] array array_unique ( array array ) array_unique() takes input array and returns a new array without duplicate values. Note that keys are preserved. array_unique() sorts the values treated as …

Member Avatar for ShawnCplus
0
4K
Member Avatar for vnnguy

As YoungCoder stated, become familiar with [url="http://www.php.net/"]http://www.php.net[/url] You can search for functions, tutorials, and a vast array of information provided through php.net. My suggestion is to start with PHP 5.x and Mysql 4.x combo. No reason to start with (PHP) 4.3.x or (Mysql) 3.x.x at this point. What are you …

Member Avatar for jamello
-1
266
Member Avatar for dina

I have worked on large scale projects using Oracle, medium sized projects using MySQL, and some small projects using Access. All have worked great for the most part. However, I have seen problems with Access and I am not impressed overall. I'm sure Access is great for small single user …

Member Avatar for morphosin
0
1K
Member Avatar for leroytrolley

[QUOTE=sarahk]I use a free script called [url="http://phpmailer.sourceforge.net/"]phpMailer[/url] which lets you do attachments really easily as well as embedded images. The docs and examples all go with it but if you get stuck just post back here.[/QUOTE] Thanks for the link. :)

Member Avatar for mike4
0
297
Member Avatar for fsn812

This is probably a little off from the regular threads, but here goes: How many of you actually like Wine, expensive or cheap (over 21 please, we don't need any incriminating threads)? I have tried wine ranging from cheap to expensive, recently aged to very aged... and it all tasted …

Member Avatar for jbennet
1
276
Member Avatar for nissiinfotech

I'm not a networking guy, but can't this be done through a router on the WAN -> Local level? Perhaps looking into a firewall might help.

Member Avatar for jbennet
0
193
Member Avatar for fsn812

I've been gone from the forum for a few years now and I have to say, I'm quite impressed with the route this forum has taken. It appears quite a few people have gained knowledge and help from this site. Just curious, how many of you where surprised (in a …

Member Avatar for jbennet
0
47
Member Avatar for mitchdawg22

This may help. I have a speaker/sub setup that is meant for RCA. I was using it for my DVD player/Television. I went to Radio Shack and bought size converters, and a converter for merging two lines into one, so it could be plugged into my SB16 (yes. sad old …

Member Avatar for ehfr
0
1K
Member Avatar for samaru

Name: Ross Nickname: They call me the 'tin-can-man' at the shelter... I don't know why. My wife calls me the hamburgler. My son (2 year old) just looks at me and throws crayons in disgust. Age: 22 Height: Tall enough not to be considered a midget, short enough not to …

Member Avatar for Dani
3
6K
Member Avatar for ashneet

From Zend: == [b]Chapter 35. Cookies[/b] PHP transparently supports HTTP cookies. Cookies are a mechanism for storing data in the remote browser and thus tracking or identifying return users. You can set cookies using the [b]setcookie()[/b] or [url="http://www.zend.com/manual/function.setrawcookie.php"][b]setrawcookie()[/b][/url] function. Cookies are part of the HTTP header, so [url="http://www.zend.com/manual/function.setcookie.php"][b]setcookie()[/b][/url] must be …

Member Avatar for ashneet
0
171
Member Avatar for ashwinperti

You are already running the latest stable version of WAMP: [url="http://www.en.wampserver.com/download.php"] http://www.en.wampserver.com/download.php[/url] If you want the latest RC release, go here: [url="http://prdownloads.sourceforge.net/wampserver/wamp5_1.4.5RC1.exe?download"] http://prdownloads.sourceforge.net/wampserver/wamp5_1.4.5RC1.exe?download[/url] You may want to read this first (taken from site): [QUOTE] RE-RELEASE OF THE WAMP5 1.4.5 A special "unofficial" release for those who would like to try …

Member Avatar for ashwinperti
0
169
Member Avatar for JC_McGeekster

I have never used TPL, but somewhere (on another forum I think) I read: [QUOTE]TPL files are text files filled with blocks of html that are included in their respective spots.[/QUOTE] I found one [url="http://wdvl.internet.com/Authoring/Languages/PHP/Templates/substitution.html"]tutorial[/url] that may be kind of close to what you are looking for. It certainly was …

Member Avatar for fsn812
0
144
Member Avatar for server_crash

Does the header's domain name differ from the 'From' domain name in the email received? The reason I ask, is because the spam filtering software for the registered user's may not allow your mail to come through normally if the domain names do not match. It might help if you …

Member Avatar for fsn812
0
133
Member Avatar for jeepj27

The following code might help for what you are looking for. I took the width and height in the table from the screen resolution (taken from the cookie and split) and reduced them by 300 (so that it would fit inside a browser without scrolling - set this to whatever …

Member Avatar for fsn812
0
241
Member Avatar for pdewijs

Is this on your home box? If so, is it safe to assume you are accessing your web server locally or within your local home network (as opposed to having the site/server offsite)? If that is the case, I would lean toward the stability of your setup (especially if you …

Member Avatar for fsn812
0
212
Member Avatar for ashneet

[QUOTE=ashneet]I m not sure if this is right question to ask. I am trying to get php to make PDF file and email it to some one when they enter enough information. is it even possible as i have no idea how would you do this...[/QUOTE] [url="http://pear.php.net/package/File_PDF"]http://pear.php.net/package/File_PDF[/url] Quote from site: …

Member Avatar for fsn812
0
166
Member Avatar for aarya
Re: Lamp

Here is a great tutorial for building a LAMP Server: [url="http://www.lamphowto.com/lamp.htm"]Lamp HowTO: Building a LAMP Server[/url]

Member Avatar for ihostdev
0
139
Member Avatar for jewboy

[QUOTE=Narue]>Does he or she win a free turkey? A life. And he or she can have yours since you're obviously not using it.[/QUOTE] Holy crap, that's kind of harsh as the comment seemed innocent enough, don't you think? ;)

Member Avatar for >shadow<
0
293
Member Avatar for aarya

[url]http://www.daniweb.com/techtalkforums/showthread.php?p=163191#post163191[/url]

Member Avatar for aarya
0
278
Member Avatar for aarya

aarya, I would recommend that you purchase one of the following: [url="http://www.amazon.com/exec/obidos/tg/detail/-/076459723X/qid=1127612410/sr=8-9/ref=sr_8_xs_ap_i9_xgl14/102-8629913-3129734?v=glance&s=books&n=507846"]Professional LAMP[/url] [url="http://www.amazon.com/exec/obidos/tg/detail/-/0764557440/qid=1127612410/sr=8-3/ref=sr_8_xs_ap_i3_xgl14/102-8629913-3129734?v=glance&s=books&n=507846"]Beginning PHP, Apache, MySQL, Web Development[/url] [url="http://www.amazon.com/exec/obidos/tg/detail/-/0130893986/qid=1127612614/sr=8-3/ref=sr_8_xs_ap_i3_xgl14/102-8629913-3129734?v=glance&s=books&n=507846"]Core PHP Programming: Using PHP to Build Dynamic Web Sites[/url] You seem to have quite a few questions, and this is a great place to start. However, you may want to …

Member Avatar for digital-ether
0
633