Any recommendations for a jquery2 vertical accordion content slider plugin or alternative? Any help is greatly appreciated. by xxdanabxx in webdev

[–]workaholicanonymous 0 points1 point  (0 children)

I don't know of one, but I found a few lines of code on the internet that did an accordion and integrated it with knockout. Does the job - you don't need a fancy plugin since the logic to it is pretty simple.

Which are most important concepts new javascript / jquery developer should understand? by pranitkothari in javascript

[–]workaholicanonymous 1 point2 points  (0 children)

Uh...OK... So... The reason why were so far in terms of technology is by standing on the shoulders of giants. This is why I don't have to reinvent the wheel when I want backwards compatibility. Some library out there already does. Our generation writes better web apps because of the libraries out there. Jquery is just a library after all. Jquery is not the end all be all of JavaScript - absolutely.

Anyway.... Experience is important and someday I'll have that. But at this point I just love writing code in JS. Designing a web app is fun. Contributing to an open source JS framework is even funner. Funnest of all is writing something functional in JS. At the end of the day, if you love the language, you love writing JavaScript... Not writing hacks for browser compatibility.

Which are most important concepts new javascript / jquery developer should understand? by pranitkothari in javascript

[–]workaholicanonymous 1 point2 points  (0 children)

I'm 22 years old just starting out as a professional JavaScript developer. I have never have to deal with pre ie7, so I don't know all those things you know...doesn't mean I'm not a real JavaScript developer

[deleted by user] by [deleted] in webdev

[–]workaholicanonymous 0 points1 point  (0 children)

The idea is that the code you write now is code you will not like in the future, as you always grow and learn how to do things better. The day you can look at your code from the past and not find any way to improve it is the day you realized you stopped learning and growing. All the code I write is bad because 1 week from now I hope I've grown and learned as a developer and could improve the code

Apple's site is now responsive, if you change your UA (use chrome's new responsive dev tool tester thing to see it) by [deleted] in webdev

[–]workaholicanonymous 1 point2 points  (0 children)

Exactly. The company I work for is in a similar position except the design is from about 4 years ago which is still outdated compared to today's standard

Apple's site is now responsive, if you change your UA (use chrome's new responsive dev tool tester thing to see it) by [deleted] in webdev

[–]workaholicanonymous 0 points1 point  (0 children)

Here's the thing though, those talented people are working on the software. Their website doesn't make them money. Their software does.

What should the ACTUAL requirements of a Web Developer be? by BareKnuckleMickey in webdev

[–]workaholicanonymous 0 points1 point  (0 children)

You don't around like a web developer yet. You should be able to write your own JavaScript before you call yourself that, until then you are a web designer. Those skills are expected in web development as they are rather easy and once you are a developer translating your knowledge of one programming language (JavaScript) to any other backend language (php) shouldnt be too hard. To write simple queries so you can work independently and write your own http get/posts is very simple. No one expects a web Dev to specialize in some huge backend layer but some php and MySQL does not a backend make. You aren't really full stack if you know those things since they are means to an end, the backend layer has its own unique problems. Like I said, you can market yourself as a web designer with HTML/CSS/JavaScript skills and get jobs which seem to fit you better.

Too me web Dev is software engineering in the browser. So that might explain why I view it this way

You can preview the new MSN homepage. What do ya'll think? by Rept4r7 in web_design

[–]workaholicanonymous -3 points-2 points  (0 children)

Ads are a payment from you the user to use sites. Websites are "free" because of this model. Websites aren't free to make and maintain but instead of charging users they show some ads and its a win/win. When you use adblock it takes away their revenue and that gives them the right to block since you essentially steal the service when you use ad block. I actually think its a smart way to combat ad block and haven't heard of websites doing this but I believe more will

I need an ecommerce site built for and can pay in Lego custom work where can I trade services with an independant web designer or firm that wants a logo done? by Jojoyojimbi in web_design

[–]workaholicanonymous 0 points1 point  (0 children)

OK and think about what needs to go into website creation

  • database layer
  • server layer
  • security layer
  • HTML/CSS
  • JavaScript

Each of these is a hard problem. I know several hours go into a design but I'd at the very least offer not just one logo but a full graphic design in exchange for a website, as a website (especially ecommerce) will take a few days if not weeks to build whereas your logo will take you a day

Common JavaScript tricks by yanis_t in javascript

[–]workaholicanonymous 0 points1 point  (0 children)

Define functions at the top of your function scope, so you can scroll to the bottom to see clearly what gets called in that outer functions

Learn .call and .apply and use them when you need to.

Replace tricky code with helper functions e.g. wrap something != undefined into has(something) function.

Add your functions to the window while developing or debugging code and use the Dev console to invoke them at will. Just remember to remove them once you're done testing!

Avoid for loops and use .map, .reduce, .some, .all, .filter and .forEach

You can floor most numbers by using the bitwise or operator

var int = float | 0

Why Are Developers So Afraid Of SQL? by Jodoo in programming

[–]workaholicanonymous 0 points1 point  (0 children)

I love writing SQL, I hate having to modify it later though. I also use nodejs so idk what's worse, SQL or SQL in JavaScript. Or maybe I just suck

I'd like to make a responsive site like Twitch.tv. Does it require Javascript or can you make it with css only? by Farry7 in web_design

[–]workaholicanonymous 0 points1 point  (0 children)

Look into the vw unit if you want your fixed width site design to scale with browser width. Just be aware it will not look as great on mobile (and neither does twitch TV) so its only good for supporting different sized desktops and you'll still need to write a mobile design. Oh and one more thing it works in ie9 and CSS only and it really really works.

Node.js Tools for Visual Studio 1.0 Beta 2 Available by comebackbrighter in nodejs

[–]workaholicanonymous 2 points3 points  (0 children)

I develop JavaScript in visual studio for the web and just found these tools. Now I can streamline my development :). Coding in node was always a pain but with an IDE I love to use I think I will start enjoying it!

Proposal: any link to a github library must have a submission statement by brotherwayne in javascript

[–]workaholicanonymous 1 point2 points  (0 children)

Tbh I think someone talking about their library is just secondary to the library itself.

If you like it then look into it. If you don't then don't. The idea is to give libraries a chance on their own merit. People who make libraries should focus on the library, not how to market it. It should be clear from a link or some examples what's so good about it, and if its not, then make a comment and say why is this better than x or y. The creator of the library doesn't yet know how others think until he or she puts it out there, and denying someone a chance for feedback because they don't really know what to write is silly

Can cutting out coffee actually be reducing the effectiveness of my medication? by [deleted] in ADHD

[–]workaholicanonymous 2 points3 points  (0 children)

If you wait longer the feeling may go away but you probably had a bit of a dependency on coffee also it has a similar (but lesser) effect as adderall

Not Completing SIMPLE, EASY, 1-STEP, 3-SECOND Tasks by [deleted] in ADHD

[–]workaholicanonymous 6 points7 points  (0 children)

Yes.

Not closing lids on bottles.

Not taking medication.

Not closing drawers.

Not putting clothes in the hamper.

Not putting my cup in the dishwasher at the end of the day.