Category: Others

  • What is MEAN

    MEAN is a set of software/web application development technologies. In which M stands for MongoDB database. Its a non relational database. It can store data as Documents. E stands for Express JS. Its a NodeJS framework. Its middleware between NodeJS and Angular JS. A stands for Angular JS. Its a client side JavaScript framework. It […]

  • Download site from Archive.org or Internet Archive

    First you have to install Ruby in your system. Go to this link and choose your operating system and install Ruby into your system. Install Ruby After installing ruby install wayback machine site download script by using your command prompt or terminal gem install wayback_machine_downloader Your system is ready to download sites from archive.org website. […]

  • Top Hardware Technologies of 2013

    3D printers A 3D printer is a limited type of industrial robot that is capable of carrying out an additive process under computer control. The 3D printing technology is used for both prototyping and distributed manufacturing. Google Glass It’s surprisingly simple. Say “take a picture” to take a picture. Record what you see. Hands-free. Even […]

  • .htm pages in wordpress plugin

    This plugin will automatically add .htm extensions at the end of wordpress pages. Special note: keep the permalink settings of wordpress as “/%postname%.htm” and then install and activate this plugin Download htm-on-pages wordpress plugin

  • Article from another blog

    (This article is taken from one of my other blog.) from few days one thing is clicking in my head very simple but not initiated before.so i have posted the problem in phpfreaks forum and got some useful solutions : #1 : hi i want to know how to run continuous service which is written […]

  • Simple XML pursing with XPath

    Hello again. Today i will talk about how to purse XML simply with .NET’s XPath features.We know XML now days gets very important thing for transferring or what ever. I will show how simply we can Purse a XML file.Suppose we have a XML file named “Sample.xml” and the structure of that XML file is […]

  • Simple Mail send Through .NET

    Hello all ,Today i will describe how to send mail through .NETFirst we have to configure the SMTP mail server . In this context i have assumed you mail server has been configured (including web.config ).Now we have to import using System.Net; using System.Net.Mail; And through the following code we will able to send mail […]

  • Event fire at certain time.

    (This article is taken from one of my other blog.) from few days one thing is clicking in my head very simple but not initiated before.so i have posted the problem in phpfreaks forum and got some useful solutions : #1 : hi i want to know how to run continuous service which is written […]