Archive

Archive for the ‘Web’ Category

How to Extend Maximum Upload File Size In Wordpress?

January 31st, 2012 No comments

As most of use know and Wordpress is the most popular platform for building websites and blogs. While working in wordpress many times you need to upload the data. This data can be of any type like an application file, an image or any video. The default limit set for such uploads is 8 megabytes. Experienced webmasters who has hosted there websites with large web hosting resources, know very well that many times the data to be uploaded can be larger than 8 megabytes and fortunately one can increase this 8 megabytes limit in wordpress. Many webmaster try to do it by making changes in ‘.htaccess‘ file, but this doesn’t work always. I would like to share following simple method to extend the maximum upload file size limit in wordpress.

  • Crate a ‘php.ini’ file and upload it in to ‘/wp-admin’ folder.
  • Then add the following code

memory_limit = 28M

upload_max_filesize = 28M

post_max_size = 28M

file_uploads = On

Here I have used 28 megabytes for just a example and you can replace with your desired limit to be set for maximum upload file size limit in wordpress.

Overview of PDF Format

January 27th, 2012 No comments

‘Portable Document Format’ which is widely known as PDF is a self-contained cross-platform document from the famous ‘Adobe Systems’. Working with PDF document has become a regular affair now. In day to day business activities one needs to put a lot of documents together by merging multiple documents in to a single PDF file, this is also called working with PDF Mode. PDF is very handy to create the documents which are not easy to edit and are not created with the purpose of avoiding any future edition work on them.

A typical PDF document appears similar to a normal document on the screen as well as in a printed format but unlike a word document, the user is not capable of editing it normally. Its appearance is also free from the software package, computer and operation system originally used to create it. PDF format files are highly compressed though they contain text, images, graphs and any other data to be used for display purpose, this high compression enable it to get downloaded quickly and efficiently. Maintaining its original (at the time of creation) format at recipient’s end is the feature makes PDF very popular. Though PDF works almost on all platforms but one needs to install the required ‘reader application’ (Adobe Reader) to make the system compatible of reading PDF files. In case of Linux systems of Linux Hosting servers the software are available different than the software for Windows website hosting servers. Because of its reliability most of the business houses use PDF for documentation for disseminating many of their business activities. While working on the internet if you do not want to save or download a PDF then you can also read the file on a temporary basis and once you close the browser (or tab) it will also get closed without saving any data on your local computer.

Difference Between Video Conference And Web Conference

December 29th, 2011 No comments

Meetings are one of the most important activities in Business houses, because any important decision related to business can be taken after arranging proper discussion among the important authorities of that particular organization. Now a days many organizations have placed their business houses at different geographical locations to work as branch offices and this is very necessary especially for multinational companies. Regular communication is very important among these branches situated miles away from each other, telephonic communication and communication through Internet services are vastly used for this purpose but old technologies were allowing just two people to communicate at the same time with each other and it was not possible to bring more than two people in such a discussion. Web Conferencing is the technology, introduced to overcome this limited number of people’s ability to participate in a meeting held at a far away location.

Web conference allows multiple persons to interact with each other being situated at any place(with the availability of internet, software and required hardware for conference) in the world. Now a days due to new invention in conference technology people can not only communicate but also can see each other on screen (real-time) while the conference is being carried out, this is called Video Conferencing. Web conferences are more popular among professional business houses for simple oral communication but when you need to represent any images, videos which contain different surveys, numbers and graphs then video conference is most effective to share this kind of data among all attendees. Furthermore looking each other while communication creates a special psychological effect over the people in communication with each other. Video conference also plays an important role in different types of scientific projects where a person need to share his experiments visually among multiple people.

An Overview of XML – Part 1

December 7th, 2011 No comments

XML stands for ‘eXtensible Markup Language’, a meta-language which is used to create other languages. In XML data remains marked up with tags, somewhat similar to HTML tags. Interestingly, the recently launched HTML version is called XHTML, which is based on XML and follows the syntax rules set in XML.

XML is mainly intended to be used for the purpose of storing data and information. This data further can be read mostly by machines and on a few occasions by humans also. This data is mostly stored in databases and it can be also stored in normal spreadsheets but one more specialty XML has that it can also store data in loosely structured manner i.e. data stored in letters or manuals.

Despite being very useful XML is found lagging behind the other competitive technologies like HTML. When you see a HTML page through your browser it is a nice thing and this is something XML misses out, one really needs to work very hard to make a XML document exciting. The main feature of XML is to store the data in databases and spreadsheets, so that applications can use it for various processes. There are very few areas, where XML has a supremacy over its competitors like it has its own separate structure of formatting where as HTML documents, word processor documents, spreadsheets have some mess-up because of mix structures with formatting which makes things difficult to handle content and design of a webpage. In XML certain predefined tags used for emphasizing can be placed in <em> tags for some other purpose, because a XML document never define that how the content of the particular tag should be displayed and the formatting part is left to an external stylesheet.

Customization Options With Time Formats In Wordpress.

November 4th, 2011 No comments

Most of the webmasters prefer to display time on their websites or blog, for particular events like post submitted, comment posted. In the previous post we saw ‘Customization Options With Date Formats In Wordpress. In this post I would like to share similar type of options available to customize the Time formats. Following are the characters to be entered in the ‘Text Box’ beside the custom button option under ‘Time Format’, to get the output shown, on the actual Website or Blog.

a

Small form of character ‘A’ is used to get the appearance of ‘Abbreviation - AM and PM Ante Meridiem and Post Meridiem’ after the time as ‘character in lower case’. e.g. am, pm

A

Capital form of character ‘A’ is used to get the appearance of ‘Abbreviation - AM and PM Ante Meridiem and Post Meridiem’ after the time as ‘character in upper case’. e.g. AM, PM

g

Small form of character ‘G’ is used to get the appearance of ‘Hour in 12-hour format without leading zeros’. e.g. 1 to 12…..

h

Small form of character ‘H’ is used to get the appearance of ‘Hour in 12-hour format with leading zeros’. e.g. 01, 02 to 12…..

G

Capital form of character ‘G’ is used to get the appearance of ‘Hour in 24-hour format without leading zeros’. e.g. 1 to 23

H

Capital form of character ‘G’ is used to get the appearance of ‘Hour in 24-hour format with leading zeros’. e.g. 01, 02 to 23

i

Small form of character ‘I’ is used to get the appearance of ‘Minutes, with leading zeros’. e.g. 01, 02 to 59

s

Small form of character ‘S’ is used to get the appearance of ‘Seconds, with leading zeros’. e.g. 00, 01, 02 to 59

T

Capital form of character ‘T’ is used to get the appearance of ‘Timezone abbreviation ’. e.g. EST, MDT…..

c

Small form of character ‘C’ is used to get the appearance of ‘ISO 8601 Standard format’. e.g. 2011-12-10T18:32:10+00:00

r

Small form of character ‘R’ is used to get the appearance of ‘RFC 2822 Standard format’. e.g. Fri, 21 Oct 2011 21:01:07 +0200

Customization Options With Date Formats In Wordpress

October 24th, 2011 No comments

When Wordpress is used as a CMS on a Web Hosting account, it provides many great features within its Dashbord. ‘Date Format’ and ‘Time Format’ are two of these options available to display the Date and Time on your website or blog, according to your need. There are some regularly found formats available in predefined form, but few webmasters like to use their own customized formats. The ‘Custom’ option button (radio button) is available under both ‘Date Format’ and ‘Time Format’ for such customization. This post is for the webmasters who are newbies and never handled these predefined formats in custom field.

Following are the characters to be entered in the ‘Text Box’ beside the custom button option under ‘Date Format’, to get the output shown on the actual Website or Blog.

d

Small form of character ‘D’ is used to get the output of Date as ‘Numeric and with leading zero’ for example Dates from 1 to 9 will be shown as 01, 02, 03……

j

Small form of the character ‘J’ is used to get appearance of full name of the Date of month in numeric format. e.g. 1, 2, 3…..

S

Capital form of the character ‘S’ is used to get the appearance of suffix for the date . e.g. ‘st‘, ‘nd‘, ‘rd‘, ‘th‘ in 1st, 2nd, 3rd, 4th…..

l

Small form of the character ‘L’ used to get the appearance of full name of the day. e.g. Monday, Tuesday…..

D

Capital form of the character ‘D’ is f used to get the appearance of day of the week with first three characters only. e.g. Mon, Tue, Wed…

m

Small form of character ‘M’ is used to get the appearance of Month as ‘Numeric and with leading zero’ format. e.g. month of from January to December will be shown as 01 to 12…..

n

Small form of character ‘N’ is used to get the appearance of Month as ‘Numeric and without leading zero’ format. e.g. month of from January to December will be shown as 1, 2, 3, 4, to 12

F

Capital form of character ‘F’ is used to get the appearance of Month as ‘Full name as Characters’ format. e.g. January, February…..

M

Capital form of character ‘M’ is used to get the appearance of Month as ‘with first three characters only.’ e.g. Jan, Feb, Mar…..

Y

Capital form of character ‘Y’ is used to get the appearance of a Year as ‘Numeric and with four digits’ e.g. 2011, 2012….

y

Small form of character ‘N’ is used to get the appearance of Year as ‘‘Numeric and with two digits’. e.g. Year 2011 and 2012 will appear as 11 and 12 respectively.

How To Select A Affiliate Program?

October 20th, 2011 No comments

As Internet and online businesses are growing day by day, affiliate programs are becoming a major source of income for many people. But on the other hand one cannot assume that all the affiliate programs existing are good and have the ability to pay back for the hard efforts taken by affiliate marketers. Hence it is very necessary to study the affiliate market and an affiliate marketing program carefully before making a selection. Below are some important points to be kept in mind before selecting an affiliate program.
Consideration After Registration – There are a few affiliate programs which consider an affiliate sign up just after the redirected visitor fills the required registration form. Even though no transactions occur, an affiliate to gets some sort of benefit for redirecting that visitor to the website.
Demand for Products and Services – It is important to conduct a survey about the demand for products and services should be carried out before selecting any affiliate program. If there is no demand then there is no point in promoting such products and services. According to many experts affiliate programs related to computer and Internet services, Web Hosting Affiliates is are the highest paying affiliates in today’s market.
Banners for Advertisements – An affiliate link can be promoted through attractive banners in a better manner. The webmaster should provide attractive banners to the affiliate marketers so that they can place such banners backed by your affiliate links at the place where then can get clicked the banners by prospective customers.
Terms and conditions for payment – Studying the terms and condition of Affiliate master is essential as few webmasters can place critical rules and regulation in their affiliate programs which may make the things difficult for affiliate marketers.
Tracking software – Accuracy in traffic tracking derived by affiliate link is very important, because it can create a dispute between webmasters and affiliate marketers if the traffic derived doesn’t get tracked properly.

How to Configure Outlook Express?

August 19th, 2011 Comments off

Outlook express is an email client and it is a great utility provided by Microsoft. You can manage your emails and their scheduling by using Outlook Express. Windows address book is used by it for storing contact information. If you are using Windows XP operating system then you can also integrate it with Windows Messenger.

Open Outlook Express, You can do it by following Click on the Start Button >> All Programs >> Outlook Express

At ‘Tools’ menu click on ‘Accounts’
Click ‘Add >> Mail’  to add new mail
This will carry you to ‘Internet Connection Wizard’

You can set your desired name on ‘Your Name page’ of the wizard, This name will be displayed as your name to the email receivers.

On the Internet Explorer Address page provide your email and click on ‘Next’.

Here you are at E-mail Server Names page, where you need to provide the information about Incoming mail server type, Incoming mail server name, and Outgoing mail server name. Click on the ‘Next’ after filling these details.

Here you are at final window of ‘Internet Mail Logon’, where you need to provide your ‘Account name’ and ‘Password’, Then click ‘‘Next’ and ‘Finish’.

Here you complete the setup of your Outlook Express and You can check it by sending a trial mail to another email ID and vice versa.

Difference Between Outlook Express and Outlook

August 18th, 2011 Comments off

Outlook and Outlook Express work as email clients and these utilities are provided as pre-loaded with Microsoft Windows Operating System. You can also download and install them manually if you want upgraded version than the version you have with your operating system. Because of these utilities you can create number of accounts for different individuals on the same computer. One of the major reasons of it’s popularity is you can perform the backup of important email on your computer. Many people think that Outlook Express is a advance version of Outlook but it not true as both of these are used for differently and also have different functions of their own. Outlook has capabilities of task and contact-management and handling the emails from Internet and surprisingly these functions are not available with Outlook Express. There are few common things apart from the name Outlook, can be found with these two like displaying HTML messages and handling S/MIME(Secure/Multipurpose Internet Mail Extensions) and managing the Internet email accounts. If examined carefully one would come to know the Outlook comes with more number of applications compared to Outlook Express. Scheduling of meetings and notification can be done more efficiently with Outlook, the mails can be sent automatically to the desired people on a desired time. Synchronization is another factor which is taken care by Outlook in better manner than the Outlook Express and this makes things easy for the people who prefer to use Outlook on portable devices.

There are few rare functions like ‘Access to NNTP (Network News Transfer Protocol) newsgroups’ are available with Outlook express and not with Outlook. Its recommended for home based users to use Outlook express as a email client but for Business professional Outlooks serves in better manner.

Note :- Windows Mail has been upgraded to Windows Live Mail, which contains even more enhancements, such as the ability to automatically configure itself to work with many popular e?mail services. To download Windows Live Mail, go to the Windows Live Mailwebsite.

Most Frequently Used TCP Ports With Short Description – Part II

July 28th, 2011 No comments

Here are the remaining list of well-known ports.

Port No. Description
103 X.400 Standard
108 SNA Gateway Access Server
109 POP2
110 POP3
115 Simple File Transfer Protocol (SFTP)
118 SQL Services
119 Newsgroup (NNTP)
137 NetBIOS Name Service
139 NetBIOS Datagram Service
143 Interim Mail Access Protocol (IMAP)
150 NetBIOS Session Service
156 SQL Server
161 SNMP
179 Border Gateway Protocol (BGP)
190 Gateway Access Control Protocol (GACP)
194 Internet Relay Chat (IRC)
197 Directory Location Service (DLS)
389 Lightweight Directory Access Protocol (LDAP)
396 Novell Netware over IP
443 HTTPS
444 Simple Network Paging Protocol (SNPP)
445 Microsoft-DS
458 Apple QuickTime
546 DHCP Client
547 DHCP Server
563 SNEWS
569 MSN
1080 Socks
 
 

Need Help ?

-- Client Area
-- Sitemap
-- Help Center
-- Tutorials

Resources

-- Web Hosting Forum
-- Web Hosting Blog
-- Knowledgebase

Partners

-- Affiliate program

Legal Information

-- Terms of Service
-- Service Level Agreement
-- Privacy Policy

Toll Free : 866 662 0909
1.213.255.7012 &
1.302.294.5628