Search found 15 matches

by barricades
Sat Nov 24, 2012 10:36 am
Forum: PHP - Code
Topic: Problems with the ipad/iphone and my new website
Replies: 6
Views: 1754

Re: Problems with the ipad/iphone and my new website

Hi Eric and Califdon. Thanks for looking at the site. and thanks for the tips about the FB button Eric. I use Brooches and Broach in different bits through the site just to cover all bases. Why do you think view the range is a weird name? That button is supposed to be so you can view all the product...
by barricades
Fri Nov 23, 2012 9:05 am
Forum: PHP - Code
Topic: Problems with the ipad/iphone and my new website
Replies: 6
Views: 1754

Re: Problems with the ipad/iphone and my new website

The FB/google code is straight off their site. I've read that although they don't pass the w3c validation test they aren't anything to worry about. Would you disagree with this?

I appreciate you looking at the site for me by the way :)
by barricades
Thu Nov 22, 2012 11:40 am
Forum: PHP - Code
Topic: Problems with the ipad/iphone and my new website
Replies: 6
Views: 1754

Problems with the ipad/iphone and my new website

Hi all. I've just finished coding up my first proper website and having tested it on all the browsers you can install on a windows PC I was hoping that things would go painlessly. Not so... When I borrowed my friends ipad and looked the page took an absolute age to load. And sometimes it wouldn't lo...
by barricades
Mon Sep 10, 2012 6:34 pm
Forum: Javascript
Topic: jquery slider pointers not working inside a css flyout menu
Replies: 1
Views: 1939

Re: jquery slider pointers not working inside a css flyout m

sorted it! In case anyone else has the same problem:

I changed
div#dropMenu > ul a {
width: auto;
}

to

div#dropMenu > ul li > a {
width: auto;
}

and bob was my uncle
by barricades
Mon Sep 10, 2012 9:11 am
Forum: Javascript
Topic: jquery slider pointers not working inside a css flyout menu
Replies: 1
Views: 1939

jquery slider pointers not working inside a css flyout menu

I have a css flyout header menu and I also want use the jquery slider widget as one of the options in this menu but when I put it in there the little sliders don't appear correctly, it's like they've collapsed. Or they're hidden or something. I thought it might have something to do with the z-index ...
by barricades
Mon Sep 10, 2012 5:01 am
Forum: Javascript
Topic: JS degrade nicely plus transition issues - scrolling slides
Replies: 1
Views: 2008

Re: JS degrade nicely plus transition issues - scrolling sli

Hey there, I'm still struggling with this. Anyone got any ideas?
by barricades
Sat Sep 08, 2012 2:05 pm
Forum: Javascript
Topic: JS degrade nicely plus transition issues - scrolling slides
Replies: 1
Views: 2008

JS degrade nicely plus transition issues - scrolling slides

I'm trying to create a javscript scroller following the example at: http://www.deadmarshes.com/Blog/jQuery+Slideshow+with+Crossfade.html Unfortunately this version doesn't show anything when javascript is disabled but I'd like it to at least show the first image and caption and then just not move. I...
by barricades
Wed Sep 28, 2011 9:58 am
Forum: Javascript
Topic: newb Qu - how to get a file upload form inside a modal windo
Replies: 0
Views: 1109

newb Qu - how to get a file upload form inside a modal windo

Hey there everyone I'm a bit new to javascript and having a bit of a problem. I have a page users can click to upload a photo. When users click I want a modal window to pop up with a simple file upload input inside it and a submit button. I have this working except that when users click submit nothi...
by barricades
Thu Aug 04, 2011 1:03 pm
Forum: PHP - Code
Topic: cakephp and paypals chained payments
Replies: 0
Views: 459

cakephp and paypals chained payments

I'm in the process of learning about the cakephp framework - I've built a couple of simple things but now am aiming at something more complex involving the use of paypal. Thing is I haven't integrated paypal into a webapp before either :( Does anyone know of any good plugins for cakephp which will a...
by barricades
Tue Jun 21, 2011 4:48 pm
Forum: PHP - Code
Topic: integrating Paypal into a website - is this possible?
Replies: 7
Views: 1060

Re: integrating Paypal into a website - is this possible?

Hi twinedev, not too sure what you're on about so I guess you don't get what I'm on about :) Basically my site will encourage users who want to raise a bit of money to sign up. They will then create a 'campaign page' which will set a target for them to reach. Their campaign page will also have Faceb...
by barricades
Tue Jun 21, 2011 10:50 am
Forum: PHP - Code
Topic: integrating Paypal into a website - is this possible?
Replies: 7
Views: 1060

Re: integrating Paypal into a website - is this possible?

I'm providing a service. Users on my site will be able to create a 'page' which will have a bunch of tools they will find useful in persuading other people to give money to them. Of course it would be cheaper for them to get payment directly to their own paypal account but they wouldn't get as much ...
by barricades
Tue Jun 21, 2011 6:54 am
Forum: PHP - Code
Topic: integrating Paypal into a website - is this possible?
Replies: 7
Views: 1060

integrating Paypal into a website - is this possible?

I'm a bit of a newb and have never integrated paypal into a website before so I apologise for my lack of knowledge. I'm trying to build a website which allows users to sign up and, assuming they get themselves paypal premier accounts (so they can receive payments by credit card) they will be able to...
by barricades
Tue May 31, 2011 9:38 am
Forum: PHP - Code
Topic: filter search results by clicking checkboxes
Replies: 2
Views: 1484

Re: filter search results by clicking checkboxes

So I've made the list and been advised that I should use 'observerform' call on the page that runs whenever the form is changed' I've googled observerform but haven't been able to figure out what exactly to do since I'm totally new to javascript. Can anyone give me a bit of a road map on how to do t...
by barricades
Thu May 26, 2011 8:08 am
Forum: PHP - Code
Topic: filter search results by clicking checkboxes
Replies: 2
Views: 1484

filter search results by clicking checkboxes

Hey there everyone. I'm a bit of a newb with php so apologies if this question is a bit simple, although I can't get my head round how to go about doing it. I have a search page where a user can type in a search box, or they can use an alphabetical list to search for the record they're looking for. ...
by barricades
Tue Apr 19, 2011 7:58 am
Forum: PHP - Code
Topic: how can I make a slug using fields from a different table us
Replies: 0
Views: 304

how can I make a slug using fields from a different table us

I'm using the sluggable behaviour for cakephp. I have a Campaign model and I want to create a slug for each new campaign. I can do this easily with sluggable behaviour which is awesome but I'd like the slug to be created from the first_name and last_name field in the users table. Is there a way to a...