User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 456,008 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,039 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 113
Search took 0.01 seconds.
Posts Made By: liliafan
Forum: Website Reviews Apr 10th, 2006
Replies: 2
Views: 1,087
Posted By liliafan
Re: Please review http://www.buymychild.com/

Thanks for the feedback what is breaking at that resolution?

Thanks
Forum: PHP Apr 9th, 2006
Replies: 16
Views: 46,116
Posted By liliafan
Re: How insert image into mysql database and retrieve

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: 2,649
Posted By liliafan
Re: Faircom C-Tree

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,087
Posted By liliafan
Please review http://www.buymychild.com/

Any suggestions on ad placement and general layout appreciated.
Forum: C Apr 7th, 2006
Replies: 0
Views: 663
Posted By liliafan
Checking for file differences

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: 2,649
Posted By liliafan
Question Faircom C-Tree

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 used...
Forum: MS Access and FileMaker Pro Nov 6th, 2005
Replies: 27
Views: 35,730
Posted By liliafan
Re: MS Access vs. MySQL

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 gets...
Forum: Window and Desktop Managers Aug 7th, 2005
Replies: 9
Views: 6,376
Posted By liliafan
Re: Screenshots in Linux

All these messages and no one mentioned old reliable xv :op
Forum: Getting Started and Choosing a Distro Aug 7th, 2005
Replies: 6
Views: 6,656
Posted By liliafan
Re: Overview of UNIX

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: 25,222
Posted By liliafan
Re: Quick Reference for Linux Commands

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: 18,954
Posted By liliafan
Re: Problem with <div> height - Controlling flow from center div

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...
Forum: JavaScript / DHTML / AJAX May 19th, 2005
Replies: 6
Views: 18,954
Posted By liliafan
Re: Problem with <div> height - Controlling flow from center div

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: 18,954
Posted By liliafan
Re: Problem with <div> height - Controlling flow from center div

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 of the...
Forum: JavaScript / DHTML / AJAX May 18th, 2005
Replies: 6
Views: 18,954
Posted By liliafan
Problem with <div> height - Controlling flow from center div

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 sidebars...
Forum: Perl Jan 9th, 2005
Replies: 14
Views: 6,097
Posted By liliafan
Re: where to start with perl?

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: 4,536
Posted By liliafan
What desktop and why

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 to...
Forum: Getting Started and Choosing a Distro Dec 7th, 2004
Replies: 4
Views: 2,164
Posted By liliafan
Re: which distribution ???

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,103
Posted By liliafan
Re: Weird segfault involving popen

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,103
Posted By liliafan
Re: Weird segfault involving popen

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*,
...
Forum: Geeks' Lounge Nov 20th, 2004
Replies: 31
Views: 5,810
Posted By liliafan
Re: Which browser are you using?

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 mouse...
Forum: C Nov 20th, 2004
Replies: 4
Views: 2,103
Posted By liliafan
Weird segfault involving popen

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 writing a...
Forum: C++ Aug 21st, 2004
Replies: 2
Views: 14,109
Posted By liliafan
Re: sorting stl::map

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 how...
Forum: C++ Aug 20th, 2004
Replies: 2
Views: 14,109
Posted By liliafan
sorting stl::map

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: 3,430
Posted By liliafan
Re: need help using links like test.php3?id=2

What code are you actually using to fetch the ID on the next page?

Ben
Forum: PHP Jul 28th, 2004
Replies: 10
Views: 3,430
Posted By liliafan
Re: need help using links like test.php3?id=2

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: 6,074
Posted By liliafan
Re: unix or linux ??

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: 3,430
Posted By liliafan
Re: need help using links like test.php3?id=2

How are you trying to access the data? Do you have a code example?

Ben
Forum: PHP Jul 27th, 2004
Replies: 14
Views: 3,358
Posted By liliafan
Re: what does this code do?

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: 2,919
Posted By liliafan
Re: sveing php files

And change Save As Type to all files not txt
Forum: PHP Jul 26th, 2004
Replies: 8
Views: 2,919
Posted By liliafan
Re: sveing php files

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: 2,919
Posted By liliafan
Re: sveing php files

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: 3,358
Posted By liliafan
Re: what does this code do?

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: 3,358
Posted By liliafan
Re: what does this code do?

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, and in...
Forum: IT Careers and Business Jul 25th, 2004
Replies: 13
Views: 5,461
Posted By liliafan
Re: Where to head with C++ programming?

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: 6,608
Posted By liliafan
Re: Mailing list script

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: 35,730
Posted By liliafan
Re: MS Access vs. MySQL

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...
Forum: MS Access and FileMaker Pro Jul 21st, 2004
Replies: 27
Views: 35,730
Posted By liliafan
Re: MS Access vs. MySQL

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: 6,097
Posted By liliafan
Re: where to start with perl?

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 basic...
Forum: Shell Scripting Jul 12th, 2004
Replies: 2
Views: 29,602
Posted By liliafan
Re: how to recursive search of subdiretories in BASH script

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: 2,809
Posted By liliafan
Re: storing references to classes

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)...
Showing results 1 to 40 of 113

 
All times are GMT -4. The time now is 10:00 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC