Does Aptana Studio 3 support hints for ajax? - aptana

I am trying to use this tool. And want to know if Aptana Studio 3 support hints for jquery? So it helps me in efficient coding. Thanks.

Related

how to get teechart activex on Qt

I am currently working on a project where TeeChart Pro ActiveX 2012 is used with Visual C++ and MFC.Now i want to move my project to cross platform language Qt.I have searched a lot on Qt forums but didn't get a proper sample code to display Teechart in Qt.I shall be highly thankful if someone could give me a sample code or proper workaround to solve my problem.
I'm sorry but we don't have any QT example. You can use ActiveX controls in QT but only Windows, not for X-platform applications. This might be your problem. Have you managed to use other ActiveX controls? All TeeChart options in QT were discussed here.

code inside dll

I want to see the code inside an asp.net dll. which tool do I need to use. Can I see it using visual studio 2010 ? Someone suggested to use refactor?
Regards,
Asif Hameed
IL Spy is my current favourite Reflector replacement.
(RIP Reflector)
They were telling you to use Reflector, which was the de facto decompilation utility for years and years. However, it's no longer free-as-in-beer, and Telerik has recently stepped in with JustDecompile, so I suggest you give that a go.
That'd be Reflector.
There are a few alternatives as well, such as Telerik's new JustDecompile. JetBrains is now also bundling a decompiler with ReSharper 6 and promising a free standalone decompiler to be released.
you can use reflector tool for that. There are many such tools available, see the below link for more details.
http://www.techrepublic.com/blog/programming-and-development/look-inside-net-dll-files-with-reflector/625

Develop VSPackage (VSX) using VC++ ? Need reference materials and links

I have a requirement where I need to extend or customize the Visual Studio using Visual Studio SDK using C++ or VC++. I have fallen out of luck and have found all the book, blogs and msdn customizing Visual Studio using C#. Need help to share me links and books on customization of VS using C++.
Regards
John.
Help appreciated !!!
Visual Studio 2005 SDK comes with few samples (FigPkg, BscPrj, MyCPrj) demonstrating extending VS using native C++. It's a good way to start.
Newer versions of SDK don't contain this samples. But VSx COM API has not changed too much. Learning internals of different non-C++ projects (MPF, MPF For Projects, VisualD) can also help you better understand how VS-extensions work.

sharp architecture question - no strongly typed views

I am trying to get my head around the sharp architecture and used the visual studio template as described on the web:
http://wiki.sharparchitecture.net/VSTemplatesAndCodeGen.ashx
This is all cool. Unfortunately, I cannot add a strongly typed view as easily as I am used to ‘under’ asp.net mvc.
What can I do to ‘enable’ this in VS 2008 Prof? I have also installed asp.net mvc 2.0 and would like to reflect this in my ‘vs studio sharp environment’.
Any pointers would be very much appreciated. Many thanks in advance.
Best wishes,
Christian
I found this which did the trick:
http://groups.google.com/group/sharp-architecture/browse_thread/thread/43c5131456719b39/cae8904a0a8f2c0e?lnk=gst&q=view+template#cae8904a0a8f2c0e

JavaScript minifyer which can be integrated with a build of an ASP.NET application

Inspired by this answer.. Can you guys point me to something similar--something that can be integrated into a build-script or perhaps directly into Visual Studio?
Visual Studio projects use MSBuild, so you can integrate an MSBuild task that uses whatever javascript minifier you'd like.
This has been blogged about pretty extensively so I won't bother trying to come up with the specifics here... but a quick google search yielded some good posts.
http://www.coderjournal.com/2008/05/how-to-create-a-yui-compressor-msbuild-task/
http://blog.mastykarz.nl/minify-your-javascript-and-save-the-kbs-for-later-imtech-javascript-minificator-free-tool/
The first link from womps post (Nick Berardi's blog post) uses the YUI Compressor for java. So if you don't want to have the extra dependency of java / installing java, then you can do the same thing with a .NET port of the most excellent YUI Compressor project -> YUICompressor for .NET.
Maybe that might help :)
*Disclaimer: I did most of that port.

Resources