ELATED: Webmasters' Lounge http://www.elated.com/ This is a place to meet up and chat about anything you like! If your topic doesn't fit any of the other Forums, post it here. en-us Sun, 12 Feb 2012 08:55:14 GMT Sun, 12 Feb 2012 08:55:14 GMT http://blogs.law.harvard.edu/tech/rss ELATED.com feeder Re: Rotating Banner http://www.elated.com/forums/topic/5402/#post22286 From: matt


@eman: Yes, there are tons of these scripts out there, usually known as sliders. This particular one appears to use bxSlider:

http://bxslider.com/

At a guess, they've used the slider's onBeforeSlide and onAfterSlide events to change the CSS opacity on the current and prev/next slides to create the "faded out" effect.

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Wed, 08 Feb 2012 05:15:45 GMT http://www.elated.com/forums/topic/5402#post22286
Rotating Banner http://www.elated.com/forums/topic/5402/#post22268 From: eman


Does anyone know how this rotating banner on this link below was created or where I could get information online of how to create a banner like this? I know there are many banner styles out there but I want to see how this one was done. Thanks

http://www.waketech.edu/

View » | Reply »

]]>
Fri, 03 Feb 2012 20:42:41 GMT http://www.elated.com/forums/topic/5402#post22268
Re: Form accessibility problem I need Some Help Please http://www.elated.com/forums/topic/5377/#post22047 From: matt


@pastor: Your first link is a 404.

Your form needs an "action" attribute that tells the form where to send the data to, eg:


Code:
--------------------
<form method="post" enctype="multipart/form-data" action="processForm.php">
--------------------


You then need a form processing script (eg processForm.php) that reads the form values and emails them. You can write this script yourself, or find plenty at http://www.hotscripts.com/category/scripts/php/scripts-programs/form-processors/ .

You might also want to try this:

http://www.elated.com/articles/slick-ajax-contact-form-jquery-php/

Cheers,
Matt

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Thu, 12 Jan 2012 00:23:37 GMT http://www.elated.com/forums/topic/5377#post22047
Form accessibility problem I need Some Help Please http://www.elated.com/forums/topic/5377/#post22028 From: pastor


I am new in web design, I have designed a site with Forms on it using Frontpage Web editor but the form is giving error report and one of the form is not giving any report at all but it is not equally working. The two site can be found in the link below:

http://www.nigeriabusinessmap.com/ORDER%20FORM.htm

http://www.nigeriabusinessmap.com/Singles_Subscription_form.htm

I want to know what to do to make it work and I will also want to attach an invoice respond to the first form and I will want the form result sent to an email address.

Thanks for your help.
Pastor Mike

View » | Reply »

]]>
Mon, 09 Jan 2012 03:42:45 GMT http://www.elated.com/forums/topic/5377#post22028
Re: Wishing everyone all the best for 2012 http://www.elated.com/forums/topic/5363/#post22011 From: matt


Thanks Stanley! And the same to you. Sorry for the delay in replying - I'm currently having a well-earned rest for a few weeks so I am slowly catching up on the forums!

All the best,
Matt

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Sat, 07 Jan 2012 09:44:00 GMT http://www.elated.com/forums/topic/5363#post22011
Wishing everyone all the best for 2012 http://www.elated.com/forums/topic/5363/#post21954 From: Stanley


To Matt and the team, and everyone else who's got all elated about finding Elated I wish you joyful festivities and all the very best for a happy, safe, and prosperous 2012.

View » | Reply »

]]>
Wed, 21 Dec 2011 14:36:44 GMT http://www.elated.com/forums/topic/5363#post21954
Re: Current pricing trends for ecommerce sites ? http://www.elated.com/forums/topic/5301/#post21707 From: waterworks


This is an excellent topic. In the USA, prices have come down over the years, but ad agencies still charge very much. For instance, a friend of mine recently got a proposal from a smallish agency for a Magento eCommerce website. For initial setup and installation of Magento, custom template design and 5 basic (nothing special) products was going to cost $6,600. That was on the east coast. I know agencies on the west coast that charge just as much or more for something similar. The sad thing is, most small and medium ad agencies have let go their web designers because of lack of jobs. So they are just upcharging and then outsourcing the projects anyway overseas.

Increasingly in the US, web projects are getting outsourced overseas which is tough, because it's quite expensive to live in California and New York, so drastically dropping rates makes it very tough. But sites like getacoder.com and similar have made it much easier to find reputable people overseas.

But for small individual designers here in California, the rates seem to be in the $2,500 - $4,000 for ecommerce, again, depending all the variables, level of complexity, etc.

View » | Reply »

]]>
Tue, 15 Nov 2011 15:12:19 GMT http://www.elated.com/forums/topic/5301#post21707
Re: Direct Link Question http://www.elated.com/forums/topic/5325/#post21687 From: mauco


@Matt: Thanks for the update

--
http://www.mauconline.net

View » | Reply »

]]>
Mon, 07 Nov 2011 07:53:11 GMT http://www.elated.com/forums/topic/5325#post21687
Re: Direct Link Question http://www.elated.com/forums/topic/5325/#post21684 From: matt


@eman @mauco: The more usual way to do such links with HTML4/5 is to use the id attribute, like this:


Code:
--------------------
<a href="#executive">Executive Assistant</a>

Place loads of text here

<h2 id="executive">Executive Assistant</h2>
--------------------


It's cleaner too, since you don't need that extra 'a' element in the page.

Cheers!
Matt

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Mon, 07 Nov 2011 06:40:44 GMT http://www.elated.com/forums/topic/5325#post21684
Re: Direct Link Question http://www.elated.com/forums/topic/5325/#post21673 From: mauco



Code:
--------------------
<a href="#executive">Executive Assistant</a>

Place loads of text here

<a name="executive">Executive Assistant</a>
--------------------


--
http://www.mauconline.net

View » | Reply »

]]>
Sun, 06 Nov 2011 14:03:03 GMT http://www.elated.com/forums/topic/5325#post21673
Direct Link Question http://www.elated.com/forums/topic/5325/#post21670 From: eman


How can I create a link to go directly to a specific section of a webpage. For example if you click below and click on one of the Positions link such as Executive assistant/Office Manager it takes you to the Executive assistant section of the page. How is this done? Thanks

http://littlegreensoftware.com/careers/

View » | Reply »

]]>
Fri, 04 Nov 2011 21:22:38 GMT http://www.elated.com/forums/topic/5325#post21670
Re: Website having issues with rollover effect on top of page http://www.elated.com/forums/topic/5311/#post21598 From: matt


@jampack: The 5 images in your grey bar use Flash, not JavaScript.

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Wed, 19 Oct 2011 09:43:38 GMT http://www.elated.com/forums/topic/5311#post21598
Website having issues with rollover effect on top of page http://www.elated.com/forums/topic/5311/#post21585 From: jampack


Currently i am facing an issue with one of my under development website

Demo page: http://184.154.10.250/~clickbe1/check/demo.html

You all can see a grey bar right after header of webpage
i have placed 5 images in that bar and also placed a JavaScript mouse-over effect on them
but when i move mouse over these pics (Just pictures on left are working)
Right side pictures are not showing any effect on mouse over

I have also placed same mouse over images after (Our Aim Image)
and at that place this effect is working perfectly.

I have also tried to place these pictures on different ares of my webpage.
But these pictures are not working right after header
And when i place these pictures after (Our Aim Image) These are working perfectly

Want Experts help to resolve this issue
Thanks to all

View » | Reply »

]]>
Sat, 15 Oct 2011 16:35:02 GMT http://www.elated.com/forums/topic/5311#post21585
Re: Current pricing trends for ecommerce sites ? http://www.elated.com/forums/topic/5301/#post21498 From: matt


@TruthConquers: Yep, those would be additional costs too. If it was me I would be quoting well over $2K for all that.

My general approach is to suggest to the client that they start with the simplest online store they can get away with, to keep costs down, so that they can test the market. This might even be a Yahoo! Store or similar. Once they've confirmed that there's a market for their product - and they're actually making some income - then they can come back to me for a more expensive bespoke design/build.

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Thu, 29 Sep 2011 10:00:12 GMT http://www.elated.com/forums/topic/5301#post21498
Re: Current pricing trends for ecommerce sites ? http://www.elated.com/forums/topic/5301/#post21492 From: TruthConquers


Thanks for the insight, and charging for design and putting all the products into the database (of which there are thousands) ?

Does $2000, seem like a lot, providing a original site layout, uploading all the products, SEO and the rest ? Since a well worked site which a proper advertising will recoup the main cost within a short space of time.

I saw some templates with a (buy-out option) going for $2500, including all the original files, this of course excluded populating the database and a SEO campaign.

View » | Reply »

]]>
Wed, 28 Sep 2011 21:15:11 GMT http://www.elated.com/forums/topic/5301#post21492
Re: Current pricing trends for ecommerce sites ? http://www.elated.com/forums/topic/5301/#post21487 From: matt


@TruthConquers: Impossible to say - there are too many variables, such as choice of payment gateway (and therefore the integration work involved); how easy the e-commerce software is to customize; degree of customization required; who's doing the work; how fast/well they work; customer's budget; and what other overheads might be involved.

If you're already familiar with a given e-commerce package then it should be possible to design and set up a basic store in just a few hours.

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Wed, 28 Sep 2011 10:17:37 GMT http://www.elated.com/forums/topic/5301#post21487
Current pricing trends for ecommerce sites ? http://www.elated.com/forums/topic/5301/#post21475 From: TruthConquers


I have done some research in this area, and the prices vary.

The sites that I have done, have commanded every little compared to the average.

What would a ball park figure be for a fully customized e-commerce site ? Including SSL certificate, payment options and a client friendly admin e-commerce site, full SEO, and the rest ?

A 500 page deep site, completely unique, with a open source e-commerce package, SEO on a monthly basis, a advertising plan and administration.

Is $2000 to much to ask ? Clients get what they pay for, but $2000 seems very low in relation to the work provided.

I recently did a site which cost around $900, the client made their money back within a short period of time, and has many new leads and sales from the creation of site. The client was happy with the product and service provided.

Any insight would be highly appreciated.

View » | Reply »

]]>
Wed, 28 Sep 2011 00:45:05 GMT http://www.elated.com/forums/topic/5301#post21475
Re: MySql Table (Users) Problem http://www.elated.com/forums/topic/5292/#post21444 From: matt


@linc: If you mean the MySQL "user" table, try running mysqld with the --skip-grant-tables option:

http://dev.mysql.com/doc/refman/5.1/en/server-options.html#option_mysqld_skip-grant-tables

You can then recreate your "user" table records as required.

If you mean your CMS users table then just login to your MySQL server using the MySQL Monitor or phpMyAdmin and recreate the CMS users table entries.

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Thu, 22 Sep 2011 06:36:42 GMT http://www.elated.com/forums/topic/5292#post21444
MySql Table (Users) Problem http://www.elated.com/forums/topic/5292/#post21432 From: linc


I changed a field or two in the "user" table. I now can not log into my CMS. When I try to log in I receive this message "invalid credentials". Can anyone help with this?

View » | Reply »

]]>
Sun, 18 Sep 2011 17:05:22 GMT http://www.elated.com/forums/topic/5292#post21432
Re: Importing a JQuery Slider into a Web Page http://www.elated.com/forums/topic/5288/#post21425 From: matt


@eman: Those links don't work.

What JavaScript errors are you getting?

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Fri, 16 Sep 2011 07:25:16 GMT http://www.elated.com/forums/topic/5288#post21425
Importing a JQuery Slider into a Web Page http://www.elated.com/forums/topic/5288/#post21423 From: eman


I am trying to import this sample slider into my two web pages but I cannot get them to work correctly. Can someone please view the two web pages aboutusslider and graphicdesignppslider code and let me know how I can correct this? Thanks

http://www.jenkinscreativedesigns.co...demo/demo.html - This is the sample slider I want to import into the 2 web pages below.

http://www.jenkinscreativedesigns.co...sppslider.html

http://www.jenkinscreativedesigns.com/aboutuspp.html - This is what the aboutus page is supposed to look like once the computer image with flash is replaced with the slider.

http://www.jenkinscreativedesigns.co...nppslider.html

View » | Reply »

]]>
Thu, 15 Sep 2011 20:30:13 GMT http://www.elated.com/forums/topic/5288#post21423
Re: Rotating Banner http://www.elated.com/forums/topic/5279/#post21401 From: matt


@eman: Looks like they used this:

http://jquery.malsup.com/cycle/

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Mon, 12 Sep 2011 10:34:11 GMT http://www.elated.com/forums/topic/5279#post21401
Rotating Banner http://www.elated.com/forums/topic/5279/#post21377 From: eman


Does anyone know how or where I can find a tutorial on how to create this small rotating banner in this link below. It is on the right side that has five slides starting with how much should you spend, small budget, etc. I know it is not flash driven which I do not want flash. Please advise. Thanks

http://www.imageworksstudio.com/about/company-overview/index.html

View » | Reply »

]]>
Thu, 08 Sep 2011 21:17:00 GMT http://www.elated.com/forums/topic/5279#post21377
Re: Why Do Designers Use Macs? http://www.elated.com/forums/topic/4786/#post21374 From: Duane


Very good conversation...

I think it comes down to one thing, a designer is usually a designer and that's all they care about. They don't want to have to worry about if their computer works or if it doesn't. They don't want to take the time to gain knowledge about what they are using and how it works. They just want to log on and do what they need to do, so they are happy to pay through the teeth for apple to take everything out of their hands and handle it for them.

However, once in a while you come across a good designer that also has a passion for technology and knows the ins and outs of a computer..mac or PC...and has the knowledge to build a machine that makes an apple look like a turtle for just a fraction of the cost. This person also knows how to keep a system clean and running top notch and never has to call in an IT to fix something that is just an extension of his or her own brain and fingertips. And as for design and aesthetic purposes....YOUR a Designer! don't you like to design things your way? or at least have the ability too? My windows 7 machine looks nothing like what windows looks like by default or behaves that way. Because I have control...not Apple...not Microsoft...me!
Just for an experiment, I brought in my laptop which I completely customized to look operate and feel like mac osx and my teacher thought for sure i had installed moc osx or was running parallels on it and was dumb founded when he found out it was just win7..lol. I don't keep it this way of course..that's just silly..lol..i keep it the way i want it to operate.

mac doesn't even make a system that has the specs i run or am looking for, the only option is to buy a tower with way more than I need for 10 times the price that i don't have as much control over. really though, why does a designer need a server cpu in their tower? so apple can get rich? its unnecessary.

so why do i also use a mac for design? because in the end it's not about high specs or more for the money, it's about being a team player. if thats what the whole team uses then I'm gonna use it too. you don't want to stand out like a sore thumb, or be discriminated against. you just want to do your job. Although i'm constantly wanting to stand up and say.." ITS BECAUSE MY LAPTOP IS BLACK ISN'T IT?"....lmao..just kidding.. but really though. do what you want on your time and what they want on theirs. life will be much easier and more peaceful that way. and you'll get much further.

[Edited by Duane on 08-Sep-11 12:51]

--
Im Duane, and Im a Mac and a PC!

View » | Reply »

]]>
Thu, 08 Sep 2011 17:43:25 GMT http://www.elated.com/forums/topic/4786#post21374
Re: 'Tis the Season for Country Music http://www.elated.com/forums/topic/5262/#post21296 From: matt


@chrishirst: Wonderful track

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Wed, 24 Aug 2011 03:29:36 GMT http://www.elated.com/forums/topic/5262#post21296
Re: 'Tis the Season for Country Music http://www.elated.com/forums/topic/5262/#post21268 From: chrishirst


And if some of you have no idea who or what we are talking about, here is Peaches en Regalia in all its glory.

http://www.youtube.com/watch?v=grmeznspMIc

--
Chris.
So long, and thanks for all the fish.
http://webmaster-talk.eu/


View » | Reply »

]]>
Thu, 18 Aug 2011 10:52:41 GMT http://www.elated.com/forums/topic/5262#post21268
Re: 'Tis the Season for Country Music http://www.elated.com/forums/topic/5262/#post21267 From: chrishirst


I'd have to go for "Hot Rats", even if it was only for the simply wonderful "Peaches en Regalia".

--
Chris.
So long, and thanks for all the fish.
http://webmaster-talk.eu/


View » | Reply »

]]>
Thu, 18 Aug 2011 10:49:32 GMT http://www.elated.com/forums/topic/5262#post21267
Re: 'Tis the Season for Country Music http://www.elated.com/forums/topic/5262/#post21263 From: matt


@chrishirst: Songbird's looking really nice now - I haven't checked it out in a while.

I love Zappa! My favourite is Roxy & Elsewhere - simply amazing album.

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Tue, 16 Aug 2011 07:25:36 GMT http://www.elated.com/forums/topic/5262#post21263
Re: Instant Price Table http://www.elated.com/forums/topic/5265/#post21259 From: matt


Yep - JavaScript, with the prices stored in the fields' value attributes. Clever!

View source and take a look at the calculate() function.

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Tue, 16 Aug 2011 07:09:35 GMT http://www.elated.com/forums/topic/5265#post21259
Re: How do you loop a jQuery Function? http://www.elated.com/forums/topic/5239/#post21255 From: free domains



Code:
--------------------
$(document).everyTime(10, function (){
$(".first").animate(...);
...
});
--------------------


you need jQuery Timers, though.
http://plugins.jquery.com/project/timers

plain setInterval() also works.

--
http://www.GetFreeDomain.Name/

View » | Reply »

]]>
Mon, 15 Aug 2011 20:30:35 GMT http://www.elated.com/forums/topic/5239#post21255
Re: Instant Price Table http://www.elated.com/forums/topic/5265/#post21248 From: chrishirst


HTML and javascript.

--
Chris.
So long, and thanks for all the fish.
http://webmaster-talk.eu/


View » | Reply »

]]>
Sun, 14 Aug 2011 21:09:40 GMT http://www.elated.com/forums/topic/5265#post21248
Re: 'Tis the Season for Country Music http://www.elated.com/forums/topic/5262/#post21247 From: chrishirst


I have all my music converted to MP3, OggVorbis or FLAC (from my vinyl, cassette & CD collection) plus a lot of new stuff bought as MP3 on a 1Tb external drive and with Songbird [ http://www.getsongbird.com ] on shuffle I get random tracks covering everything from Al Green to Frank Zappa including Greenday, Black Sabbath, Zeppelin, Pink Floyd (Every album including their solo stuff and I can thoroughly recommend Gilmour's live in Gdansk box set ), ELP and Genesis on the way, oddly enough there is a distinct lack of country music though

[Edited by chrishirst on 14-Aug-11 16:07]

--
Chris.
So long, and thanks for all the fish.
http://webmaster-talk.eu/


View » | Reply »

]]>
Sun, 14 Aug 2011 21:06:34 GMT http://www.elated.com/forums/topic/5262#post21247
Instant Price Table http://www.elated.com/forums/topic/5265/#post21244 From: eman


Does anyone know how this table was built where you can change the prices by selecting a button. Thanks

http://www.jonwatkins.com/pricing.html

View » | Reply »

]]>
Fri, 12 Aug 2011 20:58:39 GMT http://www.elated.com/forums/topic/5265#post21244
Re: 'Tis the Season for Country Music http://www.elated.com/forums/topic/5262/#post21238 From: matt


@simon: Think I've said this someplace before, but music with lyrics is a no-go for me while writing or coding. I just get too distracted by the words! It's perfect for design or marketing work though.

This week I have mostly been listening to: John Coltrane, The Wonderland Project (rather good!), Mika (the next Freddie Mercury?!), Kate Bush (Aerial), Mumford & Sons, and Pink Floyd (DSOTM).

I haven't heard Elbow's latest album, though I still love The Seldom Seen Kid. Will have to check it out. Just listening to Bon Iver on YouTube - good stuff!

Matt

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Wed, 10 Aug 2011 09:58:03 GMT http://www.elated.com/forums/topic/5262#post21238
'Tis the Season for Country Music http://www.elated.com/forums/topic/5262/#post21233 From: simon


In this week's Elated Extra ( http://www.elated.com/newsletter/ ), I bare all and offer up the tunes on my office stereo right now. From Italian opera to Alan Jackson via Phil Spector, it's a wild ride of total un-coolness.

Important questions remain unanswered: is Alan Jackson proper country, and what's on your stereo when you're working?

Let us know below!

Simon

--
ELATED : )
http://www.PageKits.com
Professional Website Templates


View » | Reply »

]]>
Wed, 10 Aug 2011 02:27:44 GMT http://www.elated.com/forums/topic/5262#post21233
Re: Adding IFrames to Facebook Page http://www.elated.com/forums/topic/5253/#post21196 From: chrishirst


FBML is still supported on facebook pages but is NOT going to be extended or updated.

What there is now will still work for a good while otherwise the site would have come to a complete stop while anything that anyone had created was updated to iframes.

--
Chris.
So long, and thanks for all the fish.
http://webmaster-talk.eu/


View » | Reply »

]]>
Mon, 01 Aug 2011 11:58:10 GMT http://www.elated.com/forums/topic/5253#post21196
Re: Adding IFrames to Facebook Page http://www.elated.com/forums/topic/5253/#post21192 From: eman


Thanks Cat, but I found out that Facebook no longer support FBML, they only support IFrames since March. If you have anything on IFrames for Facebook please send to me. Thanks again.

View » | Reply »

]]>
Fri, 29 Jul 2011 17:09:17 GMT http://www.elated.com/forums/topic/5253#post21192
Re: Adding IFrames to Facebook Page http://www.elated.com/forums/topic/5253/#post21189 From: cat


Hi Eman,

Try this one:
http://mashable.com/2010/02/22/build-facebook-landing-page/#view_as_one_page-gallery_box1781

Looks like it will do the job for you...

Cat

--
http://web.soothed.com.au/
Web design for natural therapists


View » | Reply »

]]>
Fri, 29 Jul 2011 09:54:52 GMT http://www.elated.com/forums/topic/5253#post21189
Adding IFrames to Facebook Page http://www.elated.com/forums/topic/5253/#post21187 From: eman


Does, anyone have any good current tutorials or can show me how to add IFrames to your business facebook? I know you have to create a IFrame app in Facebook which I did but I cannot add the iframe app I created to my Facebook business page.

Here is the url I am trying to add.
http://www.jenkinscreativedesigns.com/facebook.html

Here is an example of what it looks like. See the ad that shows the man in a suit. It has video links, etc.
http://www.facebook.com/apgrealestate?sk=app_183736528329652

Thanks

View » | Reply »

]]>
Thu, 28 Jul 2011 18:12:59 GMT http://www.elated.com/forums/topic/5253#post21187
How do you loop a jQuery Function? http://www.elated.com/forums/topic/5239/#post21051 From: cboguse


I need help. How do I loop this function so it repeats forever?


Code:
--------------------
$(document).ready(function() {
$('.first').animate({right: '1500px'}, 3000); //Do you know?
$('.first').animate({left: '1000px'}, 500); //Do you know?
$('.shadow1').delay(3800).show(1000); //under What this is
$('.second .a').delay(3800).show(500); //What
$('.second .b').delay(4000).show(500); //This
$('.second .c').delay(4200).show(500); //Is?
$('.third').delay(6200).animate({left: '125px'}, 500); //DO YOU KNOW? bottom of screen
$('.shadow1').delay(1800).hide(500);
$('.second .a').delay(3500).animate({bottom: '30px'}, 300); //What
$('.second .b').delay(3800).animate({bottom: '30px'}, 300); //This
$('.second .c').delay(4100).animate({bottom: '30px'}, 300); //Is?
$('.second').delay(10000).hide(500); //What this is
$('.third').delay(3500).animate({top: '125px'}, 500); //DO YOU KNOW? bottom of screen
$('.fourth').delay(10500).show(500); //No?
$('.fifth .a').delay(12000).animate({left: '85px'}, 300); //Are
$('.fifth .b').delay(12300).animate({left: '95px'}, 300); //You
$('.fifth .c').delay(12600).animate({left: '180px'}, 300); //Kidding
$('.fifth .d').delay(12900).animate({left: '100px'}, 300); //Me?
$('.fourth').delay(4000).animate({'font-size': '150px', 'bottom': '50px', 'right': '50px'}, 300); //No?
$('.fifth').delay(15000).hide(500); //are you kidding me?
$('.fourth').delay(2000).hide(500); //No?
$('.sixth').delay(18000).show(1000); //This is a kinetic animation, achieved using jQuery
});
--------------------


View » | Reply »

]]>
Wed, 29 Jun 2011 20:36:41 GMT http://www.elated.com/forums/topic/5239#post21051
Re: Interactive Scroll Pages http://www.elated.com/forums/topic/5225/#post20998 From: matt


@eman: Try:


Code:
--------------------
.jcarousel-skin-tango, .jcarousel-item, .jcarousel-clip-horizontal { height: 194px; }
--------------------


Put this CSS after skin.css.

Currently they're set to height: 75px in skin.css, which is clipping your image.

Cheers,
Matt

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Mon, 20 Jun 2011 10:46:45 GMT http://www.elated.com/forums/topic/5225#post20998
Re: Interactive Scroll Pages http://www.elated.com/forums/topic/5225/#post20968 From: eman


Matt, thanks for your help. I was able to add the carousel container to my web page and view one image at a time but for some reason the image is cut off. I tried to edit the css and html code so the image would appear but have not been able to figure this out. Please let me know how I can fix this. Thanks

Here are the html, css and image links for your reference.

http://www.jenkinscreativedesigns.com/aboutusppjcarousel.html

http://www.jenkinscreativedesigns.com/skin.css

http://www.jenkinscreativedesigns.com/Images/Aboutuscarousel1.jpg
http://www.jenkinscreativedesigns.com/Images/Aboutuscarousel2.jpg

View » | Reply »

]]>
Mon, 13 Jun 2011 14:18:27 GMT http://www.elated.com/forums/topic/5225#post20968
Re: Interactive Scroll Pages http://www.elated.com/forums/topic/5225/#post20947 From: matt


@eman: See http://sorgalla.com/projects/jcarousel/#Defining-The-Number-Of-Visible-Items

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Tue, 07 Jun 2011 12:08:45 GMT http://www.elated.com/forums/topic/5225#post20947
Re: Interactive Scroll Pages http://www.elated.com/forums/topic/5225/#post20936 From: eman


Matt, thanks for your help. I went to that website and saw some good examples. The one question I have is how do I only show one image at a time in the carousel instead of three. See link. Thanks

http://sorgalla.com/projects/jcarousel/examples/static_simple.html

View » | Reply »

]]>
Fri, 03 Jun 2011 20:34:01 GMT http://www.elated.com/forums/topic/5225#post20936
Re: Interactive Scroll Pages http://www.elated.com/forums/topic/5225/#post20931 From: matt


Just looking at the source, they've used jQuery & jCarousel for the sliding carousel:

http://sorgalla.com/jcarousel/

They've done the flipping boxes using jQuery too. See http://www.pageprogressive.com/wp-content/themes/pp/js/func.js and search for "FLIPPING BOXES".

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Thu, 02 Jun 2011 11:13:54 GMT http://www.elated.com/forums/topic/5225#post20931
Interactive Scroll Pages http://www.elated.com/forums/topic/5225/#post20927 From: eman


I was checking out this website (see link below) and notice the interactive scroll pages that has powerful.personal.prompt, dynamic design, clever coding and innovative internet marketing tabs with the arrows near the top. Also check out Follow us and Contact Us tabs next to it.
Does anyone know how these are done and can show me other examples? Thanks

http://www.pageprogressive.com/

View » | Reply »

]]>
Wed, 01 Jun 2011 21:30:16 GMT http://www.elated.com/forums/topic/5225#post20927
Re: Side link tabs http://www.elated.com/forums/topic/5211/#post20881 From: matt


@eman: They're just images, eg:

http://festival-park.com/images/photo_link.png

They've added the images as background images in the CSS. See the #apDiv1, #apDiv2, #apDiv3, #apDiv4 rules.

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Mon, 23 May 2011 07:32:02 GMT http://www.elated.com/forums/topic/5211#post20881
Re: Side link tabs http://www.elated.com/forums/topic/5211/#post20877 From: eman


Thanks Matt,

I just want to know how do they add the tab names photos, video, applications, and questions. Thanks

http://festival-park.com/index.html

[Edited by eman on 20-May-11 15:39]

View » | Reply »

]]>
Fri, 20 May 2011 20:38:58 GMT http://www.elated.com/forums/topic/5211#post20877
Re: Side link tabs http://www.elated.com/forums/topic/5211/#post20869 From: matt


@eman: I just viewed source and looked for:

<link href="c/styles.css" rel="stylesheet" type="text/css" />

Cheers,
Matt

--
Matt Doyle, Elated
Second Edition of my jQuery Mobile book out now! Learn to build mobile web apps. Free sample chapter: http://store.elated.com/


View » | Reply »

]]>
Fri, 20 May 2011 04:50:29 GMT http://www.elated.com/forums/topic/5211#post20869
Re: Side link tabs http://www.elated.com/forums/topic/5211/#post20862 From: eman


Thanks Matt, this really helps. I looked at the css and html code and trying to figure out how do they add the tab names photos, video, applications, and questions. Also how were you able to get the css code? Thanks again.

http://festival-park.com/index.html

[Edited by eman on 19-May-11 08:32]

View » | Reply »

]]>
Thu, 19 May 2011 12:52:58 GMT http://www.elated.com/forums/topic/5211#post20862