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
Showing results 1 to 17 of 17
Search took
0.05
seconds.
Search:
Posts Made By:
jbyrne
Forum:
JavaScript programming
03-18-2012, 10:35 PM
Replies:
3
Hide a loading div if not new content available to load
Views:
388
Posted By
jbyrne
Solved by using ajax instead. was able to use the...
Solved by using ajax instead. was able to use the error and complete function to do what i wanted! Thanks for your help
Forum:
JavaScript programming
03-18-2012, 07:04 PM
Replies:
3
Hide a loading div if not new content available to load
Views:
388
Posted By
jbyrne
$('element').length == 0; ^^ isn't this to...
$('element').length == 0;
^^ isn't this to say whether it is currently available on the page?
I could be wrong. Can it be used to search the index folder of the website, to try to find the next...
Forum:
JavaScript programming
03-18-2012, 03:58 PM
Replies:
3
Hide a loading div if not new content available to load
Views:
388
Posted By
jbyrne
Hide a loading div if not new content available to load
Hello,
I have been everywhere still trying to find a solution of this,
I have the following code which loads a new html page into the bottom of my document when the user reaches the bottom of...
Forum:
JavaScript programming
03-17-2012, 12:06 PM
Replies:
0
Loading bar at loading new page content
Views:
332
Posted By
jbyrne
Loading bar at loading new page content
Hello all,
I have the following code to load a new html page into the 'new content' div once the user scrolls to the bottom of the page.
It all works fine. No problems, except I would like it...
Forum:
JavaScript programming
03-17-2012, 01:25 AM
Replies:
0
Javascript gallery slider
Views:
467
Posted By
jbyrne
Javascript gallery slider
Hello everyone,
Sorry if this has been asked before but I couldn't fine one...
I basically want a slider for my website so the user can click on the arrows overlaid onto of the image, and it...
Forum:
HTML & CSS
03-17-2012, 01:21 AM
Replies:
1
Help please: top fixed element to hide scrolling content
Views:
676
Posted By
jbyrne
Help please: top fixed element to hide scrolling content
Hello everyone,
I am currently doing my website and have an issue with the fixed header div. So far I have got it to stay centred within the screen, and also be 25px from the top of the screen....
Forum:
JavaScript programming
03-12-2012, 10:43 PM
Replies:
0
content loading into the wrong div
Views:
399
Posted By
jbyrne
content loading into the wrong div
Hello everyone, I have implemented the following code into my website
alreadyloading = false;
nextpage = 2;
$(window).scroll(function() {
if($(window).scrollTop() + $(window).height()...
Forum:
JavaScript programming
03-12-2012, 10:38 PM
Replies:
1
Load new page content at BOTTOM OF PAGE
Views:
577
Posted By
jbyrne
Ok now have resolved this particular issue but...
Ok now have resolved this particular issue but now have another one...
I changed the line of code to " if($(window).scrollTop() + $(window).height() == $(document).height()) {"
So now it loads...
Forum:
Graphics and Multimedia discussions
03-12-2012, 08:47 PM
Replies:
8
what style is this?
Views:
1,395
Posted By
jbyrne
it is called a 3D car render, and most likely in...
it is called a 3D car render, and most likely in 3Ds Max as someone has stated.
it is pricey to get someone to create a 3d model on the computer, so I would suggest trailing through the websites...
Forum:
Graphics and Multimedia discussions
03-12-2012, 08:34 PM
Replies:
3
How To Stop Logo Becoming Pixelated
Views:
1,305
Posted By
jbyrne
I have found that a 72dpi Jpeg with the...
I have found that a 72dpi Jpeg with the background colour set has a much better appearance than a PNG.
Try and colour the background as the colour you want it, with the page dimensions set to 100%...
Forum:
Graphics and Multimedia discussions
03-12-2012, 08:31 PM
Replies:
17
which 1 is best for photoshop?
Views:
3,129
Posted By
jbyrne
Photoshop CS5 has a mass of extra features that...
Photoshop CS5 has a mass of extra features that are so handy, it also has so many extra plugins for grid layouts on websites etc.
CS4 was good but does not have content fill and certain cloning...
Forum:
JavaScript programming
03-12-2012, 08:03 PM
Replies:
1
Load new page content at BOTTOM OF PAGE
Views:
577
Posted By
jbyrne
Load new page content at BOTTOM OF PAGE
Hello :)
Basically I have found and adapted the code:
alreadyloading = false;
nextpage = 2;
$(window).scroll(function() {
if ($('body').height() <= ($(window).height() +...
Forum:
HTML & CSS
03-12-2012, 08:01 PM
Replies:
7
Load New divs when scroll to bottom of page
Views:
1,381
Posted By
jbyrne
Have found and adapted the code: ...
Have found and adapted the code:
alreadyloading = false;
nextpage = 2;
$(window).scroll(function() {
if ($('body').height() <= ($(window).height() + $(window).scrollTop())) {
...
Forum:
HTML & CSS
03-12-2012, 01:37 AM
Replies:
7
Load New divs when scroll to bottom of page
Views:
1,381
Posted By
jbyrne
In the 'whatever is going into the hidden divs,...
In the 'whatever is going into the hidden divs, section, you highlighted red. I am using a div to go the length of the screen 'Width 100%' and then another container div for '1000px', then a div for...
Forum:
HTML & CSS
03-12-2012, 01:25 AM
Replies:
7
Load New divs when scroll to bottom of page
Views:
1,381
Posted By
jbyrne
Sean3838 and aaronhockey_09 Thanks for your...
Sean3838 and aaronhockey_09
Thanks for your replies! Will take a look at these first thing tomorrow and let you know how I got on!
Really need to get to grips with all this but got to start...
Forum:
JavaScript programming
03-11-2012, 09:47 PM
Replies:
2
Loading bar help!
Views:
280
Posted By
jbyrne
Loading bar help!
Hi everyone,
I am having trouble getting a loading bar to appear from my javascript.
I have the following code in place
$(document).ready(function(){
$(window).scroll(function(){
Forum:
HTML & CSS
03-11-2012, 04:01 PM
Replies:
7
Load New divs when scroll to bottom of page
Views:
1,381
Posted By
jbyrne
Load New divs when scroll to bottom of page
Hi,
I am new to this and new to coding in general. I have done several HTML and CSS websites previously, but I am no expert!
Basically I have a portfolio website that is one page. On the page...
Showing results 1 to 17 of 17
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
07:53 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.