Open VSIX Gallery, customizing page - visual-studio-extensions

Just uploaded an extension to the Open VSIX Gallery.
http://vsixgallery.com/extension/Snippeter.205e93a2-67fd-418d-a773-558dbce0ffd0/
I would like to modify the page at the Open VSIX Gallery to add a link to the source code in github but, turns out, I am too daft to figure out how to do it.
https://github.com/LaraSQP/Snippeter
Much appreciated.

The answer, or part of it, is to modify the source.extension.vsixmanifest file.

Related

Dreamweaver CSS code erased

After I preview my website, the CSS code suddenly disappear and was saved. Does anyone know how to recover it?
I still have the website correctly preview in Chrome. Is there any way that I could get the code from there?
I was almost ending the website, so another 3 weeks battling.
View the source code with Ctrl + U, then click external stylesheet link, copy the code and paste it in a new stylesheet.
NOTE: Don't refresh before doing this.
If you have it on a separate css file, you should be able to go into Chrome developer tools and select Sources. This will show you the attached css files. You can then copy and paste it.

including CSS file in AdminLTE template

I want to use this Template called 'AdminLTE' [ https://github.com/almasaeed2010/AdminLTE] .
and when I save the ont-awesome.min.css from the link on my pc, and include it in my code, it just doesn't work.
any Idea guys? is it the same for you ?
Sorry for late reply
You need to download font files also
For that check that css you downloaded and search for url
you will get fonts required.
Download it to pc and link it in that css and you are ready to go

CSS Saving Error with Dreamweaver: Solution?

I'm experiencing an extremely perplexing error that I've been unable to find any posts about online.
I have a CSS file ('main.css') that is linked to my HTML file. Recently, this has started happening:
1) For some reason, upon opening the HTML file, the linked CSS file appears twice.
2) I go to file -> save all, and the dreamweaver formatting disappears, as though it's an ordinary text file. If I exit and open up the HTML again, the changes haven't saved.
3) Also when I click file -> save all, a new css file is created in the css directory.
I honestly haven't the slightest idea what's going on here, and would appreciate any assistance that could be rendered!
Is your Dreamweaver connected to FTP server where the actual website CSS is present online?

Adding image to project description in google code

I want to update a background image in google code projects.I searched their wiki, it talks about pointing image to an external world.Is there anyway we can upload the image to google code and provide a link?
I got the solution.First you need to upload the image to 'Download' area.After that, give the image url like this.
<img src="http://yourgoogleproject.googlecode.com/files/name of your image.PNG" alt="Logo"/>
You have to paste the above code inside apostrophe(') and end with apostrophe and can paste this in project description of your project summary tab.(I have just added here, in my case)
The file uploaded will go under 'files' folder of your project automatically.
This answer is no longer correct. Google Code removed the downloads option in May 2013, due to misuse. You can, as they suggest, move your files to Google Drive and link to them from there, which is fine for project downloads, but for items such as images in wiki pages or the project home page, I recommend checking the images into your source repository and linking to them. For example, ig you use a mercurial repository and your files are checked into docs/images, then:
http://yourproject.googlecode.com/hg/yourproject/docs/images/logo.png
should work.

Wordpress Plug-In for Documents Library

I need a very easy to use plug-in which will help me have this effect in Wordpress. Please note that simple page editing is not working -- add text and set hyperlink (this is not working). We need PDF & PPT files for now, however if there is a solution with wider variety of file type it would be great.
Please see the below reference hyperlink for more visual explanation - TAB "Manuals" (I do not need the tabs, justthe list):-
http://support.lexmark.com/index?segment=SUPPORT&userlocale=EN_US&locale=en&productCode=LEXMARK_C524&page=product&frompage=null#5
You can try http://wordpress.org/extend/plugins/document-library/

Resources