Go Back   CodingForums.com > Search Forums

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
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
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
Views: 388
Posted By jbyrne
Cool 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
Views: 332
Posted By jbyrne
Smile 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
Views: 467
Posted By jbyrne
Exclamation 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
Views: 676
Posted By jbyrne
Exclamation 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
Views: 399
Posted By jbyrne
Unhappy 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
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
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
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
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
Views: 577
Posted By jbyrne
Exclamation 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
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
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
Views: 1,381
Posted By jbyrne
Smile 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
Views: 280
Posted By jbyrne
Exclamation 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
Views: 1,381
Posted By jbyrne
Smile 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

All times are GMT +1. The time now is 07:53 AM.