bayarsaikhan

Stories submitted by bayarsaikhan

Website screenshot capture with ASP.NET and PHP(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 8 months ago

Capturing the thumbnail of a website is pretty useful when you are creating a web application like web 2.0 directory, site review, website preview, etc... So how do you implement it in your language? I did it in my asp.net application which was was very easy. And i searched for the way in PHP. Although, PHP doesn't support natively, there are tricks that you can use to capture screenshots of websites. Here is the code snippets; read more...

add a comment |category: |Views: 672

tags: another

Free Charting and Graph Components for .NET(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 8 months ago

Let me introduce three more charting components which are also free to use, and open source. You can use these libraries for drawing professional graphs and charts with different types for desktop applications as well as web based applications. read more...

add a comment |category: |Views: 81

tags: another

60+ template engines for .NET, JAVA and PHP(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 8 months ago

Template engines are designed to allow the separation of business logic from the presentation layer, which means allowing MVC architecture to the developers. With the aid of template engines, we are able to develop websites with different looks but the same logic or the core code. Template engines are lately known as not good ideas because recent platforms already have embedded template engines to separate views from logic, generate code etc... As you see there are very few template engines in .NET and Java comparing to the PHP. But they are still pretty useful tools for developers. read more...

add a comment |category: |Views: 12

tags: another

Must have articles directory for developers(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 9 months ago

The best method to learn a new technology is to read articles, reviews and tutorials related to it. There are plenty of sites that provide many articles some of which are qualified while others are loss of time. I have been regularly visiting the websites listed below which i already bookmarked or subscribed to their RSS. These sites are valuable resources for me to learn something or to find the solutions, methods and way outs when i encounter a problem. I digg these sites and absolutely can find whatever i am looking for. So do not forget to bookmark the list of these sites. I will be very appreciated if you contribute to this list with a site that you think it should be listed here. read more...

add a comment |category: |Views: 1

tags: another

Most Active Open Source Projects in Codeplex(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 9 months ago

It is nice to see the open source projects' progress in Microsoft world, especially it is been extremely fast growth after the Codeplex launched, and also GotDotNet suggests their hosted projects to move on to Codeplex. As you might remember, I have submitted a post about Codeplex a few weeks ago; Microsoft Open Source Projects. This time, it is proud to list most popular and active top 25 projects that has been hosted in Codeplex. read more...

1 comment |category: |Views: 8

tags: another

Why you shouldn't use Typed Dataset...!(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 9 months ago

When working with persistent layer in .NET environment, you feel something is needed like hibernate or ibatis as a data access layer which automatically makes relations between tables and object, and give us an opportunity to call stored procedures and queries like we call methods of an object. Although hibernate is ported into .NET version, i don't trust its performance and other issues because of why i don't know. read more...

add a comment |category: |Views: 9

tags: another

Refactoring Tools for Java and .NET(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 9 months ago

Refactoring is the process of changing a software system in such a way that it does not alter the external behavior and result of the code yet improves its readability and internal structure. Object oriented developers recognize the value of refactoring working code. Until recently good tools have not been available. This list contains Refactoring tools and IDEs features Refactoring support. read more...

add a comment |category: |Views: 117

tags: another

Most popular free/open source IDEs and Editors(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 9 months ago

For effective and fast development, IDEs and Editors are the most important tools for us. As you might know, there are plenty of IDEs and Editors for programmers to make their life easier. Most of the high quality IDEs and Editors cost high, but many more out there costs nothing. For me, I have used Eclipse, Netbeans, Java Studio Creator, JDeveloper, VS Express, JEdit and Notepad++. As you can see the following long list, there are many alternatives that suits everyone's need. read more...

add a comment |category: |Views: 2

tags: another

Programming Resources, News and Ideas: Essential firefox add-ons for w(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 9 months ago

Useful firefox extensions especially for web developers read more...

add a comment |category: |Views: 3

tags: another

Open source .NET libraries you should be already using(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 9 months ago

As we know, there are many good, enterprise level, open source libraries, frameworks and projects implemented in Java. Most of them are being ported into different platforms like .NET and PHP, so developers are migrating to the these platforms with their familiar tools. For example, i have been using Ant, JUnit, Log4J, iText and many mores when i was developing in Java, but now i am still using Log4Net and Nunit in my current read more...

4 comments |category: |Views: 25

tags: another

Top 10+ source code search engines(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 10 months ago

Programmers are coding and coding in somewhere for some purpose. I wonder how many lines of code is written in a minute on the world :) I guess thousands of lines. But most them are coding the same snippets of code again and again. I always used "Koders" not to reinvent america, means not to rewrite the codes someone else have already solved. There are plenty of code search engines out there to serve us (programmers) with the millions of lines of codes to fasten our job. So you can use the following code search engines for this purpose read more...

add a comment |category: |Views: 25

tags: another

Most Useful 20+ Visual Studio A(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 10 months ago

I have collected list of the Visual Studio Add-ins, most of which are open source or free. I hope this list will help you to code more faster and effective. If there is not your favorite add-in in the below list, do not hesitate to add it as a comment. read more...

3 comments |category: |Views: 24

tags: another

J2EE vs ASP.NET vs PHP(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 10 months ago

In this article, I wanted to compare the web application development platforms which I have been using for recent years. My comparison has no aim to make one platform better than others, or vice versa. These are all my own thoughts and what I have experienced during the development of web applications using the three platforms. It is open to you to express your opinions and stands as a comment. read more...

add a comment |category: |Views: 207

tags: another

ASP.NET AJAX Resources, Samples(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 10 months ago

ASP.NET AJAX is a free framework for quickly creating a new generation of more efficient, more interactive and highly-personalized Web experiences that work across all the most popular browsers. Plenty of code have plenty of resources, tutorials and downloads related to ASP.NET AJAX read more...

1 comment |category: |Views: 0

tags: another

AJAX Resources, Frameworks and Toolkits(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 10 months ago

AJAX (Asynchronous JavaScript and XML) is a web development technique used for creating rich and interactive web applications. Ajax is asynchronous in that loading does not interfere with normal page loading. JavaScript is the programming language that Ajax function calls are made in. Data retrieved using the technique is commonly formatted using XML, as reflected in the naming of the XMLHTTPRequest object from which Ajax is derived. I have collected rich list of ajax frameworks for different programming language; read more...

add a comment |category: |Views: 0

tags: another

What is Microsoft Silverlight?Silverlight Resources, Articles,Tutorial(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 10 months ago

Recently, I have been regularly hearing about Microsoft Silverlight which is going to replace Adobe Flash and Action script. Actually, I love it because i can develop rich interactive applications using my current .NET knowledge without having to learn new technology or scripting language like Actionscript. XAML is also based on XML which i already know. It also support languages lik Ruby and Python. Sounds coool. Here is the definition of Silverlight on Wikipedia. read more...

add a comment |category: |Views: 5

tags: another