I am new to linux and like many other I have many ques about this OS and about some career opportunities. I am in India and working as a system admin for windows server for little over 2 years now. I have read many articles and attended few seminars about open source and got pretty influenced by tho ...
I'm kind of new to linux, so hpoefully this question isn't too dumb, heh, but I want to dual boot my system with WinXP, and I have about 9 GB's free, and when I started to install Ubuntu, and I went to guided partition, it only game me three choices. Sorry I don't know the details of each one, but t ...
What up? Got a few for yah.1.) how do I set VLC as the default media player for everything? I want every video on the desktop to run in it as well as in firefox, I downloaded the plugin and while the video plays I don't have any player controls over it like I would on my other systems.2.) How do I b ...
http://remysharp.com/2007/03/19/a-few-more-jquery-plugins-crop-labelover-and-pluck/#cropcrop - crops an image on the flyhttp://remysharp.com/2007/03/19/a-few-more-jquery-plugins-crop-labelover-and-pluck/#labelOverlabelOver - the accessible way of compacting forms (ala alistapart.com/articles/makingc ...
I have a few questions about implementing JQUERY.First, I am relatively new to "WEB 2.0" methods, so please be patiencewith what might seem to be silly questions.I think I need to see an example of how we might be able to use JQUERYor better said, how we might be able to "add" it ...
I'd like to suggest a few things that wouldn't probably hurt if theywere added into the core of UI. These functions are as follows:@@ UUID(prefix)Desc: Generates and returns a unique string with a prefix: optionallyfilled by user or defaults to ui-domCode: http://pastie.caboo.se/92917 ...
I'd like to suggest a few things that wouldn't probably hurt if theywere added into the core of UI. These functions are as follows:@@ UUID(prefix)Desc: Generates and returns a unique string with a prefix: optionallyfilled by user or defaults to ui-domCode: http://pastie.caboo.se/92917 ...
guys,<div><br class="webkit-block-placeholder"></div><div>I'm really proud of how well jQuery in Action has been selling over the past few weeks, and how much feedback I've been getting from the community. If you haven't gotten a chance to purchase it, I just want ...
everyone,I'm trying to figure out if I'm doing something wrong or if there's abug in jCarousel.The number of items in my jcarousel is dynamic, and i have a 'livefiltering' feature on the client side too, so the number of items maychange in runtime, and the only working way I' ...
Everyone,I just hopped on the jQuery bandwagon and I'm working on the followingfunctionality so if there are any examples or tutorials that doanything like this I'd love to hear about them. I realize I willeventually figure all this out but if anyone knows of any workingmodels, examples that ...
all !I have a DIV which I update after an ajax form submit (form plugin).This DIV is filled with a message like "Your details have been saved".I would like to fade out the text in this DIV after a few seconds.How can I do that ? ...
I can't seem to find any talk/reference on this exact error, but inthe jQuery core file at line 1298 (inside the "attr" function)the line====================================elem[ name ] = value;====================================was throwing an error in IE7, preventing some other scri ...
Hello, I have been playing with jQuery for the last month or so andwas wondering if some one could help me out with a few issues I'vebeen having...The test page ishttp://www.sjrmc.org/Scripts/jquery.ui-1.6b/demos/functional/Untitled-1.htmlThe issues is the... if when the page loads and some one ...
<div dir="ltr">Hi All,I am looking for a calendar component wherein I can enable few dates only for eg...I have, say 15 dates in a year which need to enabled for selection out of the whole year. How do i do it, which plugin can I use, I am at present using a calendar componet by matt kruse and ...
I wan't to display content from php file that changes every few seconds.I got it working in FF 3, Chrome, Opera 9.62, Safari 3.2And IE 8 doesn't workWith this piece of code <head> <script src="templates/common/js/jquery.js"></script> <script> $ ...
I'm a front-end web developer specializing in css/html. I would like to boostmy js knowledge asap. I'm looking for an advanced js/jquery person (who isalso adamant! about web standards and accessibility) in New York City metroarea that is willing to tutor me for a couple hours on a weekly or ...
all -I wanted to give you an update on adding the static doc pages likeChangelog, Roadmap, Dev guide and Theming to the site. Paul spent abunch of time with Maggie and I this morning and was able todynamically pull in the rendered jQuery.com wiki doc content bywriting a new PHP template that grabs f ...
Hi, Cycle Plugin is great!!, but i have a problem, in my home pagesfirebug say: [cycle] terminating; too few slides: 1but in another sections of my website Cycle Plugin work great!!.The images, im loading from database with a while....Anybody know about this msg? ...
If the slider has a larger with then the default and has a rangespecified and it's clicked on the handle jumps few pixels to the leftor right.This problem occurs when I specify the width of the handle(and alsoit's left margin to center it) in pixels or ems.When I specify it with %, then the ...
all,As a jQuery lover, I was sooo sad to fall upon a few bugs in theresizable plugin.Here they are :1) CSS :Issue : I had to add the ".ui-resizable" css for that plugin to work(hopefully I found a website explaining that workaround).Proposal : automatically add the style if not found (is t ...
Author: joern.zaeffererDate: Wed Jul 8 05:00:37 2009New Revision: 2892Modified:branches/dev/grid/tests/gridmodel-local.jsbranches/dev/grid/tests/gridmodel.htmlbranches/dev/grid/tests/visual/grid.htmlbranches/dev/grid/ui/ui.grid.jsbranches/dev/grid/ui/ui.gridmodel.jsbranches/dev/grid/ui/ui.selectable ...
I just plug in the JQuery into my Spring application. It looks great.I have a few questions in the regards:1. how to configure the Datepicker so that only the current and futuredate can be picked?2. how to let the initial date shown as the date format used in thefield?3. what are the forward and bac ...
Revision: 3039Author: joern.zaeffererDate: Thu Aug 6 11:57:44 2009Log: accordion: visual testcase and fix for #4444; probably fixes a few other issues, too, eg. less flickeringhttp://code.google.com/p/jquery-ui/source/detail?r=3039Added:/trunk/tests/visual/accordion/accordion_ticket_4444.htmlModifie ...
Hi,I've used a few jquery things before, but I haven't a clue when itcomes to javascript, so I've mainly just modified variables here andthere. This is my first attempt at actually writing something, andwell.....its not working :PIm trying to send an ajax post to an external file, which ...
Revision: 3218Author: joern.zaeffererDate: Tue Sep 15 01:35:46 2009Log: core tests: a few comments about failing tests, a few fixes for existing tests, mostly messages; primary remaining issue is that both $("area").is(":visible") and $("area").is(":hidden") r ...
friends,i have done a few improvements to the autocomplete module, to fix problems and improve functionality:added selectOnly option to autoselect a result if there's only one. this may save you a click.moved the loading indicator to the left side, in case the field is rtl. requires a small plug ...
tabs are working fine on my page but i have a few issues where icouldnt find a solution:1.) How can i prevent that a new tab with the same content is openedmultiple times?2.) How can i manage that when a newly created tab is closed again,always the first tab is selected instead of the next tab to th ...
I am new to jquery and got few question.I am reading this book. The author seems to be using 2 different ways to define a variable. Sometimes he uses var $variableName = (some expression); and sometimes they use and sometimes he uses var variableName = (expression);. So, whats the difference b ...
We are currently using the credit card validation on a commercial site and I noticed a few bugs.First for SOLO. The validation for the bin range starting with 6767 is not working because of a space after the comma but before '6767':ards [8] = {cardName: "Solo", lengths: "16,18,19", prefixes: "6334, ...