Tag Archives: Quot Quot

Can anyone kindly help me finding this slider

Hi, I’ve been trying to be able to reproduce this slider to get my school job since almost 3 weeks now and I just now could not locate it. the link for your page is http: //cms. template-help. com/magento_32726/. I believe that it is a JQuery slider yet I need the identical slider which I could not locate. WE tried viewing this source but for a second time no luck. hope you guys might help me here. Thakns Code: < script type=" text/javascript" src=" URLhttp: //cms. template-help. com/magento_32726/skin/frontend/default/theme201/js/slider. js" > < /script/URL> < script type=" text/javascript" > jQuery(window). bind(‘load’, function() jQuery(). prepare_slider(); jQuery(). intro(); var is_ie = fake; if(navigator. userAgent. indexOf(‘IE 7’)! =-1 navigator. userAgent. indexOf(‘IE 8’)! =-1) is_ie = real; jQuery(" #slider_list a" ). click(function() var Method = jQuery(this). find(‘img’). attr(" src" ). replace(new RegExp(". jpg" ), " -big. png" ); var number = parseInt(jQuery(this). attr(" class" ). replace(new RegExp(" product-image item-" ), " " )); jQuery(". home-slider. products-content" ). each(function() jQuery(this). fadeOut(‘slow’); ); if(is_ie == true) jQuery(" #largeImg" ). attr( src: Path); jQuery(". home-slider. products-content. item-" + number). delay(1000). fadeIn(‘slow’); otherwise jQuery(" #largeImg" ). fadeOut(‘slow’, function() jQuery(this). attr( src: Path). fadeIn(‘slow’); jQuery(". home-slider. products-content. item-" + number). fadeIn(‘slow’); … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Interesting issue I’m having…

So I’m focusing on this site: http: //internetplazas. com/fmhs I cannot seem to cut off which gray link bar at the top/middle that expands forever. I’d that it make to stop at the edges and so the site is you nice box. Any thoughts I got myself the template a while ago and didn’t allow it to become myself. Many thanks! Try giving it a predetermined width, such while 700px Also, tables are very outdated with regard to layout Thank you for the easy reply… what is the simplest way to set in which limit Also, if tables usually are outddatted, what do you suggest Many thanks again. OK – My own first advice to you will be to recode this with no tables. Failing that, what you’ll want to do is come across this line (about line#36) with your HTML: < td background=" images/menus_bkg. gif" align=" center" > Drop the graphic (you’ll put this back with CSS) along with add a class towards < td> tag – so: < td > Then within your CSS do this specific: . menubar background: url(images/images/menus_bkg. gif) repeat-x; /* this specific imports the image */ size: 775; /*this sets the width */ border: … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

Javascripts and XHTML Validation

I spent major time yesterday trying to validate a web site containing javascript lastly gave up and developed a workaround. It meant employing an IFRAME for the portion of the page where the script was named in. The script was for just a slideshow which included links. It was your links code how the validator disliked. Below may be the portion of the script so it did not for instance… am wondering in the event there was how to edit the code to make it " likeable" and not break it. Everything I tried did actually break it. //Specify your slider’s images var leftrightslide=new Array() var finalslide=” leftrightslide0='< some sort of href=" " > < img src=" examination. gif" border=" 1" alt=" " /> < /a> I What seemed to be the error, exactly I can see a very few possibilities, although none that is going to show up given the fact the code is contained the next Javascript (blank alt characteristic, no width/height, and so forth. ) It only stated how the " a" tag was not allowed in which location. If MY SPOUSE AND I removed the ahref, then ?t had been happy. That may be messed up. … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Dilemma…How do I keep people on my website?

Hi there there, I’m currently in the way of setting up a fresh business. Without giving an excessive amount away my web page will essentially always be a marketplace involving buyers and sellers. It is some sort of reverse auction in which buyers can be given quotes from several suppliers for the service and the buyer then orders their own preferred supplier by paying on some of our website. On the other hand, we have the dilemma. How do all of us keep buyers from reaching suppliers offline and looking for a better deal in the act We are asking commission for bringing the buyer to the dealer. So if this supplier charges 500 for his or her service then we’ll take a fraction commission (e. h. – 12%). On the other hand, the buyer will be able to see a list dried up suppliers that tendered. At the time we don’t genuinely have a plan into position from preventing the client from going away from our website plus ringing the supplier directly to acquire a better work. Does anyone include any suggestions on how we are able to prevent (as significantly as possible) this from happening Any kind of … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment

Should we use Dreamweaver’s autocomplete features?

Howdy all, Only really began employing Dreamweaver since some sort of 2-year break out of coding. It’s fantastic, although I’m careful about its " autocomplete" feature (if debt consolidation reduction to type in an element/attribute, it opens up any drop-down menu involving possibilities). Have you guys noticed plenty of these aren’t XHTML valid Such as, it suggested matter like " marginheight", " topmargin", " leftmargin", for example. (exactly as is without spaces). Thoughts Or is there methods to circumvent this issue/feature The old version I use only suggest what has already been in the external stylesheet. You can go out the suggestions ( smothered in personal preferences ), I think also you can turn on different levels of validation also. I found these little automobile complete quite annoying so i disabled them.

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment

Way of making first page viewed use 1 style sheet and other pages a different sheet?

Hi all Can there be a way connected with coding: 1st page viewed on a session (regardless that page it is) = CSS page 1 most of other pages viewed = CSS published 2 I have a site the place that the landing pages are generally 1 of 7-8 webpages, but people COULD POSSIBLY land onto additional back pages. What I would prefer to do is usually to make the very first page they land on have a very big impressive masthead by using large rotating graphics of previous work however to make subsequent pages use a very small masthead so people any longer ! keep scrolling along. Depends around the programming language used, and no matter the way you do it, it shouldn’t get perfect (mostly because people have option not just to save cookies/session variables about their machines). Here’s how you’d take action in ASP: Code: when Session (" visited" ) < > " 1" in that case Session (" visited" ) = " 1" Reply. Write " < url href=" " first-stylesheet. css" " rel=" " stylesheet" " type=" " text/css" " /> " altogether different Response. Write " < url href=" " subsequent-stylesheet. css" " rel=" … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment

How do I check a part of a record for a string?

One example is, if someone does research online for " abcde" and I’d prefer to find every record who has " abcde" any place in it, how to I realize record Searching what MySQL database family table, a text record, an array, some sort of string Now i am using php browsing a MySQL databases. WHERE industry LIKE ‘%whatever a person’s term is%’ Imagine if it’s 2 words as well as the 2 words aren’t together inside string For case, the search is definitely " nike shoe". In case your record has " nike shoes" or even " shoes just like Adidas and Nike". Notice top of the and lower conditions also. I don’t understand how to do a case-sensitive research in MySQL, or even if it’s possibly possible. But you can easily adequate modify that query to read: WHERE industry LIKE ‘%nike%’ and industry LIKE ‘%adidas%’ MySQL just isn’t case-sensitive. That will force it, you have to specify BIN (binary) for a byte-by-byte match. So you’re OK with all the cases. Consequently, if a customer searches " nike" it can find " Nike" Bear in mind it’s a Linux server. That is definitely correct. In case I’m wrong, please … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Online Questionaire Analysis-How does it work?

How could you go about creating a web based questionnaire that may analyze the users responses after which you can categories them You will discover sites that will continue to work out your personality profile once you have answered their questions and I’m curious as to help how it works as well as being built. Can an individual create systems along with advanced algorithms lurking behind the analysis The HTML form and the PHP script to process the form is the straightforward part. It is the algorithm part that is certainly difficult. You should determine what that algorithm is going to be. Produce " specifications" on how form questions are going to be mathematically processed. Can each question (response) get " points" Including 1, 2, 3 OR MORE, 4, 5 or even -3, 0, A FEW, 10, 20 Can the question responses be " weighted", " averaged", or in comparison with previous data The processing part can be achieved with brute drive scripting, or by way of comparing responses for you to various database ideals… hard to response this because there are actually so many solutions to do it. Make up something with TWELVE questions… put an HTML form on … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment
Page 6 of 6« First...23456