Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #17.3K
Ranked #2K
~5K People Reached
Favorite Tags

12 Posted Topics

Member Avatar for danarashad

ColdFusion/Oracle Web Developer Requirements: The following are the Basic Qualifications for this position: Competent at creating/maintaining data driven web applications and web sites. Strong experience with ColdFusion (CF Builder), SQL, JavaScript, CSS, JQuery, and Oracle (or other enterprise database). Familiarity with Flex 3+, MS Windows operating systems, and integration with …

Member Avatar for danarashad
0
283
Member Avatar for Stpdoug
Member Avatar for NitsPatel

Exclude a category displaying under posts: <?php foreach((get_the_category()) as $category) { if ($category->cat_name != 'uncategorized') { echo '<a href="' . get_category_link( $category->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $category->name ) . '" ' . '>' . $category->name.'</a> '; } } ?>

Member Avatar for NitsPatel
0
299
Member Avatar for lewashby

Code for reading file: <?php $file = fopen("members.txt", "r"); $members = array(); while (!feof($file)) { $members[] = fgets($file); } fclose($file); var_dump($members); ?> The function returns the following values: int strcmp ($string1, $string2); Returns < 0 if string1 is less than string2. Returns > 0 if string1 is greater than string2. …

Member Avatar for lewashby
0
157
Member Avatar for plaw7538

Attempts to Fix: Installed the Win7 admin pack Uninstalled/reinstalled all hardware drivers Verified Active Directory DNS settings (Vista works relatively well on the same network) Reset all TCP/IP settings on all adapters using the netsh commands to do so Disabled ipv6 on all adapters Disable wifi adapter while on work …

Member Avatar for Greg_z
0
460
Member Avatar for Sam R.

The pseudocode: def removeSpaces (str): src = pointer to str dst = src while not end-of-string marker at src: if character at src is not space: set character at dst to be character at src increment dst increment src place end-of-string marker at dst

Member Avatar for NathanOliver
0
1K
Member Avatar for giovannitao_1
Member Avatar for gahhon

I found the answer. This is the easiest way to do that. d_now = date() d = split(DateAdd("d",1,d_now),"/") s = d(2) & "-" & d(0) & "-" & d(1)

Member Avatar for gahhon
0
426
Member Avatar for PerplexedB

Installing and Configuring Windows MySQL ODBC Drivers The following must be done on your own PC. If you are using MS Access 2000, it may be necessary to patch your MS Jet 4.0 database engine before continuing. See the following, for more information. MS Product Support Services: Jet 4.0 Bug …

Member Avatar for 1stDAN
0
323
Member Avatar for pwolf
Member Avatar for alismith

$str = '[cat=[0=php,script=[js]],id=4,foo=bar,....]'; $char = str_split($str); $level=0; $newstring = ''; foreach($char as $s) { if($s == '[')$level++; if($s == ']')$level--; if($s == ',' && $level == 1)$s = '_-_'; $newstring .= $s; } echo $newstring

Member Avatar for iamthwee
0
420
Member Avatar for sweety engineer
Member Avatar for jasweb2002
0
144

The End.