JQuery :: Using In A Online Shop?

Sep 13, 2010

I have a question and i would like you to help me.I have this online shop [URL].. i am not the developer just the owner.The question is how can i present my product throught that site [URL].. (Skroutz.gr is a search engine about online shops like [URL]..If it was a simple site(html or something else) they ask the XML. The developer tells me that we will need 2 months of work and more money. Is there a simple and faster way that skroutz can track my products?

View 1 Replies


ADVERTISEMENT

Schedule Shop Open&closed Times?

Sep 30, 2010

I'm trying to get it to display a document write on the website if the time is as specified and the day is.These are the times and days i want to display for:

Monday: CLOSED
Tuesday: 9AM - 5:30PM

[code]....

At the moment this script only writes for Monday to Friday, 8:30am to 6pm (GMT0). But as you can see from my times above i want to be able to show two unique times for 2 days tues-thurs and friday (open) / sat-sun (close).i assume the else statement would be used for both monday and sunday as it writes close? how to go about this, tried changing the the t_day but had no success

Code JavaScript:

var d = new Date();
var t_hour = d.getUTCHours(); // getUTC for GMT0
var t_min = d.getUTCMinutes();
var t_day = d.getUTCDay();

[code]....

View 17 Replies View Related

Custom Tooltips To Show Information About Designs In T-shirt Shop Such As Design Name And Artist

Nov 2, 2009

I'm using custom javascript tooltips to show information about designs in a t-shirt shop, such as design name and artist. I downloaded the code and CSS for the tooltips and am attempting to assign the tooltip to each design using a javascript array and a for-in loop. Only problem is that the tooltips aren't showing at all, no matter what I do. I think the problem is related to the onmouseover event that I'm using, but the only thing that seems to work even partway is changing the visibility to "show" in the CSS. From that I can see that the text is being assigned to the tooltips properly and that they are being positioned within the window, but the onmouseover event is having no effect either way when I revert the visibility back to "hidden."

[Code]...

View 6 Replies View Related

Add A Spin Control To Quantity Field Before Add The Ordered Quantity To A Shop Cart Array

Mar 19, 2011

I am trying to add a spin control to my quantity field before i add the ordered quantity to a shop cart array. The way its set up at the moment if you click the deincrement arrow it actually goes into negative numbers. (no good coz people cant order a negative number eh#$@#$@) This the

<head> Code
<!---sPIN BUTTONS TO UP QUANTITY--->
<script type="text/javascript">
function changeVal(n) {
document.forms[0].quantity.value =parseInt(document.forms[0].quantity.value) + n;
}
</script>
[Code]

View 1 Replies View Related

JQuery Works Offline But Not Online

Oct 25, 2011

I have a introduction webpage, which I wanted to supplement with a background slideshow. I chose Supersized slideshow jQuery plugin [URL] , implemented the code in my website. Everything looked okay, when I run the website offline, but when I upload it on the server, there is no background. The website is [URL].

View 2 Replies View Related

JQuery :: Online Website Builder For Dummies

Nov 16, 2010

After playing with all of the different jQuery interactions, widgets, visual effects, etc. (on the demo pages), I wonder of there is an online website builder that would allow me to easily create web pages with all of these functions, but without having to do any real programming ?

View 2 Replies View Related

JQuery :: Plugin Captify Not Working Online?

May 19, 2011

I have implemented the captify plugin on my website, and it works fine on my local machine. The problem is that when i place it online it no longer works.I have checked the paths to the js files, and I have checked the syntax of the references in the html, but I cannot find any problems with it.

View 2 Replies View Related

JQuery :: Quotator Plugin Not Working Online

Sep 30, 2011

I'm using a plugin called Quotator on a site I'm working on and it just doesn't work. I'm getting 404 errors on one of the .js files. The site is [URL]. It works offline, but not online.

View 6 Replies View Related

JQuery :: Online Ajax/php Voting System?

Aug 16, 2009

Anyone with an ajax/php online voting system? Or do you know some popular site i could get it from?

View 1 Replies View Related

JQuery :: .load Doesn't Work When Site Is Published Online?

Jan 8, 2012

I'm having problems getting this bit of code to work. It works when the page is on my local drive, but when I publish it online it doesn't. The code is exactly the same when local or online. The online WIP (that doesn't work) is here:The .load code is meant to load the caption text for the video and also some social media buttons. Like I said, this works just as I want when I open the html page from my local drive.Here is the code

<script src="jquery-1.5.1.min.js" type="text/javascript"> </script>
<script type="text/javascript">
$(document).ready(function(){

[code]....

View 5 Replies View Related

JQuery :: Online Booking System For Office Supplies And Our Client ?

Dec 10, 2009

I'm working on a online booking system for office supplies and our client as the following requirement:

He would like to book a item from for example 12.december to 24.december. It also should be possible to book a item only for 2 hours on a day. For example 10 to 12pm!

There are some appendage todo this...

I would like to use jqry datepicker but the datepicker has no "hourview" or? (two-level)

View 1 Replies View Related

MSN Online Status

Feb 2, 2005

I noticed there is an indicator to someone's MSN online status in my hotmail inbox page.

I tried to view the source of the page in order to build my online status script.

All of my attempts were failed.

View 1 Replies View Related

Getting An Old BASIC Program To Run Online

Aug 7, 2006

I have the source code to an old BASIC program that a friend of mine
would like to run online. I am a beginner at JS, but I think that it
would be a good choice for the project. My background is in C/C++ and
web development.

Any suggestions that might get me off to a good start here? I can
provide more information if needed, but I am not sure what would be
helpful. The program is 550 lines in what appears to be BASIC and is a
calendar conversion program. You give it a date and it will convert it
into one of many other date reckoning systems (Gregorian, Hebrew,
Egyptian, etc, etc).

View 10 Replies View Related

Language For Online Graphing

Jul 20, 2005

I am considering writing an online graphing utility. I plan it to be
of good quality, such that an undergraduate university student can
print it out and include it with a lab report.
Data points will be entered, having been generated by another program;
the utility will NOT accept functions for plotting--just the data
points.

As far as I know, Javascript does not provide graphing functionality.
Could somebody in this group please let me know what the best language
to use for writing this utility.

View 6 Replies View Related

Building An App For Online Communication?

Jul 8, 2009

I am very new to web development. I would like my website to have an application which allows a user to draw images which can be displayed on other users screens in real time.

An example of this is isketch.net Also on this site i would like users to be able to create accounts and join 'rooms' where they can communicate in real time (as opposed a forum message board). I am looking for something similar to isketch.net

Could somebody please tell me the type of development and programming needed. I have been quoted 1000 a month to build these capabilities but have no idea what is involved. (also may require facebook style real-time updating)

View 4 Replies View Related

How To Play Song Online?

Sep 28, 2006

I have been looking for the answer for a long time, but could not reach to any answer. I am a novice web designer, have very little knowledge on web programming. I hope someone here could help me with the following. The problem scenario is this:

I have a webpage where I have listed some classical songs so that page visitors can listen to song online. All files are in Real Audio format either with .rm or .ra extension. These individual audio files are linked with .ram files so that when visitor’s clicks on the song title, this .ram file launches RealPlayer and the clicked song starts playing. Once a song is played it stops. If user wants to hear another song, user needs to click on another song title to play that song. This is annoying for users.

However, I have seen on some websites where user can select the songs by clicking on the “Check Boxesâ€&#65533; next to each song titles and play by clicking on the “Playâ€&#65533; button. Therefore, user can select lists of their favourite songs by clicking on check box and play these together one after another. There are two other buttons also available for users: “Select Allâ€&#65533; songs and “Resetâ€&#65533;.

View 1 Replies View Related

Excellent Online Sources ?

Sep 30, 2010

Does anyone have any excellent online sources for Javascript? I'd prefer to learn online rather than by book.

View 3 Replies View Related

Online Text Formatting?

Mar 22, 2001

I'm currently working on an online content management system which allows users to edit html-pages without seeing the HTML-tags.

Is it possible to use buttons for text formatting? I would like to have buttons for adding a link and adding headers. But without showing the user the html-tags.

View 2 Replies View Related

Play Movie Online

Dec 20, 2006

I have a video file which I wanna show at my site. Please help me out how can I show running video? I dont know if it is a right place.

View 2 Replies View Related

Online Image Editing?

Mar 5, 2009

For sites like Facebook that allow you to crop your picture/rotate etc... Is there a javascript plugin out there that one can plug into ones site to be able to achieve similar?bviously the JS script must say it to a server side script for it to be saved to disk. But how is this achieved. Is this something one can code from scratch? I am really keen using one

View 4 Replies View Related

Site Working Offline, Not So Much Online?

Nov 2, 2009

i have this site everything works perfect offline(local) but when i put it on my server theres a few things that mess up. What isnt working.. I have a little readmore link beside a main quote on everypage and this uses ceebox to open it. Within this lightbox it shows an html page that i made with just a little write up, at the bottom is a little nav and onclick it should be opening the corresponding hidden div while closing the lightbox. this works offline perfect, i cant seem to figure out why it wont once uploaded. I have gone over all folder names, etc and im positive this isnt the problem. this is the main page html snippet with the read more link

Code:
<div id="header-fade">
<div class="header_paragraphs panel" id="header-1" style="z-index: 0;">
<div class="header_p_1"><p class="header-p">AAAAAAAAAAAAAAAAAAAAAA</p></div>
<div class="header_p_2"><p class="header-p">AAAAAAAAAAAAAAAA</p></div>
<div class="header_p_3"><p class="header-p">AAAAAAAAAAA</p></div>
<div class="header_p_4"><p class="header-p">AAAAAAAAA</p></div>
</div><!-- Header P's -->

[Code]...

again it all works offline but as soon as i uplaod it to my server the nav inside the lightbox doesnt seem to work.

View 1 Replies View Related

Send Sms Through Free Online Services From PC?

Jan 5, 2011

My project simulation takes lot of time so I cant monitor that continuously,. I want to send a SMS whenever some simulation is done/ progress / throws an error to my mobile through SMS when I'm away from the PC.. I dont know how to start with this.. how to do this I want to use free online SMS service to do this..

View 4 Replies View Related

Making Online Game Web Site

Nov 1, 2009

I want to make a online game web site . i want to klnow , what do i need for now ? should i install any script?

View 3 Replies View Related

Buy The Book Or The Online Video For Kevin?

Nov 21, 2010

I want to learn Javascript the right way, I'm not sure id I should buy the book or buy the online video for kevin? who tried both give me a recommendation.

View 1 Replies View Related

CGI - Frontpage Extensions; Online Forms

Dec 17, 2000

I have been using Frontpage to design web sites and know that online-forms can be created using Frontpage, but the host must have Frontpage Server Extensions installed...

...I was wondering if the online forms were simply CGI scripts??

If so, could i not get DreamWeaver Ultra Dev and write the CGI scripts in there? - I think DreamWeaver is capable of this?

Therefore, if a server supported CGI scripts and i had to pay extra for FRONTPAGE EXT. then i could bypass this problem by using CGI scripts...

...does this make sense? If not, why not?

View 1 Replies View Related

Online Javascript Syntax Checker

Jul 2, 2002

I have a whole heap of Javascript that I want to compress (by removing line breaks etc). When laid out with line breaks, all works fine. When compressed ... BANG!

I suspect that there is a semi-colon missing somewhere which is only breaking when the return is removed. However, I'd like to run the whole block of javascript through an online validator instead of straining my eyes trying to locate the piece of the script at fault.

Is there such a thing? When I search for 'Javascript validator', I get a whole heap of links to using javascript to validate forms and such like!

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved