Click here to Skip to main content
15,893,588 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: External Hard Drive Pin
jschell27-Apr-14 9:47
jschell27-Apr-14 9:47 
GeneralRe: External Hard Drive Pin
Choroid29-Apr-14 10:03
Choroid29-Apr-14 10:03 
GeneralRe: External Hard Drive Pin
Peter_in_278026-Apr-14 16:08
professionalPeter_in_278026-Apr-14 16:08 
GeneralRe: External Hard Drive Pin
Ron Anders26-Apr-14 16:27
Ron Anders26-Apr-14 16:27 
GeneralRe: External Hard Drive Pin
PIEBALDconsult26-Apr-14 18:02
mvePIEBALDconsult26-Apr-14 18:02 
GeneralRe: External Hard Drive Pin
Richard Andrew x6427-Apr-14 11:52
professionalRichard Andrew x6427-Apr-14 11:52 
GeneralRe: External Hard Drive Pin
Mark_Wallace28-Apr-14 8:40
Mark_Wallace28-Apr-14 8:40 
GeneralIs anyone actually fluent in jQuery / Javascript / CSS? Pin
Marc Clifton26-Apr-14 10:57
mvaMarc Clifton26-Apr-14 10:57 
I spent probably the better part of two days putting together what I think is a decent "contact list". It uses jQuery, jQuery-tablesorter, and jQuery-UI, as well as a bunch of Javascript to avoid any server-side callbacks, and of course a bunch of CSS.

Now, the thing is, I'm constantly looking up the docs -- how do I sort table rows, how do move columns, how do I hide columns, how does the button-set work, why is $(this).hide() a function but row.hide() isn't, how do I get divs to align nicely horizontally, how do I get a div to right align, how do I get the last column of the table to right-align, how do I get the table columns to adjust to the width of their content, etc.etc.etc.

Now, please DO NOT answer these questions. I already know the answers, after spending countless hours Googling and Fiddling. I will say one thing, thank God (or the gods Smile | :) ) for StackOverflow, the fount of amazing wisdom. I will admit that even after finding the answer, I enjoy reading all the rest of the possible solutions because often there are several options and it's highly educational.

So, back to my question -- is anyone actually fluent enough in these technologies so that if I give you the requirements:

I want:

a table of contacts
sortable by first name and last name
a slider button that lets you switch first / last name columns (affecting the sorting)
searchable with an A-Z index (like a physical address book with little "A", "B", "C..." etc. tabs)
and with columns for email address, home / work / cell phone numbers that can be selected by a button-set

...how long would it take you to write that? The amount of code is actually minimal, it seems like if you know what you're doing it shouldn't take more than 1/2 hour.

Oh, and I forgot to mention -- it needs to look good too. Mwahaha.

But does anyone really know how to do this stuff without looking up a gazillion things?

WinForm programming is child's play in comparison.

Anyways, an article on this will be forthcoming in the next day or two.

Here's the article.[^]

Marc

modified 26-Apr-14 20:36pm.

GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
DaveX8626-Apr-14 11:54
DaveX8626-Apr-14 11:54 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
Duncan Edwards Jones27-Apr-14 0:22
professionalDuncan Edwards Jones27-Apr-14 0:22 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
DaveX8627-Apr-14 1:31
DaveX8627-Apr-14 1:31 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
LloydA11126-Apr-14 14:17
LloydA11126-Apr-14 14:17 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
JimmyRopes27-Apr-14 2:48
professionalJimmyRopes27-Apr-14 2:48 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
M@dHatter27-Apr-14 1:49
M@dHatter27-Apr-14 1:49 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
LloydA11127-Apr-14 3:30
LloydA11127-Apr-14 3:30 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
M@dHatter27-Apr-14 9:49
M@dHatter27-Apr-14 9:49 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
Marc Clifton27-Apr-14 15:47
mvaMarc Clifton27-Apr-14 15:47 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
  Forogar  27-Apr-14 4:42
professional  Forogar  27-Apr-14 4:42 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
LloydA11127-Apr-14 5:32
LloydA11127-Apr-14 5:32 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
_Maxxx_27-Apr-14 19:31
professional_Maxxx_27-Apr-14 19:31 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
BobJanova27-Apr-14 22:52
BobJanova27-Apr-14 22:52 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
enhzflep27-Apr-14 22:53
enhzflep27-Apr-14 22:53 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
Ennis Ray Lynch, Jr.28-Apr-14 3:42
Ennis Ray Lynch, Jr.28-Apr-14 3:42 
GeneralRe: Is anyone actually fluent in jQuery / Javascript / CSS? Pin
User 483504728-Apr-14 5:09
User 483504728-Apr-14 5:09 
GeneralLSJOD PinPopular
clientSurfer26-Apr-14 9:49
professionalclientSurfer26-Apr-14 9:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.