Our team want to add the notification function on our website. Now, it’s the design stage. Could someone point me in the right direction?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open up your web browser and go into firebug/chrome inspector/developer tools. Visit the stack overflow site. Look on the console at the global variable ‘StackExchange’. It has everything you need for notifications, how votes are added, comments, etc… It is very well designed and very thought out. I use it as inspiration constantly.