Disable Directory Listing in Asp.Net

Just like index.html file in any HTML, JSP, Php applications , the similar file in Asp.net is Default.aspx.  This file opens first once your asp .net application is started. 

Develop Self-Destruct File Sharing Portal Using Php

Before reading this article Please check this website, https://privnote.com/
We will develop similar like this but for files of any types instead notes.

Download File Problem in Php (Forcing File to Download instead Of Opening It In Browser)

Php is used very widespreadly these days. CMSs’ like Joomla, Wordpress, Drupal are based on Php only. Because of it is open source, people are using it more.

Techno Nutty on Windows Phone Store(Windows Phone App)

If you want to keep updated through latest tech,programming, things through your smart phones,Here is the app for you.

MonoPoleJoe (of New Life)

Artist MonoPoleJoe (Born Tony Adams, formerly known as Monopoly Joe) is a Hip-Hop/Electronic Artist from Chicago, Illinois. Born and raised on the west side and the north

Advanced Search in Notepad++

Notepad++ is a very useful source code editor which supports many programming languages. It provides support for Java script, C , C++, Java , PHP etc.  and makes the life of

How to Install Joomla on Localhost or Webhost and Start developing Website (New Version)

Similar like wordpress, Joomla is CMS(Content Management System) for creating attractiveand handy websites with 0% coding.

How to Install Wordpress on Localhost or Webhost and Start developing Website (New Version)

Wordpress is a very famous and open source Content Management System based on Php and Mysql.It helps you to create your blog or website with 0% coding. You don’t need to

How to draw Graphics Objects on JFrame

Applet provides Canvas where you can draw graphics objects like Line, Rectangle, Square etc and fill them with colors or can do some other animations. But JFrame  provides us

How to Use Jtree Control in Java Swing Applications in NetBeans

JTree control in java applications is useful to show hierarchies . It is useful in case your where items are categorized in different categories and you want to perform specific action depending upon user selection.