Archive

Basic PHP

Introduction PHP, which stands for PHP: Hypertext Preprocessor. It was created by  Rasmus Lerdorf in 1995 and originally expanded to Personal Home Page Tools. It was renamed to its current recursive form in version 3.0 when released in June 1998. Now , just the acronym PHP itself is widely known.

You might have wondered what is PHP and how it works after seeing the copious amount of opportunities for PHP in freelancing and other job sites. PHP is a server side scripting language used to design dynamic web pages,...

Read more

SQL Server: From the Past to the Future

The SQL Server was originally a joint project between, Microsoft, Sybase, and Ashton-Tate. In 1995, they parted ways and version 6.0 was the first edition released without input from Sybase. From version 7 onwards, Microsoft has rewritten the code, so as not to have to credit Sybase any longer, and be able to drop the Sybase copyright notices; which previously had to be included as an indication of its origin.

SQL Server 7.0 This was the first version which...

Read more

Hello Everyone,

Recently, I've purchased an Airport Extreme base station, which I wanted to use as a Wireless access point. I’ve 30 Mac and 10 PC's. I just wanted to use all the  wireless networks, using Airport Extreme base station but it's totally not working. I can't figure out what's the main problem in it.  Is there any one who can give me an in depth information about airport extreme base station.

Regards,

Sikaner Mondol

Read more

MS Groove

Introduction: MS Groove is a desktop application which is used for document collaborations. However, now it is renamed as M.S SharePoint Workspace. It is an offline virtual workspace which allows the users to work remotely but logically integrated in a team. It is very useful for team work, document sharing and for other official purposes. Users can use it while offline.

History of M.S Groove: There is not a big history for M.S Groove, it was developed by Microsoft for centralized management. As Microsoft always provides the best solutions to its users,...

Read more

Mozilla Firefox Top 5 Add-ons

If you are looking for a quicker, more secure, and fully customizable way to surf the web, then your browser of choice is Mozilla Firefox. With its unique features like open source, powerful extension system (more than 1,200 add-ons and counting), themes, OS independent, better support for file formats, better security, 60+ language support, no validation on upgrades, etc. Better still, it stands out from other browsers.

If you fancy about making your browsing experience as good for ever, you then have Firefox add-ons to help you out. They are free...

Read more

Microsoft Security Essentials review

MSE which is an abbreviation of Microsoft Security Essentials, is an antivirus application launched by Microsoft Corporation. It is helpful in providing protection against all kinds of malware such as Trojan horses, root kits, spyware, and numerous others for Windows® XP, Windows® Vista and Windows® 7 operating systems.

The Windows Microsoft Security Essentials was able to replace the Windows Live OneCare component, which was a premium subscription-based antivirus application, and Windows Defender that was useful in just protecting the users from spyware and adware. Contrasting the Microsoft Forefront...

Read more

Write a program that declares a structure, to store data of a student. The program should define a structure variable, input the values and then display these.

Read more

The application we are developing requires to find the levels of authority for a given user. The levels of authority follows a hierarchical tree like structure. An employee can have any number of supervisors. In order to traverse the tree structure, it is proposed to use recursion or a loop. What would be better?

Read more

Installation and Configuration of Network Card in Windows 7

In this article, we will install a network card in Windows 7 and configure the network card. If you want to add your computer to a network or any network device, you need to install or configure the network card. Nowadays, every new computer you buy has a built-in network port..

But if you have an old computer which does not have a built-in network card, you have to install a PCI or a USB network card. But here, we are starting from the beginning; assuming that we do not have...

Read more

SNMP: Simple Network Management Protocol

Introduction What does Network Management mean? If you have a network of computers, hardware devices like switches, routers, database servers and workstations, surely you will have to:
  • Keep track of the settings of each device and its functioning.
  • Check whether the network is running smoothly and if it can handle the current workload.
  • Deal with problems and emergencies in the network.

Definitions SNMP is Simple Network Management Protocol. It was defined by IETF RFC1157 in 1989. SNMP is a protocol which allows networked devices (called Agents) and a management workstation...

Read more