Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
9
Posts with Upvotes
7
Upvoting Members
6
Downvotes Received
5
Posts with Downvotes
4
Downvoting Members
5
3 Endorsements
Ranked #486
Ranked #4K
~19.7K People Reached
Interests
Networks, Linux, BSD, Java, Web Development, SQL, HTML, CSS, Javascript,JQuery,C++,Java,Artificial Intelligence,…

61 Posted Topics

Member Avatar for 3devo

A couple questions: is the machine a tower? a desktop? or a compact machine? A.k.a does it have multiple hard drive bays? And what are you trying to do? If you switch the hard drives, then your machine will run 32 bit XP. If you have both of them in, …

Member Avatar for <\Jericho>
0
378
Member Avatar for f14dtom

Absolutely! Linux is phenomenal. I recently switched four Win XP desktops in my house to run Debian 6. The amount of control and power you have is in credible. I just installed a debian-based web server as well. It was the simplest job I have ever done... outside of the …

Member Avatar for Vasvi
3
742
Member Avatar for PhilEaton

Here is the code: var Circle = function( radius ) { var _radius = radius, _area = function() { return Math.PI * _radius * _radius; }, _perimeter = function() { return 2 * Math.PI * _radius; }; this.radius = _radius; this.area = "Area" + _area(); this.perimeter = "Perimeter" + _perimeter(); …

Member Avatar for PhilEaton
0
163
Member Avatar for PhilEaton

I am new to python web frameworks. I am using web.py because I like how raw it is. I am wondering though, how one can produce pages and scripts efficiently when being restricted to sending output through the return keyword? It seems like for any python module you can only …

Member Avatar for Gribouillis
0
243
Member Avatar for PhilEaton

Hello! I am having trouble getting the abspath when entering only an executable file. How can I fix this to return the full abspath? I am taking user input and opening a process (application). Here is my code: file = "/" + arr[2] + ".exe" print(file) path = os.path.abspath(file) print(path) …

Member Avatar for PhilEaton
0
417
Member Avatar for PhilEaton

Hi! I have a work Samba file server on Ubuntu Server 12.04. I can successfully add small files to it like docs and pdfs. However when I try to add a large file, for instance a 1.2gb video file, the server appears to timeout after appearing to be halfway completed. …

0
167
Member Avatar for PhilEaton

Sorry, I am very new to AJAX, and I while there are tons of examples out there, it is hard for me to understand. If you could please help me out with my specific example I'd much appreciate it. The AJAX syntax is just very strange to me. Anyway, I …

Member Avatar for goldentuna
0
345
Member Avatar for mhettinger77

Correct me if I'm wrong, but also, you might be able to implement a RSS feed. I am new to RSS, but that might be a good way to go. Plus XML is fairly simple.

Member Avatar for diafol
0
105
Member Avatar for bo0ga

Like they've said, the biggest issue will probably only be the drivers. In the worst case, you won't have a working ethernet driver. This is a bad thing because you cannot automate driver updates without this... (You need the internet to find drivers.) I have had this problem many times …

Member Avatar for hazzag1995
0
593
Member Avatar for pawan768

Well with JQuery in general you could get it with '$('#idgoeshere').val();' or '$('.classgoeshere').val();' etc. I'm not sure if Radio buttons work differently though.

Member Avatar for iamthwee
0
211
Member Avatar for PhilEaton

Hi, I am used to HTML. What is Coldfusion? Why do people use it? What are the circumstances you would use it. Does it require proprietary software? What are the advantages and disadvantages to using it over HTML? Is it compatible with CSS,Javascript, PHP, and MySQL? What are personal opinions …

Member Avatar for arrgh
0
2K
Member Avatar for PhilEaton

I have looked into Cast and Convert, but I cannot find a way to do this. I need to convert four digits into an hour format. For instance, 0800 would become 8:00 or 1530 would become 15:30. I cannot use functions, I'm using a special form of SQL. Any suggestions? …

Member Avatar for iamthwee
0
176
Member Avatar for PhilEaton

I am wondering how I can hide all divs on the page only using Javascript, I cannot use Jquery. Is there a way to do this without using the arrays that comes with document.getElementByTag? Or if there is not, could you show me how to hide all? Thanks!

Member Avatar for iamthwee
0
280
Member Avatar for rotten69

As far as beginning JQuery goes, you definitely need to download and link to (or just use an online host like Google) it every time you intend to pull from the JQuery library. That's sort of a 101 on the 101 if you understand.

Member Avatar for iamthwee
0
306
Member Avatar for PhilEaton

Hi! Does anyone know of any worthwhile machine language OSes to try? I just learned about them in class. It's an interesting idea in terms of speed and portability. I could only find two online, one was in Russian, and the other was MikeOS. Does anybody know any other OSes …

Member Avatar for rubberman
2
277
Member Avatar for PhilEaton

I just thought of this and was wondering if it is possible. So similar to how you can relatively reference a parent folder using ../. Is there a way to access a parent directory if a domain name is associated with a sub-folder. For instance, on my server, I have …

Member Avatar for JorgeM
0
489
Member Avatar for PhilEaton

Hi! I recently created a website that has a contact form that sends an email with the PHP Mailer class. I had to use my gmail account because I cannot get my LAMP server's SMTP protocol working... In my mail.php file, I display the password and account quite openly as …

Member Avatar for PhilEaton
0
3K
Member Avatar for PhilEaton

Hi there! I'm new to MySQL. What security measures should I take to ensure security of my databases? Any keywords? For instance, often times when logging into the DB, you must enter the user and pwd to gain access. How can I make that more secure? It's obviously in plain …

Member Avatar for PhilEaton
0
143
Member Avatar for PhilEaton

I am trying to check for the background of an element, here is my code. But it doesn't work: I tried two ways, here is the first: function changeColor(field) { if(field.css('background-color','#ffb100')) { field.css('background-color','white'); } else { field.css('background-color','ffb100'); } } here is the second: function changeColor(field) { if(field.css('background-color') === '#ffb100') { …

Member Avatar for Taywin
0
276
Member Avatar for vinnitro

@Jorge, this isn't exactlty relevant, but as far as your original post goes, VMs are only as good as his CPU and/or RAM. It's only the best choice if your machine can handle it, otherwise you could come out thinking Windows performs much faster than Linux, which is often not …

Member Avatar for JorgeM
0
194
Member Avatar for jateshs1007

Is it possible to make sites like that without flash? I hate how flash is proprietary... It would be great to know I could aspire to something like this^ without flash..

Member Avatar for <M/>
0
187
Member Avatar for mgn2683

Your post is kind of vague, which image is the header? The one with the Einstein quote or the one on top? And the navigation is the row of links? Sorry, just trying to understand what you want to happen.

Member Avatar for JorgeM
0
115
Member Avatar for Pityu

bumping this. postfix/setting up a mail server is an absolute pain in the butt. I'm trying to figure out this as well.

Member Avatar for PhilEaton
0
392
Member Avatar for Tani111

I'd suggest Ubuntu over Xubuntu, much better documentation and a mch better desktop environment. Also, try plugging your laptop into an external monitor just to check that your screen isn't broken.

Member Avatar for PhilEaton
1
159
Member Avatar for Delnith

I disagree with the VM approach. Unless you have a fairly new machine, VMs can be very slow. To truely get a feel for linux, I'd suggest using Ubuntu's Win Installer. I wouldn't worry about getting a whole new machine, that is unless you have a 40gb HDD or really …

Member Avatar for PhilEaton
0
158
Member Avatar for abdulkadir.s.mainassara

It can be complicated. Are you using a SQL server you are hosting? or is it hosted from another site?

Member Avatar for PhilEaton
1
53
Member Avatar for benshelly

Does it have an external monitor output? Have you tried using that? (Not as an overall fix, just another test for the motherboard)

Member Avatar for PhilEaton
0
92
Member Avatar for PhilEaton

I am not an affiliate of 000Webhost. I just really appreciated what they had to offer. I don't use them any more because I run my website from my own LAMP server. They offer PHP, MYSQL, free emails, etc. It's a pretty incredible package. It took me a long time …

Member Avatar for PhilEaton
-2
152
Member Avatar for PhilEaton

How can I execute a function that will run while the client is waiting for the server response? Here is my code. I looked up and found a .load() function, but how does that fit into this? Any help would be great! Thanks $.ajax({ type: "POST", url: "mail.php", data: {name: …

Member Avatar for JorgeM
0
217
Member Avatar for PhilEaton

I am a new PHP developer, I run a LAMP server but use Win 7. For the PHP Developers out there, is it much more helpful to have a local WAMP server? I can see how it would be nice to be able to develop without uploading every four seconds …

Member Avatar for PhilEaton
0
174
Member Avatar for davy_yg

You might use absolute positioning within a relatively positioned container div. This would allow you to overlay your picture with text.

Member Avatar for lps
0
117
Member Avatar for PhilEaton

Here is my code for this page: phileaton.est-a-la-masion.com/Day Care/contact.htm <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <META NAME="description" CONTENT="Looking for an affordable daycare for your child? Are you worried that your precious one is not learning basic skills? If so, this …

Member Avatar for PhilEaton
0
207
Member Avatar for PhilEaton

The issue I'm having is that I need to add a second stylesheet to my web site. But I'd rather not update the 20+ HTML pages with a <link href="" /> code. Is there any way to link from the existing stylesheet to another? That way I only change one …

Member Avatar for PhilEaton
0
192
Member Avatar for PhilEaton

Hi! An issue I'm having is using CSS's font-family code to change the font of my website's text. However, the issue is that the font I need is not native to Windows. I know I could download the font and view it like that. But this is of course not …

Member Avatar for Gabriela34
0
212
Member Avatar for PhilEaton

Here is the code I'm running into an error with: FROM IndexPID INNER JOIN Demographics ON IndexPID.NDoc_Number = Demographics.NDoc_Number, PatientSupply INNER JOIN Demographics ON PatientSupply.NDocNum = Demographics.NDoc_Number I also tried it this way: FROM IndexPID, PatientSupply INNER JOIN Demographics ON IndexPID.NDoc_Number = Demographics.NDoc_Number INNER JOIN Demographics ON PatientSupply.NDocNum = Demographics.NDoc_Number …

Member Avatar for PhilEaton
0
179
Member Avatar for PhilEaton

Here is the code I have in contact.php: <?php mail('philovesdogs@gmail.com','sdf','sadfsad'); echo 'Ok'; ?> I put the echo in just to make sure that PHP was working on the page. I uploaded the page to my LAMP server and opened the page. I saw 'ok'. I checked my email however (and …

Member Avatar for PhilEaton
0
143
Member Avatar for PhilEaton

Hi! I am making a simple box and inner box. The outer box is white and the inner box is purple. The inner box width is static (95%, i understand this is not necessarily static, but in the context of the height you'll understand) but the height is set to …

Member Avatar for PhilEaton
0
232
Member Avatar for PhilEaton

Is it possible to create your own email? I.e. host your own email, perhaps '@67.201.13.165'? I know you can build email servers. But is it possible to feature your own email "account"? Thanks!

Member Avatar for PhilEaton
0
159
Member Avatar for PhilEaton

Hello! I need to write a query that selects TableID (a previously concatenated string) and also selects a substring of TableID as another column. All data in TableID is in the format %System.Variable, %Class.User, etc. I need to select from the % to the '.' to return something like %System …

Member Avatar for PhilEaton
0
140
Member Avatar for CarterLangley

I'm a little rusty on php, but is this what you are looking for? http://php.net/manual/en/function.str-replace.php

Member Avatar for CarterLangley
1
188
Member Avatar for DavidB

I agree with khajvah, Windows should be the host, but for a different reason. Ubuntu Linux, which I suggest you use, is one of only two Linux Distros (that I've seen, the other being Debian) that has a windows installer. (And Debian's win installer wasn't half as easy). Using a …

Member Avatar for PhilEaton
0
199
Member Avatar for PhilEaton

I need to order these dates in descending order (last should be first) and in fact how they now appear. However they do not necessarily appear like those so I need a SQL Order By clause to order these descending: 2012-01-23 09:53:24.097105 2012-01-20 17:31:57.565458 2012-01-20 17:01:09.154587 2012-01-20 16:28:40.685735 2012-01-16 12:03:54.99954 …

Member Avatar for JorgeM
0
489
Member Avatar for PhilEaton

Hello! So I just installed Ubuntu Server 12.04 on my machine. I have the web server and SSH server working, you can acces both from the internet. However, every time I attempt to run update or upgrade commands from SSH, it fails to do so, resulting in a similar error …

Member Avatar for PhilEaton
0
266
Member Avatar for PhilEaton

If you cannot ping any websites and cannot get updartes or upgrades, you might have a nameserver issue. GI just installed a fresh copy of Ubuntu Server 12.04 and this has been an issue since I installed it. I did not know what to do, but I check the /etc/resolv.conf …

Member Avatar for PhilEaton
0
195
Member Avatar for PhilEaton

0 down vote favorite I am trying to write a script that will return the latest values for a unique documentid-physician-patient triplet. I need the script to act similar to a group by statement, except group by only works with one column at a time. I need to date and …

Member Avatar for PhilEaton
0
216
Member Avatar for PhilEaton

Having trouble dual booting Windows and BSD? I was! I highly recommend using EasyBCD to add in an entry to the windows boot loader. I couldn't get the Windows bootloader to recognize bsd, but using this I could! I am not affiliated with the company, but it has done me …

0
137
Member Avatar for PhilEaton

Hello! My issue is that I have to disc readers. One DVD RW and the other a CD RW. I have to slots for them, I plugged them both in, power cables and connector cables. Howeverm the computer only reads that there is a CD RW drive in it. I …

Member Avatar for rch1231
0
344
Member Avatar for Ancient Dragon

As Chri suggested, using Wubi might be a good idea. I had the same problem when I installed Ubuntu from disk/usb. I'd suggest uninstalling ubuntu from windows (control panel) and reinstall using Wubi (which installs ubuntu from windows gui and allows for partitioning i believe if you don't already have …

Member Avatar for elhijodelpeje
1
165
Member Avatar for lewashby

I'm not entirely sure what you are trying to do.. If you are looking to add HTML pages (or the like) you will add them in the directory /var/www/. It's pretty easy to find once you know what it is!

Member Avatar for PhilEaton
0
178
Member Avatar for bo0ga

two good ways to guarentee centered in setting margin-left and margin-right to auto also if you know the width of the thing to be centered: position: absolute; left: 50%; margin-left: -(WIDTH OF CENTERED THING DIVIDED BY TWO WITHOUT THESE PARENTHESES) this second code moves the thing-to-be-centered by 50% of the …

Member Avatar for PhilEaton
0
247

The End.