Save Flex chart as image
Sometime we want to export the charts generated in Adobe Flex to an image. In this article we would learn how we can export Adobe Flex UIComponent to image(JPEG) from your flex application.
Read more…
Testing Login based Web Application using Apache JMeter
Apache JMeter allows you to test the web application based on HTTP URL, but in case of session/cookie based web application we need to maintain the cookie/session across all the request send for load testing. If you are still don’t know how to perform basic load testing than you should have look at Load Testing with Apache JMeter. In this article we would learn that how we can perform session/cookie based web applications.
Read more…
Load Testing with Apache JMeter
Apache JMeter is an open source tool to performing load testing of static and dynamic resources such as HTTP websites. JMeter provides an user interface that can easily help you to configure the test plan for your load testing. Apart from testing your web applications it also generates the test result and we can save the test plan so that we can replay the testing again. In this article we would learn how we can perform load testing your web applications using Apache JMeter.
Read more…
Export MySQL Database using phpMyAdmin
phpMyAdmin is one of the most popular tool made in PHP to access MySQL database. It is widely used by web hosting provider to access MySQL database from Web hosting servers. In this article we would learn on how to export database using MySQL dump. However if you have not installed phpMyAdmin than you can refer to below article.
Installing phpMyAdmin
phpMyAdmin is one of the most popular tool made in PHP to access MySQL database. It is widely used by web hosting provider to access MySQL database from Web hosting servers. In this article we would learn on how to install and configure phpMyAdmin on Windows/Linux systems.
Read more…
Adobe Flex Development on Windows
Adobe Flex is one of the most widely used for developing Rich Internet Application(RIA). Making Adobe Flex SDK as open source is one of the major landmark as it gave the power of rich graphics and web programming to open source community. In this article we would learn how to develop Flex applications on windows system.
Read more…
Installing MySQL PHP and Apache on Windows
Combination of PHP and MySQL along with Apache Web Server has been an deadly combination for developing websites wordwide. In this article we would learn how we would install PHP, MySQL and Apache on Windows OS.
Read more…
Publish on Facebook WALL using Java
Before writing this article it took me around 1 week to figure out how i can use Facebook Graph API to publish message to WALL. Well there is no proper documentation available but with this article we will learn on how we can publish feed to Facebook WALL using Graph API. We would be using Java as our programming language but it can be done using CURL in PHP and C/C++ as well.
Read more…
Recent Comments