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.

0 Endorsements
Ranked #4K
~2K People Reached
Member Avatar for whitshade

Is it professionally ethical to advertise the name of the web developer/web development company on a client's web site when the developer has designed the site? I ask because I built a web site for a local non-profit and shared it with a friend. My friend said that my name …

Member Avatar for matricol
0
576
Member Avatar for zeusthegreat

[CODE]<?PHP // Original PHP code by Chirp Internet: [url]www.chirp.com.au[/url] // Please acknowledge use of this code by including this header. function getImages($dir) { global $imagetypes; // array to hold return value What does retval mean? $retval = array(); // add trailing slash if missing if(substr($dir, -1) != "/") $dir .= …

Member Avatar for diafol
0
141
Member Avatar for xxreenaxx1

I am doing an equation and the outcome is 45.454545454545454545. I would like to get rid of the 45454545 after the decimal point. and have 45% [CODE] $final=5/11*100; [/CODE]

Member Avatar for BrianDickson
0
102
Member Avatar for BrianDickson

I am having great difficulty getting a query to work with multiple conditions. I have a very basic understanding, hence the two queries below (one commented out). I understand a smaller and more precise query would be returned by using INNER JOIN. Both queries work fine until I try to …

Member Avatar for smantscheff
0
166
Member Avatar for BrianDickson

Hi all, I'm after the opinion from experienced website devs. I want to build a website provides articles, of which some are restricted to subscribers. I will want to give users the ability to comment and rate articles. So I will need the following functionality: [LIST=1] [*]authentication [*]forms [*]user profile …

Member Avatar for BrianDickson
0
142
Member Avatar for BrianDickson

Hi all I'm starting to learn more about PHP5/OOP and the CodeIgniter framework. Most frameworks seem to have form classes and form helpers. What are the benefits of using these over straight HTML? I take it there is a reason for getting the server to process code as an [B]additional …

Member Avatar for Stefano Mtangoo
0
108
Member Avatar for BrianDickson

I want to style an H3 header with a background colour. If I do this: [code] h3 { background-color: #000; color: #fff; } [/code] and [CODE] <h3>header tag</h3> [/CODE] for example, the output in the browser will be displayed across the entire width of it's parent container. If I wrap …

Member Avatar for BrianDickson
0
183
Member Avatar for Silvershaft

I followed a tutorial on [url]http://www.phpeasystep.com/workshopview.php?id=6[/url] and I think it's not working properly for me. When I try to start the session in my sidebar thing it won't actually start somehow :S [code]<div id="sidebar"> <h2>[<a href="?page=home">Samppa's page</a>]</h2> <h3>&nbsp;Main menu</h3> <ul class="menu"> <li><a href="?page=about"> >> About</a></li> <li><a href="?page=projects"> >> Projects</a></li> <li><a …

Member Avatar for mrcniceguy
0
319