Forum: Website Reviews Apr 10th, 2006 |
| Replies: 2 Views: 1,319 Thanks for the feedback what is breaking at that resolution?
Thanks |
Forum: PHP Apr 9th, 2006 |
| Replies: 19 Views: 73,425 If you do decide you want to store the image in a database (there are circumstances) then use a blob datatype. |
Forum: Perl Apr 7th, 2006 |
| Replies: 3 Views: 3,303 Yeah I agree the C version would perform better the problem I have is application development time, I only 1 month to develop a very large application consisting of multiple script and programs, if... |
Forum: Website Reviews Apr 7th, 2006 |
| Replies: 2 Views: 1,319 Any suggestions on ad placement and general layout appreciated. |
Forum: C Apr 7th, 2006 |
| Replies: 0 Views: 861 Hi All
I am writing an application for work that will be distributed across about 200 servers, installing is going to be a big enough pain but what I am looking to do is ensure that after the... |
Forum: Perl Apr 7th, 2006 |
| Replies: 3 Views: 3,303 I am writing an application to interact with a Faircom c-tree database, there will be thousands of entries in the database I am trying to decide if I should impliment in perl or C++
Has anyone... |
Forum: MS Access and FileMaker Pro Nov 6th, 2005 |
| Replies: 27 Views: 40,954 Of course it is, there is always people available to fix any problem with any system, especially now that MySQL has become such a major competitor in the database market.
But when a project... |
Forum: Window and Desktop Managers Aug 7th, 2005 |
| Replies: 9 Views: 7,026 All these messages and no one mentioned old reliable xv :op |
Forum: Getting Started and Choosing a Distro Aug 7th, 2005 |
| Replies: 6 Views: 7,324 uname -a
CSGAL:
UNIX isn't always open source, there is still a few versions of true UNIX operating systems that don't have the source code open to the public until recently this included Sun... |
Forum: Getting Started and Choosing a Distro Aug 7th, 2005 |
| Replies: 18 Views: 28,123 This should work in linux, since korn is what does the work in this instance basically if ksh can interprete this in AIX it should work in linux, unless you are using pdksh (public domain korn shell)... |
Forum: JavaScript / DHTML / AJAX May 19th, 2005 |
| Replies: 6 Views: 24,361 Worked like a charm I just tested it on my development machine and the height works in both ie and firefox, I had to make a slight alteration to get it looking good on IE.
... |
Forum: JavaScript / DHTML / AJAX May 19th, 2005 |
| Replies: 6 Views: 24,361 Awesome I will experiment with that, do you know if it is cross browser capable? Or will I need to play with it a little?
Thanks so much for the pointers I will play with it this evening.
Ben |
Forum: JavaScript / DHTML / AJAX May 19th, 2005 |
| Replies: 6 Views: 24,361 I was looking at this and experimented with setting:
html,body {
min-height: 100%;
height: 100%;
}
However, this seems to only take into account the screen height not the height... |
Forum: JavaScript / DHTML / AJAX May 18th, 2005 |
| Replies: 6 Views: 24,361 Hi All
I am hoping someone can help me out since this is driving me nuts.
On my site I have 3 columns:
|sidebar| content |sidebar|
What I want to do is have the height of the 2... |
Forum: Perl Jan 9th, 2005 |
| Replies: 14 Views: 7,125 I agree perl does kick ass, it is in my opinion the best scripting language there is (python affectionados need not flame it is just an opinion), however, this said shell languages do have an... |
Forum: Window and Desktop Managers Dec 7th, 2004 |
| Replies: 10 Views: 5,279 Hi everyone
Out of interest what windows managers are people running and why?
I use fvwm2 because it is so light and fast but with powerful configuration options that let me set my desktop up... |
Forum: Getting Started and Choosing a Distro Dec 7th, 2004 |
| Replies: 4 Views: 2,543 Gentoo is a great distribution for a programmer, of course everyone will say that about their personal favourite distro, however, my "opinion" is that gentoo is put together in a way that appeals to... |
Forum: C Nov 21st, 2004 |
| Replies: 4 Views: 2,614 Strangely enough no I didn't touch the sprintf() I just changed the declaration of file_to_open.
Ben |
Forum: C Nov 20th, 2004 |
| Replies: 4 Views: 2,614 Damn you are good lol:
char files_to_open[ kMaxFileSize ];
Causes failure to compile:
shell_interp.cpp: In member function `int Shell_Interp::runshellscript(char*,
std::string&)':... |
Forum: Geeks' Lounge Nov 20th, 2004 |
| Replies: 31 Views: 7,073 Windows - Firefox
Linux - Firefox
FreeBSD - Firefox
IE is too insecure, I recently installed firefox on wifeys computer too.
Mozilla too much for what I need
Opera too pretty and if I want... |
Forum: C Nov 20th, 2004 |
| Replies: 4 Views: 2,614 Hi guys
It has been quite a long time since my last post, but I am having some very weird behaviour on a program I am writing and I was hoping to get a little community feedback ;)
I am... |
Forum: C++ Aug 21st, 2004 |
| Replies: 2 Views: 22,053 Hi Dave
I kinda figured there wasn't a sort() algorithm on map<> but I was hoping that maybe someone had written some efficient code to do a sort, and if so if they could give a few pointers on... |
Forum: C++ Aug 20th, 2004 |
| Replies: 2 Views: 22,053 Does anyone know of a good way to sort an stl map?
I have something like the following example:
#include <iostream>
#include <map>
#include <algorithm>
int main() |
Forum: PHP Jul 30th, 2004 |
| Replies: 10 Views: 4,211 What code are you actually using to fetch the ID on the next page?
Ben |
Forum: PHP Jul 28th, 2004 |
| Replies: 10 Views: 4,211 From the look of the code on the next page:
<?php echo $ID; ?>
Should work.
HTH |
Forum: Getting Started and Choosing a Distro Jul 28th, 2004 |
| Replies: 17 Views: 7,156 Solaris is also a decent price last time I looked a month or so ago the full solaris media kit (books, install, oracle, extra software) cost $89, if you wanted to save money you can just download the... |
Forum: PHP Jul 28th, 2004 |
| Replies: 10 Views: 4,211 How are you trying to access the data? Do you have a code example?
Ben |
Forum: PHP Jul 27th, 2004 |
| Replies: 14 Views: 4,286 Slight alteration I don't know if it makes a difference to the interpreter but for the sake of readability:
<?php print "hey";
// Have a space
?> |
Forum: PHP Jul 27th, 2004 |
| Replies: 8 Views: 3,500 And change Save As Type to all files not txt |
Forum: PHP Jul 26th, 2004 |
| Replies: 8 Views: 3,500 Yes that is because notepad often saves it with the .txt extention you need to remove that.
Ben |
Forum: PHP Jul 26th, 2004 |
| Replies: 8 Views: 3,500 First I don't know if lycos supports php but unless you have a paid account I doubt it and secondly, you have the wrong file name it should be hey.php not hey.php.txt you need to get rid of the .txt... |
Forum: PHP Jul 26th, 2004 |
| Replies: 14 Views: 4,286 Don't worry it isn't a hack, you are just not using it in the right way, php scripts need to be parsed by the php executable in order to work correctly, there is text editors you can use that will... |
Forum: PHP Jul 26th, 2004 |
| Replies: 14 Views: 4,286 It should display in a browser as:
<html>< head >< title > php test< /title > < /head >
< body >
hello world<P>
< /body></html>
You will need to save the file with a .php extention,... |
Forum: IT Professionals' Lounge Jul 25th, 2004 |
| Replies: 13 Views: 6,494 I would disagree with this, it is something covered in several other threads about paths to programming and stuff. Basic is a dead language, learning to program by using it is a waste of time, I... |
Forum: Growing an Online Community Jul 22nd, 2004 |
| Replies: 3 Views: 7,741 A couple of years ago I was writing a program to do just this, send out the monthly news letter for the ecommerce company I was working for. I wrote it in C and linked to libesmtp, it was a very... |
Forum: MS Access and FileMaker Pro Jul 22nd, 2004 |
| Replies: 27 Views: 40,954 Actually my opinion is based on facts, if you had more carefully read my post you would have seen I have a lot of experience using all kinds of databases, this experience extends about 7 years now.
... |
Forum: MS Access and FileMaker Pro Jul 21st, 2004 |
| Replies: 27 Views: 40,954 By this definition a telephone book is a database since it stores information in a structural way.
Okay to correct myself earlier yes Access is a database, however, it doesn't compare on any level... |
Forum: Perl Jul 12th, 2004 |
| Replies: 14 Views: 7,125 I don't think C++ is a great language to begin with, I think most people should start with a procedural language and then move to object orientated.
I begin with:
pascal
delphi
c
perl
visual... |
Forum: Shell Scripting Jul 12th, 2004 |
| Replies: 3 Views: 41,238 Hi there
Perhaps this thread may give you pointers on what you are trying to do, it includes code examples for a similar question a few weeks ago:
Thread on bash searching... |
Forum: C++ Jul 11th, 2004 |
| Replies: 14 Views: 3,467 Wow the same year I was born!
Thanks for the help with this though I was in a real bind my boss wants this program ready for testing in 3 weeks and this was my last major obstacle (I hope) :)
... |