Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~4K People Reached
About Me

Experience: 20 years as Programmer, QA&Test Leader, Project Mgr (PMP) & Director in a SW dev/R&D environment. In transition -- trying to scrape the rust of my programming skills and do a little web dev for fun and profit.

Interests
- 3 sons -- all of whom are SW engineers. - Graphical Reasoning/Rhetoric - Old time musician (actually…
PC Specs
Dell XPS M140, Windows XP, develop using XAMPP (WAMP) stack. Deploying to a LAMP stack.
Favorite Forums
Member Avatar for aldm

Hi, I have a php file session.php: [CODE] <?php require_once("functions.php"); session_start(); ... ?> [/CODE] I tried to include this in one of my php scripts, but it shows me a warning: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at E:\xampp\htdocs\cjenovnik1\uredi_profil.php:1) in E:\xampp\htdocs\cjenovnik1\includes\session.php on …

Member Avatar for FeralReason
0
509
Member Avatar for FeralReason

Not sure if this is the right place to post this. I've built a number of websites but have just now been asked to provide a password protected page that allows different customers FTP access to download files. I feel dumb. Having never done anything like this before. Obviously I …

Member Avatar for pritaeas
0
187
Member Avatar for FeralReason

The following code works fine in IE8 and Firefox 3.5. Any idea why it does not work in Chrome ? Tried it both in localhost and on my web server -- no success. In the header: [code = php] <?php if((isset($_COOKIE["unique_id"]))&&isset($_COOKIE["users_resolution"])){ $screen_res = $_COOKIE["users_resolution"]; $unique_id = $_COOKIE["unique_id"]; } else //means …

Member Avatar for fxm
0
200
Member Avatar for samaru

[size=4]PHP and MySQL Web Development[/size] [b]by Luke Welling, Laura Thomson[/b] Extremely useful - This is a very useful book. If you're a web developer, and you're starting out with PHP, it will do wonders. It covers many important things such as creating a successful shopping cart, web based e-mail, web …

Member Avatar for berniestein2001
0
624
Member Avatar for FeralReason

I'm looking to put a context-free feedback form on my site (link placed in my navbar) that would cause a small window to pop-up, allow the user to enter feedback and submit. On submit, the window would disapear and the user would remain on the page they were previously on. …

Member Avatar for pritaeas
0
72
Member Avatar for cjmalloy

I have a web page that uses float: left and clear left to stack columns. This page works fine on firefox but not on ie8. Columns are like this: xxx 12 34 xxx 56 78 90 Where each number or xxx represents a div. Odd numbers have float : left; …

Member Avatar for dipak_passion
0
131
Member Avatar for FeralReason

Admittedly, I'm new to CSS but I am having some difficulty converting tables to CSS. Here is a CSS example for a simple 4 cell table that works fine -- but only without the DOCTYPE declaration (any DOCTYPE declaration)! Does anyone know what, if anything, I am doing wrong ? …

Member Avatar for kanaku
0
195
Member Avatar for ayesha789

Hi, Its me Ayesha I have a Question about Help Indicator. Please Tell me How I can Develop the Help indicator like in this web site. [URL="http://tickettrunk.com/event/add#"]http://tickettrunk.com/event/add#[/URL] I shall be very thankful to you for this .... Ayesha Developer

Member Avatar for MJ Pieterse
0
99
Member Avatar for kevosull

I have some nested divs which user percentages for sizing the width. The divs are floated for positioning which works fine. The problem is that one of the divs (sub-content) which contains two floated divs sized at 35% and 65% does not occupy the same width as the divs above …

Member Avatar for FeralReason
0
337
Member Avatar for schwarznavy

Greetings, I'm not a very advanced programmer at all. I found a piece of code that helps me out a lot at [url]http://www.codelifter.com/main/javas...lideshow2.html[/url]. It allows an image to crossfade into another, into another, etc. I'd like to be able to crossfade an image, with a text caption underneath it, to …

Member Avatar for FeralReason
0
1K