Coder Social home page Coder Social logo

asknot's People

Contributors

aabouzaid avatar aleksandrs-ledovskis avatar amjadm61 avatar archaeopteryx avatar calvinf avatar comzeradd avatar dogihhg avatar erengy avatar fiveminuteargument avatar hkoivuneva avatar hun7err avatar jdm avatar maktrix avatar marti1125 avatar meteormatt avatar michaelkohler avatar mte90 avatar pandark avatar pascalchevrel avatar patosar avatar petercpg avatar rabbihossain avatar rbillings avatar rillian avatar sudheesh001 avatar tivervac avatar ujdhesa avatar utkuaydin avatar xfq avatar yfdyh000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

asknot's Issues

Clicking back button does not change view

As seen from the attached image, going to a view and then clicking back button does not move me back to the previous view i was at. It just remains at the same view itself. To reproduce steps,

  1. Go to : http://www.whatcanidoformozilla.org/#!/progornoprog/proglang
  2. Go to next view by clicking Not interested. It leads to (http://www.whatcanidoformozilla.org/#!/progornoprog/support)
  3. Click back button.

Expected result: Goes back to previous
view(http://www.whatcanidoformozilla.org/#!/progornoprog/proglang)
screenshot from 2015-02-28 10 02 59
screenshot from 2015-02-28 10 02 49
screenshot from 2015-02-28 10 04 13

Current. View doesnt change

Add accessibility

We should add accessibility but I'm not sure of best place. Could be top level or under "available to all" with translation. Acessibility activity also cross cuts others including coding. In conclusion prolly best to add as top level given current structure.

carriage returns found at end of lines in locales.ini

Hi,
I was trying to update locales.ini using VIM. This time after pulling from repo, I found most lines are appended with ^M.

I know that they shouldn't cause problem but we probably have to remove them? (or even breaking locales in to separate files?)

Thanks :)

Peter

Problem with using some HTML tags in locale file

Probably is follow up to gh-86.

Steps to reproduce:

  1. Visit any C language sub-page (e.g. this one)
  2. Switch to Italian locale - "it". Take notice, that "POO" string has additional text visible onhover. It uses <abbr> HTML tag for this purpose.
  3. Switch back to English locale. The string "POO" is still be present, placed somewhere at the end of the title.

This artifact most likely appears due to webL10n library's ignorance of non-TEXT_NODE DOM nodes (see source code)

Writing documentation

Submitting demos and editing/reviewing/translating documentation on MDN can be added.


Update: The Demo Studio has been retired, but the documentation part is still valid.

Add Google Analytics to the template

It would be great to have some analytics on this site and understand how people are using it. It could help inform future changes to the www.mozilla.org/contribute/ page.

I would just create a GA account with your personal google account specifically for this domain. It will give you a code snippet that you just need to copy/paste to the code into the template and push the site. You should see the data within a few minutes in GA in their real-time stats and then within their reports within 3-4 hours.

Help: https://support.google.com/analytics/answer/1042508

Then just add the tag to the of the index.html page in the repo.

I would then do two things.

  1. Create a GA virtual page view onLoad of any page on the site. This would be a JavaScript call to this:

_gaq.push([_trackPageview, [path that follows #! in the URL]);

example

_gaq.push([_trackPageview, /en/proglang/java]);

  1. Create a GA onClick event on the green "Tell Me More" buttons only when it has an external link. You need to do a GA event on those to track the external links as they won't be captured by the GA on the page.

Example:

_gaq.push(['_trackEvent', 'Tell Me More Exit' , 'https://github.com/mozfr/transvision']);

Note: You should put a delay on the external links or they may not get picked up by GA's in-page tag. More info here on how to add the local function: https://support.google.com/analytics/answer/1136920?hl=en

Add Bugzilla

Bugzilla has lots of ways to contribute listed at http://www.bugzilla.org/contribute/

Languages: Perl, HTML, Javascript, CSS

Javascript is actually going to be a big one because we're currently pushing to modernize the UI.

"Open link in new tab" on the "tell me more" & other buttons doesn't work as expected

Usually when I'm on a site like this I'll go through the first level ("what's your area of expertise") and open each thing I'm interested in in a new tab so I can come back to it later.

Since the href on the "tell me more" button just points to the main page, it doesn't work like you would expect when opening in a new tab.

The same thing happens with the 'take me back' and 'next' buttons

In the Nightly 34.0a1 (2014-07-24) it just opens the homepage in a new tab, in IE11 it acts as though you left-clicked the button, and in Chrome it acts the same way as IE.

German translation

German translation is available at dogihhg/asknot.

Please merge file locales.ini from dogihhg:patch-1

Greetings from Europe
dogihhg

Can I has perl?

Are there any perl projects at mozilla? Can we add them to the site?

Reduce size of title text

Just trying to reproduce:
JavaScript > Firefox > {Firefox in general - I don't really care.}
I feel that the text in {} is a little too large. If you think the issue is legit, I'm willing to fix it :)

Rust's description is no longer accurate

Rust's description makes reference to "4 kinds of pointers," which is no longer accurate: managed ("@") pointers have been removed from the language. Now there are only owned (~), borrowed (&) and unsafe (*).

I can make a PR for this if you can settle on a different description. Now that there are only 3 types of pointers, maybe it's a little less masochistic? :)

Separate language from path in hash

Currently the hash contains both the language and the current path. That's not great for the default linking experience, since the language will override the user's preferred default. We should make the override language a query parameter instead (?zh-TW=1).

Some form of address bar

After going further than one level deep it becomes somewhat weird to not have any context for how you got there.

Putting an address bar of sorts in the upper left corner of the page to allow the user to quickly go back to a certain page and know how they got there would help the UX a lot in my opinion. Attached is a quick mockup of what such an address bar would look like.

Has this been discussed before? It's not really necessary when just going one or two levels deep, but it would definitely a nice-to-have. It would also be possible to turn the links in the address bar into dropdowns, which would allow users to more quickly move between & better visualize different "branches" (slightly similar to issue #21)

an address bar

On development index.html page loading wihout any data

Today i clone this repo to make some contribution , when i open the index.html file on chrome browser it opens without any data

home_page

but it was open correctly on Mozilla .

My chrome Version is 38.0.2125.122
My Firefox version is 34.0

wrong link on "you could work on Firefox" option

I have been notified by a (French) user that
with choice "Vous pourriez travailler sur Firefox" ("You could work on firefox") the "tell me more" link leads to... whatcanidoformozilla.org ! #infiniteloop

Add some technologies

For example:

New software/languages/technologies:

  • CSS (in Firefox, SeaMonkey, Thunderbird, Persona, and web development)
  • Assembly (in NSS)
  • MySQL/MongoDB/ElasticSearch (in Webmaker)
  • XUL (in Firefox, SeaMonkey, Thunderbird, and XULRunner)
  • XBL(in Firefox, SeaMonkey, Thunderbird, and XULRunner)
  • XPCOM?

These two languages already exists, but I didn't find XULRunner and Rhino:

  • JavaScript (in XULRunner)
  • Java (in Rhino)

feature request - adding "good first bugs"

Would it overcomplicate the page to add a list of good first bugs for a given project? You could pull, say, five bugs with a given tag from github or bugzilla.

I might be up for helping add this feature if it doesn't make the site too busy. Thoughts?

Negative "Keep going" is ambiguous

Seeing the negative statement "Keep going" I was thinking first about "Keep going... tell me more about it" - in a positive sense. But then I realized, that this button shows the "negative"/don't interests me part.

Maybe there is a better wording for this? Or maybe it's just me as non-native English speaker that gets confused by these words?

neet to setup default language on page.

If I select the language from dropdown list which have the 'lang-selection' attribute this event change all strings to the selected language.

But. After this I want to back to another language. But if this language do not have 'lang-selection' attribute this attribute was not changed. I guess it's related not only with 'lang-selection'. I thing we must set a default language.

Excuse me please for my English. It's very hard for me. But I hope you understand about what I'm talking.

I can show it in pictures :)

I select the Russian language
screenshot at 2013-12-11 13 43 48

and all good so far but if I select English after this it's been looks like this:
screenshot at 2013-12-11 13 44 15

All good except the lang-selection attribute. This happen because en localization (and other btw) have no 'lang-selection' attribute.

Language Switch doesn't remove the default en lang spans

Select any language that uses default en language words, say Hi-In, now when you switch back to English those span tags having the text in default language stays there.
I tryed

var a=document.getElementsByClassName("extra");for(i=0;i<a.length;i++){ if (a[i].childElementCount>0){a[i].removeChild(a[i].childNodes[1]);}}

in langchange() but result was deadly, they are not restored back on language change, may be i was doing wrong.

Encoding & as &amp; [Minor]

File: index.html

Line: 171
<li target="https://wiki.mozilla.org/Auto-tools/New_Contributor">Tools & Automation
          <div class="extra" data-l10n-id="py-tools-extra"></div>
</li>

Validator

& did not start a character reference. 
(& probably should have been escaped as &amp;.)

Though a very minor problem and compatible on major web browsers, it becomes important in the case of browsers (which we shouldn't ignore being good web devs) which would break the parsing. Lenient browsers like Firefox, Chrome, Safari don't have a problem, but we should always consider the fact that there shouldn't be a problem in the webpage design and layout. So a small fix would be.

<li target="https://wiki.mozilla.org/Auto-tools/New_Contributor">Tools &amp; Automation
          <div class="extra" data-l10n-id="py-tools-extra"></div>
</li>

Though HTML5 allows you to leave it unescaped, but only when the data that follows does not look like a valid character reference. However, it's better just to escape all instances of this symbol than worry about which ones should be and which ones don't need to be.

Show Entire Tree Structure of Options

For those that may want the entire tree structure of options available to peruse, perhaps adding a small link at the bottom to show all groupings and links to the relevant pages may be helpful. Cheers.

Perl - NSS wrongly redirected

The information for NSS for Perl is redirecting to

http://www.bugzilla.org/contribute/

I believe it should be redirecting to

https://developer.mozilla.org/en/docs/NSS

Also the

perl-bmo-extra = the issue tracker software used by mozilla projects

is misleading since its not an issue tracker but rather a set of libraries. Maybe this could take

perl-bmo-extra = set of libraries designed to support cross-platform development of security-enabled client and server applications

The link to NSS under C is taken to

https://developer.mozilla.org/en-US/docs/Getting_Started_With_NSS

probably this has to have the same link then ?

and

perl-bmo-extra = the network security pieces of Firefox

be similar to that of

c-nss-extra

?

Could someone clarify this, I'd be willing to patch

Read Me

Should someone create a read me for the repo so people know more about the project?

Patronizing description of Python

"So you enjoy the paradigm of backtrace-driven development? That's cool, everyone gets a bit tired of static typing once in a while. You can work on..."

I was not sure if this was a joke or just bluntly put by a Java lover or someone that has not understood that a compiler is not something that prevents bugs or writing tests :)

A Python developer reading this will probably run away because he won't recognize Python in this description, even if it's a joke

I would change this to something like: "So you enjoy the power of Python, and love to do amazing coding with it, so do we !"

Of course maybe that's just me and all the quotes are meant to be funny, but clicking through all the choices I was not expecting this

Doesn't work without Javascript

See the image, this is what happens when visiting the site with noscript. It seems to me like the page is just a load of links to other pages - something than has been a part of HTML since before 1.0, why reinvent it using JS?

whatnojs

Edit: Ignore the theme, I'm actually on Windows 7.

Custom Negative Response

Is it possible to include a custom negative response for a particular choice?
Say just for "C" if I wish to include "No..I'm much more comfortable in Python than C".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.