Is there a way to translate Sanity Studio? - node.js

I'm trying to use Sanity for the first times, as it looked a good headless CMS approach.
But I didn't find any ways to change the interface language. Does anyone know how to do that?

It's currently not possible to translate the Studio interface, unfortunately :/ But it's a popular feature request, so maybe sometime in the future!

Related

Automation of user's actions on web pages(sites)

I have a question about working with web on user's side. I need to automatize some user's actions on web pages(sites), but i don't know how to do it. I would have learned this myself, but i don't know what to start with, how to find information that i need. I mean i have no idea what programming language to choose to do this, or how this kind of applications or programs is called. Do i need to learn JavaScript or idk python or c++, or something else? Please, tell me anything you know about this, any information will be useful.
The easiest way to automate inputs to a website is using Selenium.
The Selenium website has plenty of information and demonstrations on how to use their software.

Need Help on Creating XPCOM...!

I want to create an XPCom, which I want to use to get Mozilla DOM, object in my C# application. I am really very new bee for this.
Can some one tell me exact steps?
Like from starting with C++ to create XPCOM and to end with C# which can get the DOM of firefox.
Can't advice for C#, but you can check my post on C++ XPCOM add-ons for some insights on this. I'm quite new for this as well, so I've tried to gather info and describe steps more or less...

What is the easiest fastest way to implement spring MVC 3.0 login and filter accessible pages with it`?

Suddenly, a wild login-screen appears. I didn't think about this at all when i started my project, but so far i've seen that Spring does these things pretty well without changing all of my work done so far. Can anyone tell me the easiest way to do implement an admin-login.
Links and examples appreciated :)!
Found quite a few useful tutorials for this
http://static.springsource.org/spring-security/site/tutorial.html
http://static.springsource.org/spring-security/site/petclinic-tutorial.html
http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/
each of these sum up the process nicely.

Best bugzilla desktop client

We've just started to used bugzilla and I found the web interface quite slow and not user-friendly.
I'm wondering if anyone have a suggestion for a client desktop or a browser add-on running under windows.
I found the following page: https://wiki.mozilla.org/Bugzilla:Addons
Which one of these clients (or any other) is the best ? Any other suggestions ?
I already tried Deskzilla Lite, which seem pretty good. However, there is a lot of field (edit bug) that we don't use (i.e. hardware, os, url, depends on, etc). Is there a desktop client that allow to remove and customize the field used in the bug entry form? On this one, please do not answer I can customize the bugzilla templates, we don't want to use the web interface anyway.
Well it depends on your Bugzilla Version. Since I updated to 4.0 I've got no alternative to Deskzilla since MyZilla is not running anymore. LiveProject looks pretty neat but I never tested it, so... Deskzilla lite. :/

How to get preview-image of a web-site?

I know that there are even some web-resources exist which allow you to get a preview of a web-site 'as it looks in a certain browser'.
I only need view from any browser as an image. Is it possible to get that image without people involvement? Can I get it without system programming, just by means of pure java/python/asp.net?
UPD: http://browsershots.org/ is an example of described web-resources.
The tools I know of that does this - really "just" launches a browser (programatically of course) and takes a screenshot of the contents of the browser and saves this in an image.
I think no matter what you do, you will have to find a way of doing something like this. If you by system programming are refering to OS API calls, then I think you will be out of luck. You might be able to get a third party library that can do this for you, but then that library will simply be making those system calls instead.
I see now others have posted links to places that might prove themself useful to you as well. Without having looked at the links, that would probably be the easiest and best way to go.
Good luck
I believe what you're looking for is browsershots
There are some websites that let you do this.
Try BrowserShots
PageGlimpse is a service
providing developers with programatic
access to thumbnails of any web page.
It has API based on REST protocol and some documentation.
You have a lot of things doing this for you. Take a look at stw for instance.
If you're using .NET, it is possible to do this using the DrawToBitmap method of the WebBrowser control (example here). However, as you'll see by the last comment on that example page, it doesn't work with Flash, and it's a bit 'temperamental' with sites that use complex Javascript for rendering.
I think your best bet is to do as others have said and use a third party thumbnail provider. I haven't used it, but http://www.thumbshots.com/ looks good.

Resources