Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~5K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

17 Posted Topics

Member Avatar for scottholmes

I'm in need of some htaccess syntax. I recently migrated a drupal 6 site to a drupal 7 site. The original site was located in a subdirectory, foo.foobar.com I now have several hundred links in such places as Facebook etc linking to this domain. I have an htaccess file in …

Member Avatar for JorgeM
0
165
Member Avatar for happygeek

I'm gratified to find discussion of virtual worlds here on Daniweb, and Second Life in particular. I've been a long time away from Daniweb and only came back today because of their missive about Google's new search algorithm and their desire for posts. I'm no longer an active developer because …

Member Avatar for happygeek
1
933
Member Avatar for scottholmes

I'm trying to develop a drupal module to return json from the citysearch api. I can successfully construct the url and I can use the url to open a new window and display the returned json data, thus: [CODE]testwindow= window.open (URL, "mywindow", "location=1,status=1,scrollbars=1,width=100,height=100");[/CODE] however, my attempt to try this with …

Member Avatar for scottholmes
0
105
Member Avatar for scottholmes

I recently purchased a Seagate Expansion external drive, 1.5 TB. I wish to use it on a Debian system so I have reformatted the disk to ext3 rather than the ntfs that it came with. I can manually mount it and it works just fine. My question is how or …

Member Avatar for cguan_77
0
135
Member Avatar for scottholmes

I have a snippet of code, thus: [CODE]$match |= in_array($type, $types);[/CODE] but I am unfamiliar with the |= expression and have been unable to find it in the PHP manuals.

Member Avatar for scottholmes
0
83
Member Avatar for scottholmes

Upon applying for a job, I was given a "tester". One of the questions was what does the php function ?header? do. I have not seen this syntax nor has it come up on any google search I've attempted. Could someone here please educate me on this item? Thanks

Member Avatar for punjabivirsa3
0
107
Member Avatar for scottholmes

I don't use windows much but I have recently acquired a Fujitsu Series N 5010 and set up a dual boot, Windows 2000 Pro and Ubuntu. I'm trying to find the appropriate driver for the DVD player (it originally came with XP home version) for the 2000 side. I've been …

Member Avatar for caperjack
0
176
Member Avatar for scottholmes

I need to be able to parse out data fields from Open Office documents on the fly. I'm using tbsooo_class.php and I have a number of files with variable fields embedded. The code I have, derived from TBS (tiny but strong) parses out only the text. I need the entire …

Member Avatar for scottholmes
0
161
Member Avatar for scottholmes

I currently have a php generated array that looks like: [ICODE]<ul><div class="oddListing"><li><a onClick="summaryJS.showCaseSummary('373');" onDblClick="caseWindow('view&cnmbr=373');">ARMIJOMAR</a></li></div> <div class="evenListing"><li><a onClick="summaryJS.showCaseSummary('374');" onDblClick="caseWindow('view&cnmbr=374');">ARMIJOMAR01</a></li></div> <div class="oddListing">[/ICODE] .... This array can exceed a thousand records at any one time. I'm trying to conform this to HTML 4.01 Transitional which means moving the onClick and onDblClick to a …

Member Avatar for ShawnCplus
0
76
Member Avatar for scottholmes

It seems I have a choice, my menu item can follow suckerfish and change background color on hover or the document.submit() function can work. Not both. Any ideas about this would be appreciated. I have this bit of code for a menu option: [ICODE]<li><a href="#" onClick="document.getElementById('cf').submit()">Commit</a></li>[/ICODE] This allows the Commit …

0
61
Member Avatar for scottholmes

I was recently given a criticism that a project of mine seems to be designed for "small screen". This is true as most of the work has been done on 17inch screens. I need some general advise and suggestions on what I should be most concerned about: fonts, iframe sizes, …

Member Avatar for Luckychap
0
67
Member Avatar for carobee

if the cookie is set with time=0 it will expire when the browser is closed. setcookie("name", "value", 0);

Member Avatar for scottholmes
0
2K
Member Avatar for scottholmes

I was just reading a new article in Developers Shed pn PHP 5 destructors and was struck by the technique used for coding the examples. I'm thinking primarily of the explicit use of private and public terms for declaring variables and functions. Is there any real benefit from this? Is …

Member Avatar for Walkere
0
99
Member Avatar for scottholmes

I have this bit of php that works fine as is but I would like to separate out the javascript calls to an onLoad function. [ICODE]<?php include("casefile.class"); $cf = new casefile_Rec; $seclogin=$sess->getSessVar("seclogin"); if ($cf->primary_case_list($seclogin["uname"])) { echo "<ul>"; while ($row = mysql_fetch_assoc($cf->res)) { if ($aLine=="evenListing") { $aLine="oddListing"; } else { $aLine="evenListing"; …

Member Avatar for scottholmes
0
324
Member Avatar for scottholmes

I have a mysql database with user input fields. Some of these varchar fields contain commas as part of the data. When I try to display these fields they are treated as arrays and display only the first "element". This occurs both with mysql_fetch_row() and mysql_fetch_array(). I'm chagrined I haven't …

Member Avatar for scottholmes
0
145
Member Avatar for scottholmes

By way of introduction I would like to remark on why I've joined a tech forum in the first place. I am currently developing a web application for managing worker's compensation cases. I am experienced with worker's comp systems as I spent 16 years developing and maintaining an Informix 4GL …

Member Avatar for ptsillini19
0
247
Member Avatar for world_weapon

Even though this thread has been marked solved, I'm new here and spotted this thread. I did some similar work a year or so ago and though you might be interested in what I found. I included the parsing functions just for clarity. Of primary interest is the create_fdf() function. …

Member Avatar for scottholmes
0
102

The End.