05 May
It is the latest incarnation of Microsoft’s middleware for the Internet. ASP.NET is built upon the .NET Framework. The .NET Framework has 2 main components that is : the common language runtime (CLR) and the .NET Framework class library. The CLR is the foundation of the .NET Framework.
You can think of it as an agent that manages code at execution time for both Windows and ASP.NET applications. The class library, the other main component of the .NET Framework, is an object-oriented collection of reusable components that you can use to develop applications for both Windows and the Web. ASP.NET is therefore the required environment that supports developers who use the .NET Framework to develop Web-based applications.
The .NET framework is a free download, but the development tools can be pricey.In ASP.NET, you don’t need to write any code to display the data: you will just need to write the code to bind the data to an object called a DataGrid (which can be done in just a couple of lines). Then, you just have to create a reference on your page to where that DataGrid should go. The DataGrid will be rendered as a table, and will contain all of the data extracted from the database.
03 May
Burstable RAM is the memory which is available beyond the guaranteed RAM.Burstable RAM is basically shared RAM amongst each VPS on the hardware node. It is divided equally among each VPS and is there for when each VPS needs it. For example your VPS might have 256mb guaranteed ram, and 1024mb burstable RAM.
This means that after you have used up your guaranteed RAM, there is still 768mb burstable ram available for burst usage - IF there’s enough free memory on the host server.Burstable RAM, means that you can go up to that much usage, but it must only be for a short time. In other words, you can burst to that plateau of RAM, but cannot always remain at that level.
03 May
PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly and easily.”This is generally a good definition of PHP. However, it does contain a lot of terms you may not be used to. Another way to think of PHP is a powerful, behind the scenes scripting language that your visitors won’t see!
When someone visits your PHP webpage, your web server processes the PHP code. It then sees which parts it needs to show to visitors(content and pictures) and hides the other stuff(file operations, math calculations, etc.) then translates your PHP into HTML. After the translation into HTML, it sends the webpage to your visitor’s web browser.
30 Apr
What is Microsoft Silver Light?
It is a browser plug-in technology for providing easy platform with synergistic change for the web applications. Microsoft Silver Light is developed with multiple qualities like audio-video playback ,animation , and vector graphics- quality that characterize a good internet application.Silver light compatible with softwares like Adobe Shockwave,Adobe Flash ,Apple QuickTime , and Java FX. Silver light enables the creation of rich, visually stunning and interactive content and applications that run on multiple browsers and OS. It was developed under the codename Windows Presentation Foundation/Everywhere (WPF/E).
Silver light is congenial with many web browser products used on Microsoft Windows and Mac OS X Operating Systems.Microsoft Silver Light is liberately or freely available for all platforms and browsers supported.It allow Windows Media Audio and Video (WMA, WMV7–9) and VC-1, It also supports MP3 audio. Silver light is extremely fast - for example: you can play more than one videos at the same time without stuttering or dropping frames.By using Microsoft Expression Studio and Microsoft Visual Studio, designers and developers can collaborate more effectively.
25 Apr
In order to edit virtual host, you will need to edit http.conf which is as follows :-
NameVirtualHost *
<VirtualHost *>
ServerName www.domain.tld
DocumentRoot /www/domain
</VirtualHost>
<VirtualHost *>
ServerName www.otherdomain.tld
DocumentRoot /www/otherdomain
</VirtualHost>
this server alias can also be set in for alternative for a host for name-basd virtual host.
25 Apr
Linux VPS Hosting is the cheapest way to purchase a VPS( Virtual Private Server )web hosting account. If you will select Linux based VPS package you won’t need to pay licensing fees which makes cheap Linux VPS web hosts to pass along reduced operating costs into a lower final product price. Normally, the average costs for cheap Linux VPS packages are in the range of $50 per month and below; depending upon which cheap Linux VPS host you select. Whether or not you buy Linux VPS will also depend upon your Linux VPS review and product requirements in terms of the technologies you want to use with your VPS account.
These Linux VPS will not run all applications if you are a Windows developer. However, cheap Linux VPS solutions will work for the multiples of large and small businesses, including most like web design, reseller, and development firms. So if you can work with a Linux VPS hosting package , we suggest you do. Linux VPS Hosting will save you cash on a recurring basis. The other benefit that a Linux VPS comparison will reveal to you is that a Linux VPS package has much more features as compare to WindowsVPS.
23 Apr
FFMpeg is a program which record, convert and stream digital audio and video in various formats. It is a command line tool that is composed of a collection of open source(free) softwares and open source libraries. FFmpeg includes libavcodec, an audio and video codec library used by many other projects, and libavformat, an audio/video container mux and demux library. The name of this FFmpeg comes from the MPEG video standards group, together with “FF” for “fast forward”.FFmpeg was started by Fabrice Bellard and is now maintained by Michael Niedermayer. Many FFmpeg developers are also part of the MPlayer project, and FFmpeg is hosted at the MPlayer project server.
It is developed under Linux, but it can’t be compiled under many OS, including Windows etc. There are no releases. Instead, FFmpeg developers recommend using the latest Subversion snapshot as development attempts to maintain a stable trunk. FFmpeg is released under the GNU Lesser General Public License or GNU General Public License it depends on which sub-libraries one would include.It is an open source software.
18 Apr
The Zend Optimizer is a free runtime application software which enables PHP to run the files encoded by the Zend Guard. This can be freely used by anyone looking to run encoded applications.The simplest way to get a PHP runtime that includes Zend Optimizer is to download Zend Core - the leading production quality PHP 5 stack.
Zend Optimizer is bundled within Zend Core along with a certified copy of PHP containing the latests bug fixes, Zend’s FastCGI technology, a copy of MySQL or DB2 Express-C, and an Apache web server for a easy to install stack.; Zend Core Support Subscription, gives you access to an automated downloads of security and critical fixes and other support features that real PHP applications require.
For enterprise-class performance enhancements with an up to x25 increase in server throughput, try Zend Platform. Zend Platform’s Performance Enhancement Technology was specifically created to help optimize the responsiveness and processing efficiency of robust, high traffic PHP-based websites. At the same time, Zend Platform’s PHP Intelligence Module provides insight into performance bottlenecks and run-time errors.
16 Apr
Normally MySQL are pre-installed on every VPS Hosting packages. However, if you need it then you will need to contact your hosting provider to install it for you. MySQL is also supported with cPanel and Plesk Control Panel. You may create user accounts and databases.
To start MySQL you can simply type the following given below :-
/usr/local/etc/rc.d/mysql-server.sH start and to start it at the time of boot, simply rename it as .sh
15 Apr
Some of the basic features of Plesk are given :-
a) Domain Statistics
b) Manage Domain DNS Zones
c) Manage Sub-DOmains
d) Access Domain Registration
e) Website Management
f) File Manager Database
g) Frontpage Access
h) log files
i) Schedule and Crontabs
j) HelpDesk
k) Backup/restore domain database
l) Email Management
m) User Management
n) FTP
o) Database Management
p) SSL Management.etc…