Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 3
1
2
3
>
Showing results 1 to 25 of 72
Search took
0.18
seconds.
Search:
Posts Made By:
The Noob Coder
Forum:
HTML & CSS
10-13-2012, 12:22 AM
Replies:
2
How do I hide the count on a Facebook Like button?
Views:
1,694
Posted By
The Noob Coder
Wow, thanks! This worked out great.:thumbsup:
Wow, thanks! This worked out great.:thumbsup:
Forum:
PHP
10-12-2012, 11:15 PM
Replies:
6
Why doesn't Wordpress allow my PHP code?
Views:
581
Posted By
The Noob Coder
Thanks. I think this will work.
Thanks. I think this will work.
Forum:
HTML & CSS
10-12-2012, 11:00 PM
Replies:
2
How do I hide the count on a Facebook Like button?
Views:
1,694
Posted By
The Noob Coder
How do I hide the count on a Facebook Like button?
I heard there was no easy way to hide the count on a Facebook like button, but that you could "cut off" the counter by adjusting the width of the button area or something. The only problem is that I...
Forum:
JavaScript frameworks
10-12-2012, 03:51 PM
Replies:
6
Resolved
jQuery: Why can't I change this link's innerHTML?
Views:
774
Posted By
The Noob Coder
Got it! The problem was that the element I was...
Got it! The problem was that the element I was interested in didn't load yet, by the time that the jQuery was being called.
Forum:
JavaScript frameworks
10-12-2012, 03:40 PM
Replies:
6
Resolved
jQuery: Why can't I change this link's innerHTML?
Views:
774
Posted By
The Noob Coder
@VIPStephen I know it's not the best way,...
@VIPStephen
I know it's not the best way, but the code is in someone else's app that I can't edit. If it was up to me, I definitely would've put a class or id to it, but I can't. Second, I tried...
Forum:
JavaScript frameworks
10-11-2012, 09:54 PM
Replies:
6
Resolved
jQuery: Why can't I change this link's innerHTML?
Views:
774
Posted By
The Noob Coder
jQuery: Why can't I change this link's innerHTML?
I am trying to change the innerHTML of any link that has a certain href. This is the link in the in HTML:
<a href="#ecwid:category=0&mode=category&offset=0&sort=normal" onclick="javascript: return...
Forum:
PHP
10-08-2012, 02:35 PM
Replies:
6
Why doesn't Wordpress allow my PHP code?
Views:
581
Posted By
The Noob Coder
Thread Bump
Thread Bump
Forum:
PHP
10-05-2012, 08:24 PM
Replies:
6
Why doesn't Wordpress allow my PHP code?
Views:
581
Posted By
The Noob Coder
Thread Bump
Thread Bump
Forum:
PHP
10-05-2012, 08:23 PM
Replies:
2
Can I change the name of the sender for a PHP generated email?
Views:
335
Posted By
The Noob Coder
Thanks. I never knew there were more parameters...
Thanks. I never knew there were more parameters to the mail function. I'll give it a shot. Otherwise I'll be back :cool:.
Forum:
PHP
10-04-2012, 10:09 PM
Replies:
2
Can I change the name of the sender for a PHP generated email?
Views:
335
Posted By
The Noob Coder
Can I change the name of the sender for a PHP generated email?
Is it possible to change the name of the sender for a PHP generated email?
mail($recipient, $subject, $message)
My company's website is hosted with GoDaddy (not my choice, it was done long before...
Forum:
PHP
10-02-2012, 10:03 PM
Replies:
6
Why doesn't Wordpress allow my PHP code?
Views:
581
Posted By
The Noob Coder
I am editing in the HTML view. I never use the...
I am editing in the HTML view. I never use the WYSIWYG Visual editor.
Forum:
PHP
10-02-2012, 09:44 PM
Replies:
6
Why doesn't Wordpress allow my PHP code?
Views:
581
Posted By
The Noob Coder
Why doesn't Wordpress allow my PHP code?
I was using PHP to try and include a small snippet of HTML contained in an external file on my server. This is the line that I coded in:
<?php include("path_to_file/file_name.html"); ?>
When I...
Forum:
HTML & CSS
09-29-2012, 12:21 AM
Replies:
8
How do I get a link to open in a new window?
Views:
576
Posted By
The Noob Coder
You're absolutely right about that. I am just...
You're absolutely right about that. I am just using it for a specific application. In my online store (where we sell t shirts) I have a link in all the shirt descriptions that links to a sizing...
Forum:
HTML & CSS
09-29-2012, 12:06 AM
Replies:
8
How do I get a link to open in a new window?
Views:
576
Posted By
The Noob Coder
Good question. I guess I was just speaking for...
Good question. I guess I was just speaking for myself (and my boss). Personally, if a link says (or implies) that it will open in a new window, I don't want to have to do extra work to get it to do...
Forum:
HTML & CSS
09-28-2012, 11:46 PM
Replies:
8
How do I get a link to open in a new window?
Views:
576
Posted By
The Noob Coder
While that may be true on the technical side, no...
While that may be true on the technical side, no user will want to manually open a new window.
Forum:
HTML & CSS
09-28-2012, 12:13 AM
Replies:
8
How do I get a link to open in a new window?
Views:
576
Posted By
The Noob Coder
How do I get a link to open in a new window?
I'm trying to get a link to open in a new window, but so far the best I could do is get it to open in a new tab by setting target="_blank" in the <a> tag. How can I get a link to open in a new...
Forum:
HTML & CSS
09-14-2012, 08:59 PM
Replies:
2
How do I give images an absolute width while maintaining aspect ratio?
Views:
356
Posted By
The Noob Coder
How do I give images an absolute width while maintaining aspect ratio?
I would like all images on a page to be the exact same width in pixels (say for this example, 300 px). What do I have to specify in CSS so that the images are all 300 px wide but still maintain their...
Forum:
General web building
09-10-2012, 05:26 PM
Replies:
3
How do I build a dev area for my site on my server?
Views:
4,108
Posted By
The Noob Coder
How do I create that subdomain? Also, is it...
How do I create that subdomain? Also, is it relatively easy to install a different usable version of WP in this dev environment.
Forum:
General web building
09-10-2012, 01:36 AM
Replies:
3
How do I build a dev area for my site on my server?
Views:
4,108
Posted By
The Noob Coder
How do I build a dev area for my site on my server?
My boss wants me to create a dev region on our current website's server that would have a different version of Wordpress than our current site that we could work on.
Basically we need a directory...
Forum:
HTML & CSS
09-08-2012, 07:17 PM
Replies:
7
Wordpress: All the content on my pages seems to have been pushed to the right
Views:
900
Posted By
The Noob Coder
Thank you, thank you, thank you! This did...
Thank you, thank you, thank you!
This did the trick and everything looks fine now. You're awesome!:thumbsup:
Forum:
HTML & CSS
09-07-2012, 03:14 AM
Replies:
7
Wordpress: All the content on my pages seems to have been pushed to the right
Views:
900
Posted By
The Noob Coder
Thanks, I found the file. The padding on the left...
Thanks, I found the file. The padding on the left was reduced significantly when I changed it to 0, but there is still some left for some reason (even though I am using !important). Any ideas why...
Forum:
HTML & CSS
09-05-2012, 01:35 AM
Replies:
7
Wordpress: All the content on my pages seems to have been pushed to the right
Views:
900
Posted By
The Noob Coder
Well the strange things is that I don't recall...
Well the strange things is that I don't recall changing any CSS recently so I don't see how I could have added that. (Perhaps one of my coworkers did). In any case, do you know where I can find this...
Forum:
HTML & CSS
09-03-2012, 10:04 PM
Replies:
7
Wordpress: All the content on my pages seems to have been pushed to the right
Views:
900
Posted By
The Noob Coder
Wordpress: All the content on my pages seems to have been pushed to the right
All the content on my pages seems to have been pushed over to the right and I can't figure out why. It has happened to all my pages.
Is there some master WP file that controls the formatting that...
Forum:
HTML & CSS
08-12-2012, 12:49 AM
Replies:
1
Pinterest Button doesn't appear on just one or two pages.
Views:
513
Posted By
The Noob Coder
Pinterest Button doesn't appear on just one or two pages.
My site has a Pinterest button at the bottom of every page (through a footer.php file that is included in every page). I got the code from http://pinterest.com/about/goodies and it works in just...
Forum:
HTML & CSS
08-12-2012, 12:18 AM
Replies:
5
Is there a way to insert external HTML code into a page?
Views:
925
Posted By
The Noob Coder
Thanks for your response. Just to be clear, does...
Thanks for your response. Just to be clear, does this external html file need to have any <html>, <head>, etc. tags? That might create conflicts with what's there already.
Showing results 1 to 25 of 72
Page 1 of 3
1
2
3
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
05:11 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.