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 75
Search took
0.47
seconds.
Search:
Posts Made By:
apotd
Forum:
JavaScript frameworks
05-01-2013, 03:07 PM
Replies:
1
Clicked link to stay at hover state?
Views:
160
Posted By
apotd
Clicked link to stay at hover state?
Okay so basically I have this little menu to toggle between two tags
<ul class="sortByList">
<li><a href="#" class="sort" onclick="reveal('1');">1</a></li>
<li><a href="#" class="sort"...
Forum:
PHP
04-13-2013, 07:00 PM
Replies:
7
Add/subtract buttons?
Views:
238
Posted By
apotd
Mhh well so I understand this would be way too...
Mhh well so I understand this would be way too complex for me to do, but I'll start looking into AJAX, thanks!
Forum:
PHP
04-11-2013, 06:05 PM
Replies:
7
Add/subtract buttons?
Views:
238
Posted By
apotd
Well without a screen refresh would be the best...
Well without a screen refresh would be the best but I'm guessing that would be pretty hard and since I don't know a lot about PHP...
But yeah I've only been working on it locally since it's just...
Forum:
PHP
04-11-2013, 03:55 PM
Replies:
7
Add/subtract buttons?
Views:
238
Posted By
apotd
Add/subtract buttons?
Okay so I have a database with a variable that is called number and always contains a number since it's an integer.
The numbers are being displayed on my web page, but now I want to have two...
Forum:
JavaScript programming
03-07-2013, 01:03 PM
Replies:
3
putting jQuery in JavaScript
Views:
244
Posted By
apotd
Mhh so what do you exactly mean by "as long as...
Mhh so what do you exactly mean by "as long as you are loading the core framework first"?
Forum:
HTML & CSS
03-05-2013, 06:58 PM
Replies:
0
Resolved
HTML5 audio not working
Views:
165
Posted By
apotd
HTML5 audio not working
/solved
Forum:
JavaScript programming
03-05-2013, 06:13 PM
Replies:
3
putting jQuery in JavaScript
Views:
244
Posted By
apotd
putting jQuery in JavaScript
I'm sorry this must be a really stupid question but I don't understand anything of it.
I have this JavaScipt code
quizbg.onload = function(){
context.drawImage(quizbg, 0, 0);...
Forum:
JavaScript programming
02-27-2013, 02:29 PM
Replies:
0
simple multiple choice quiz
Views:
241
Posted By
apotd
simple multiple choice quiz
I was trying to make a simple multiplechoice quiz with HTML5 and JavaScript using this (http://www.flashbynight.com/tutes/html5quiz/) tutorial, so now I have this:
<!DOCTYPE HTML>
<html...
Forum:
HTML & CSS
01-14-2013, 10:21 AM
Replies:
2
Transition problems
Views:
190
Posted By
apotd
That works great, only one thing, I do need the...
That works great, only one thing, I do need the text to be visible before the hover too, is there a way to do this? I'm sort of stuck trying to think of one since the visibility applies to the entire...
Forum:
HTML & CSS
01-13-2013, 02:51 PM
Replies:
2
Transition problems
Views:
190
Posted By
apotd
Transition problems
I'm trying to use a transition when I hover over a menu item. When I hover over a menu item a bullet appears next to it (I used a background to do this). But when I try to use transition in my css,...
Forum:
MySQL
01-12-2013, 10:43 PM
Replies:
5
Selecting from two tables
Views:
733
Posted By
apotd
The easy way that doesn't guarantee unique images...
The easy way that doesn't guarantee unique images is fine. But I'm a bit confused. To get my records from the updates table I use this
$query = "SELECT *FROM updates ORDER BY date DESC";
...
Forum:
MySQL
01-12-2013, 07:13 PM
Replies:
5
Selecting from two tables
Views:
733
Posted By
apotd
Mh but they have nothing in common, that's not my...
Mh but they have nothing in common, that's not my meaning because I just have this page, on which I want to display updates (just a date and the title of the update, which I have a table for). And on...
Forum:
MySQL
01-12-2013, 10:25 AM
Replies:
5
Selecting from two tables
Views:
733
Posted By
apotd
Selecting from two tables
Okay so I pretty much know nothing of this, but what I'm trying to do is this:
I want to select all columns from a table called "updates", and one column (named "image") from a table called...
Forum:
PHP
01-12-2013, 10:15 AM
Replies:
9
Resolved
Need help with simple print
Views:
354
Posted By
apotd
Okay so I just removed the entire print I already...
Okay so I just removed the entire print I already had and simple replaced it with the echo posted here, and now it works fine! I'm still confused about why it have this weird result but at least I'm...
Forum:
PHP
01-10-2013, 11:55 PM
Replies:
9
Resolved
Need help with simple print
Views:
354
Posted By
apotd
Thanks for that code. When inspecting the element...
Thanks for that code. When inspecting the element I'm getting this:
<div id="thumbnail" style="background: url(" images="" portfolio="" 1.png");="" width:="" 240px;="" height:="" 160px;"="">...
Forum:
PHP
01-10-2013, 09:40 PM
Replies:
9
Resolved
Need help with simple print
Views:
354
Posted By
apotd
Mhh I tried it, but it's still not displaying any...
Mhh I tried it, but it's still not displaying any background image.
My extension is included in the table at this moment, when I print (I'll use echo from now on) them just as images like this:
...
Forum:
PHP
01-10-2013, 08:42 PM
Replies:
9
Resolved
Need help with simple print
Views:
354
Posted By
apotd
Need help with simple print
Okay so this is what I'm trying to do;
In a loop I want to print different divs that all have a different background image (the background image is stored in a table in a row called "thumbnail")....
Forum:
JavaScript programming
06-20-2012, 04:01 PM
Replies:
7
Sorting content by tags?
Views:
387
Posted By
apotd
This works just perfectly. Thank you so much, how...
This works just perfectly. Thank you so much, how stupid of my that I couldn't think of that myself.
Forum:
JavaScript programming
06-20-2012, 12:38 PM
Replies:
7
Sorting content by tags?
Views:
387
Posted By
apotd
Apparently the problem only occurs when I put...
Apparently the problem only occurs when I put everything in my container (or another div). Any ideas on how to fix this? I need my container though.
Forum:
JavaScript programming
06-20-2012, 01:30 AM
Replies:
7
Sorting content by tags?
Views:
387
Posted By
apotd
Thank you for the answer! The example works...
Thank you for the answer! The example works perfectly, however when I try to put the code in my actual page, it doesn't work. When I click one of the links, my included header and footer disappear...
Forum:
JavaScript programming
06-19-2012, 04:07 PM
Replies:
7
Sorting content by tags?
Views:
387
Posted By
apotd
Well that sounds pretty logical, I just don't...
Well that sounds pretty logical, I just don't know how to start on the "Have your tag anchors or buttons or whatever call a javascript to change the display on the divs with that tag." part. Are...
Forum:
JavaScript programming
06-19-2012, 03:13 PM
Replies:
7
Sorting content by tags?
Views:
387
Posted By
apotd
Sorting content by tags?
Hi,
I have no idea where I have to post this. But I want to do the following:
I have a lot of divs which I want to give a tag, for example I have div 1 which I give the tags "2010", "graphic...
Forum:
HTML & CSS
05-29-2012, 12:24 AM
Replies:
2
Background repeat-y
Views:
304
Posted By
apotd
Sorry, but I really don't understand why you...
Sorry, but I really don't understand why you would put a background in divs since my backgrounds need to keep repeating, not matter what the height of the divs are?
Forum:
HTML & CSS
05-28-2012, 08:10 PM
Replies:
2
Background repeat-y
Views:
304
Posted By
apotd
Background repeat-y
Hi! I have two backgrounds, but "background2.gif" (which I put on repeat-y) stops repeating if my page is longer than my browser and I scroll down. This is because I have this CSS:
* {
margin:...
Forum:
PHP
05-26-2012, 05:48 PM
Replies:
7
Styling printed PHP output?
Views:
451
Posted By
apotd
I have a lot of if-statements that for example...
I have a lot of if-statements that for example show a form if you are logged in, else it prints an error saying you don't have access to the page.
I have a content div which I gave this margin and...
Showing results 1 to 25 of 75
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
10:58 AM
.
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.