Search Results

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: nigelburrell
Forum: Site Layout and Usability 10 Days Ago
Replies: 2
Views: 277
Posted By nigelburrell
There's a lot of different web languages to consider, and depends on what type of development you're interested in pursueing... I don't think there's some "definitive list" as such that applies to...
Forum: HTML and CSS Aug 14th, 2009
Replies: 11
Views: 758
Posted By nigelburrell
Thanks Airshow.... your comments are very useful. I agree, transitional effects are not necessarily a bad thing on some occasions (it kind of looks cool sometimes) but for me I'm using a centering...
Forum: HTML and CSS Aug 14th, 2009
Replies: 11
Views: 758
Posted By nigelburrell
Thanks again Troy III, I really appreciate your thoughts regarding inline divs etc. You've given me much to ponder about with the rest of my website design. Have a good day.
Forum: HTML and CSS Aug 13th, 2009
Replies: 11
Views: 758
Posted By nigelburrell
Thanks Airshow for your post and solution.

I tried your code and it works to a certain extend, but instead of centering the content perfectly, it appears with a slight right offset beyond 50%...
Forum: HTML and CSS Aug 13th, 2009
Replies: 11
Views: 758
Posted By nigelburrell
Thanks Troy III... your solution works well!!

It's funny, but it's seems a bit strange to me why DIVs are so problematic in these situations. In moments like this I'm tempted to resort back to...
Forum: HTML and CSS Aug 13th, 2009
Replies: 11
Views: 758
Posted By nigelburrell
I'm trying to use DIVs contained within a DIV to show content which is centered horizontally on the page, as per this example.

+=========== DIV 1 ===========+
+------+=====+=====+=====+-------+...
Forum: JavaScript / DHTML / AJAX Jul 13th, 2009
Replies: 2
Views: 567
Posted By nigelburrell
Perfect... thanks for that!!
Forum: PHP Jul 13th, 2009
Replies: 4
Views: 508
Posted By nigelburrell
Yes, I've seen the offset function, might do what you suggested as I think it's the best way. Thanks for your suggestion.
Forum: PHP Jul 13th, 2009
Replies: 4
Views: 508
Posted By nigelburrell
Ok thanks, will look into this timezone method via the javascript Date object a bit more.
Forum: JavaScript / DHTML / AJAX Jul 11th, 2009
Replies: 2
Views: 567
Posted By nigelburrell
I am building a website for users that exist around the world and need to show the user's "local machine" time and timezone, not the time of the website host server.

Is there a javascript function...
Forum: PHP Jul 11th, 2009
Replies: 4
Views: 508
Posted By nigelburrell
I am building a project management website which enables users from around the world to login and automatically register their time against various work projects. I need to save their login time to...
Forum: PHP Jul 9th, 2009
Replies: 2
Views: 189
Posted By nigelburrell
Forum: PHP Jul 9th, 2009
Replies: 2
Views: 189
Posted By nigelburrell
In my webpage I'm using the PHP function mysql_fetch_array to check if records are successfully retrieved from the database. If records are returned then I can assign variables with the database...
Forum: HTML and CSS Jul 3rd, 2009
Replies: 3
Views: 423
Posted By nigelburrell
That's true, good idea. I might pursue this option and see if it works well. Thanks for your response.
Forum: MySQL Jul 3rd, 2009
Replies: 8
Views: 713
Posted By nigelburrell
What a great idea to put two textboxes alongside each other with the "@" character in the middle. I will code this and see how it works.

Actually, I had to smile when I read your comment about the...
Forum: MySQL Jul 2nd, 2009
Replies: 8
Views: 713
Posted By nigelburrell
Interesting solution, I might think about doing that. Thanks for the idea.
Forum: HTML and CSS Jul 2nd, 2009
Replies: 3
Views: 423
Posted By nigelburrell
Hi,

I'm using a joomla cms to build a website, and have discovered that joomla uses a built-in plug-in called Email Cloacking which obfuscates email addresses prior to showing them on the webpage....
Forum: MySQL Jul 2nd, 2009
Replies: 8
Views: 713
Posted By nigelburrell
Exactly. I discovered that Joomla has a plug-in called Email Cloacking which obfuscates email addresses prior to showing them on the webpage. I simply disabled this plug-in and now all email...
Forum: MySQL Jul 2nd, 2009
Replies: 8
Views: 713
Posted By nigelburrell
Thanks your response. I found where in Joomla this is occuring. The email addresses are stored as plain text in the database, but Joomla uses a plug-in called Email Cloacking which obfuscates email...
Forum: PHP Jul 1st, 2009
Replies: 10
Views: 661
Posted By nigelburrell
Ok, I found it... in the cms there's an email cloacking plug-in. All I needed to do was disable it. Thanks for pointing me in the right direction, and thanks to everyone for their suggestions and...
Forum: PHP Jul 1st, 2009
Replies: 10
Views: 661
Posted By nigelburrell
Exactly!! Thanks for your suggestion. I'm using Joomla cms and I did some research after reading your post and have just discovered that it does indeed use an inbuilt javascript obfuscation, however,...
Forum: PHP Jul 1st, 2009
Replies: 10
Views: 661
Posted By nigelburrell
Thanks for the code change suggestion, however, I don't code this javascript into my webpage in the first place... that's the problem. I don't know where this javascript script comes from, and I...
Forum: PHP Jul 1st, 2009
Replies: 10
Views: 661
Posted By nigelburrell
I'm developing a joomla CMS website, so the editor is an inbuilt editor. I don't think the problem is with the editor itself as all PHP code is saved as is. I simply code echo "myemail@whatever.com"...
Forum: PHP Jul 1st, 2009
Replies: 10
Views: 661
Posted By nigelburrell
Whenever I echo or print a string containing an email address to my webpage the HTML code automatically parses the text and shows it as a "mailto" link.

If I use... echo "Hello";

it prints...
Forum: MySQL Jun 30th, 2009
Replies: 8
Views: 713
Posted By nigelburrell
Hi,

I'm not entirely sure which forum to post this question because I cannot determine whether it's a MySQL, Joomla, or PHP issue. But I will post it here, as some of you may know about this.

I...
Forum: PHP Jun 16th, 2009
Replies: 17
Views: 1,367
Posted By nigelburrell
The input button is hidden because apparently it's still needed (triggered) upon form submit.

Thanks for the helpful link.
Forum: PHP Jun 16th, 2009
Replies: 17
Views: 1,367
Posted By nigelburrell
Well in this case the hidden button is the submit button which is triggered by the link...


<input type="hidden" name="form_submitted" value="true">


And yes, I'm using a link to style with...
Forum: PHP Jun 16th, 2009
Replies: 17
Views: 1,367
Posted By nigelburrell
Ok, it's very strange but now I'm finding that sometimes it works, and sometimes it doesn't, about a 50% success rate!! This is either when I hit Enter (in the password field) or clicking the Submit...
Forum: PHP Jun 15th, 2009
Replies: 17
Views: 1,367
Posted By nigelburrell
What I found is that if the form contains only one textbox, then hitting Enter worked. But the moment I included two or more textboxes, in this case, a username and password textbox, then I needed...
Forum: PHP Jun 15th, 2009
Replies: 17
Views: 1,367
Posted By nigelburrell
Thanks for your code Tulsa, it works great.
Forum: MySQL Jun 9th, 2009
Replies: 4
Views: 1,248
Posted By nigelburrell
That's perfect... what you listed are the options I'm looking for. Thanks for your help.
Forum: MySQL Jun 9th, 2009
Replies: 4
Views: 1,248
Posted By nigelburrell
Thanks for your suggestion.

Yes, I did pursue that option at the beginning, but I want the SQL query to live inside a function and simply pass in a string of sometimes one, two, or even more...
Forum: MySQL Jun 9th, 2009
Replies: 4
Views: 1,248
Posted By nigelburrell
Hi,

I trying select records where a field contains only one character of a string of characters.

i.e.

SELECT * FROM users WHERE user_role [contains any one character from...] 'ASD'

so in...
Forum: PHP Jun 7th, 2009
Replies: 7
Views: 320
Posted By nigelburrell
Thanks for your help. I think this is a protective measure, and now I'm starting to understand why that is... so probably best to leave the email address being processed via javascript as is.
Forum: PHP Jun 7th, 2009
Replies: 7
Views: 320
Posted By nigelburrell
Actually, when I show the HTML source on my Joomla CMS webpage containing the "mailto" link it appears to use javascript to convert/show the contents of the email address and has an added comment at...
Forum: PHP Jun 7th, 2009
Replies: 7
Views: 320
Posted By nigelburrell
It's a VARCHAR(60).



Yep, the browser is parsing it as an email link... when I tried your code it now shows the email address as normal text, which is great.

However, when I see my email...
Forum: PHP Jun 7th, 2009
Replies: 17
Views: 1,367
Posted By nigelburrell
Hi

I am developing a login screen for my website, with usercode and password fields, and a Login button.

I need to know how I can make the Login button automatically submit when the user hits...
Forum: PHP Jun 7th, 2009
Replies: 7
Views: 320
Posted By nigelburrell
I have a website using MySQL database. When I retrieve any user's email address from my user table and show (echo) it to the webpage it always appears as a link. How can I show user's email address...
Showing results 1 to 38 of 38

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC