Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I'm learning web design and I have come across a website called Sketch
The issue is that it doesn't obviously generate PSD but it produces PNG.
Based on my experience with developers, PSD is what they use.
My question is it possible to use PNG? Is it any easier?
Thanks
Note that PSD is a file format for Photoshop and PNG is an image file format.
You cannot use PSD for web purposes. Designers/Developer slice the PSD to their JPEG/PNG format or even CSS for web usage.
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I am working on a new project which involves building a chat window. Normally, I would have no hesitation in using Flexbox for this project, however, a requirement of this project is that I support IE9.
I know that using tools like Modernizr can provide a fallback, but if I need to support this anyways is there much advantage of using this method?
No. Not worth it. You'll wind up doing everything twice to get the fallback support, so spend your effort doing it once, fully compatible with the oldest browser you need to support.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I just started using css less and thinking about which way is better: include less file to page with less.js library or convert less into pure css and include that file to a page.
Which way do you use and think which way is better?
I would compile the less to css and implement the compiled file to my site. I think this is the usual way to do this.
There are a lot of tools for this task. Take a look at compass and/or scout.
Compiling process can also do with commmand line itself or Gruntjs.
All of these tool compiling the less files onthefly.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have a PDF or Image . in this i can write something, draw line , high light sentences then download it .
how to Achieve this.
thanks in advance
Well PDF and Images are two different things.
I know it's poor advice but you should really do a quick web search for ".net pdf library". You will find dozens of paid and free code libraries for creating and manipulating PDF documents with plenty of very good documentation on how to use them.
Similarly for Images there are also many, many .net libraries for doing image manipulation.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I am looking for some help regarding documenting code in Qt. For instance, when I am developing on the XNA platform I use XML notation with tags such as summary, params, etc. What does Qt have and what are some standards.
In addition, I am looking for something that will work with documentation generating applications (such as Doxygen), unless Qt has something better that I don't know about.
Qt internally uses QDoc, which is not a supported product. It is similar to doxygen. If you already know doxygen, you should use it to document your Qt projects. See also this question.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am getting an asp.net site developed and need a program which will generate barcode's.
So far all I have found is http://www.barcodelib.com/purchase/main.html#pricebarcodenetweb
Does anyone know of an open source alternative? or a cheaper alternative.
Take any barcode fonts. Create an in-memry bitmap image server-side and write the text with the barcode font in the image. Flush the image to the client or save to disk.
http://www.barcodesinc.com/free-barcode-font/
http://www.bizfonts.com/free/
Barcode Generator is a nice option:
Generating Barcodes with Barcode Generator