Customize Issue UI - issue-tracking

Is there a way to change the issue UI as it's possible to change notifications template?
I saw a category called Template components where I can customize templates very similar to issue UI.

YouTrack UI Customizing in similar way as Notification templates?
No, unfortunatelly, some coding is needed to get an alternative UI, as far as I know.
YouTrack UI Customizing in general?
Yes. However, you need to create your own web page and use YouTrack REST API to get data from YouTrack server.
Here are some links that might help you:
YouTrack REST API
Nice introduction article with an example

Related

how to adapt drag drop Formbuilder to Meteor

i'm trying to adapt http://bootsnipp.com/forms and http://dobtco.github.io/formbuilder/ to Meteor.
Meteor seems to be strugglinh with Html template files of both of these FormBuilders.
any pointers on how i can adapt one these to my MeteorJs application ?
I'm looking for the same integration. If you could find any solution please write it down here.
By the time, not the drag&drop but kind of dynamic form can be created through
https://github.com/aldeed/meteor-autoform
fyi

Calendar for ASP.NET MVC 3 website

I have database with events and now need to show it by month on site.
Can you suggest any free components with customizable styles to resolve the issue?
There are so many projects available on codeproject for this purpose. The one i found more customizable is this
http://www.codeproject.com/Articles/360837/ASP-NET-MVC3-Create-a-custom-calendar-datepicker
another suggestion if you wanna make it AJAX based
http://www.codeproject.com/Articles/321268/DatePickerBasedEventCalendarMVC3andAJAX
another project which is latest
http://www.codeproject.com/Articles/404647/AJAX-Event-Calendar-Scheduler-for-ASP-NET-MVC-3-in
feel free to choose use whichever fits to your UX requirements.
The following article shows you how to use an HTML 5 calendar with a jQuery UI datepicker as a fallback for un-supporting browsers.
http://www.asp.net/mvc/tutorials/javascript/using-the-html5-and-jquery-ui-datepicker-popup-calendar-with-aspnet-mvc/using-the-html5-and-jquery-ui-datepicker-popup-calendar-with-aspnet-mvc-part-1

Drupal form - Popup

I would like to show some forms in my Drupal Website in a popup or accordion. I have tried popup module but it shows only for viewing nodes and not adding/editing. How can I do that?
Thanks for your help
This can be done with https://drupal.org/project/popup_forms, but you need to do some programming in order to apply it (i.e. it can't be just configured via admin interface).
maybe this module help you Modal forms
In my personal opinion Popups API is a very good module.You could show the necessary contents that suites your purpose .It is quite easy to use.I think you just need to read the documentation.If you really change this module there are other modules available like Modal forms,Modal Frame API,colorbox, Chaos tool suite etc.You can find a lot of modules needed for your purpose. The following links might help you:
https://drupal.org/project/colorbox
https://drupal.org/project/modal_forms
https://drupal.org/project/modalframe

How to pull Facebook news feeds onto website using ASP.NET

There seem to be various example using PHP, but need a concrete example of how to do this using .NET.
Facebook seems to be a pain and does not have an easy method like Twitter where you use a widget and it creates the code for you to integrate into your HTML.
Any suggestions appreciated.
If you're happy to use widgets, like the Twitter widget, you can access facebook widgets here:
http://developers.facebook.com/docs/plugins/
Facebook provide api for it. Please refer this
https://graph.facebook.com/me/feed?access_token=your_access_token

Drupal module for inline notifications (in style of Stackoverflow or Gmail)?

I am looking for a Drupal module that makes on-page notifications similar to those found on Stackoverflow (slide on from top) or Gmail (appears near top of page).
I've looked through the secondary modules associated with notifications and messaging projects, and haven't found this.
The module needs to be able to hook into other core modules in order to be triggered by events and send useful messages (i.e. i'm not looking for just the javascript to do a pop-up).
BTW this is for Drupal 6.
Thank you!
I don't think there is a module which exactly does what you describe, but you would get very far with one of the "growl" messaging modules mentioned in this comparison chart.
For example the "rawr" module which I think could be easily modified to fit your needs. Some css and theming would be necessary probably.
They all only work with the default drupal messages (created with drupal_set_message). However, since this is the common way in drupal to display messages, other modules should work fine with it.

Resources