2

Web Developer Islamabad , outsource to Ze Vector !

-

Ze Vector is offering exclusive local services in the field of web development , graphic designing and software development for businesses in Islamabad and Rawalpindi .If you want a solid online presence of your company or business dispatch us an email at  contact@zevector.com and our representative will visit you as soon as possible to discuss and quote your project.
Ze Vector offers its services as Web Design and development services , management / CRM software solutions , Wep or generic iPhone / Android and Blackberry Apps , and graphic designing / 3d animation .

Web Development

Ze Vector

our representative will visit , with the past samples and portfolio references .

Why Online presence is benificial for you or your Business ? 

1) Numbers of internet users in Pakistan is increasing vastly .

2) its essential and modern way to have online presence to attract desired online traffic .

3) You can dominate top related keywords on search engines  similar to your business

4) its virtual and global : you can present and explain your services online in easy format to any internet user .

5) online presence renders alot of good and targeted traffic and customers for you .

so in short its need of the time to have a virtual visiting card with all the details and features . number of internet users in increasing quickly in Pakistan specially Islamabad  , if you want to have solid online presence of your brand so you can attract more online users ze vector is here to offer its services at your doorstep .

0

Howto: Install Webmin on CentOS 6

-

Webmin is the best alternative to commercial server management tool cpanel , installation of webmin is very simple ,
login to your server via command console or Putty application . once you are logged in enter these commands :

to copy paste simply copy the command and right click in putty to paste the command , note that when you paste the command it may not show up

cat > /etc/yum.repos.d/webmin.repo << EOF
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
EOF
wget http://www.webmin.com/jcameron-key.asc
rpm --import jcameron-key.asc
yum install webmin -y

You have successfully installed Webmin management panel. Navigate to http://:10000 and best of luck :)

0

How to create a free blog ?

-

Do you want to start a blog ? even if you dont know how to code or design you can have your own blog instantly live on web within minutes .Creating a blog is a very simple procedure yet managing and promoting your blog is usually time consuming if your your blog is fetching alot of traffic .so to get started first steps to start your own first blog is to consider the type and topic of your blog weather you want it as your personal blog , your blog based upon your product , destination , hobby or lifestyle .. to get started first of all you will have to either create an account on wordpress.org or blogspot.com both are very popular and in-trend blogging platforms , i will personally recommend WordPress but if you have plans to display ads on your website to generate some extra revenue go ahead with blogspot as you can show Google ads on your blog there .Creating a blog is as easy as managing your social networking profile . All you have to do is to select the theme / layout structure and side widgets you want visible on your blog and your blog will be ready within minutes !
This tutorial is written considering that you don’t want to have a blog with its own domain name and hosting , this tutorial guides initial steps to start a free blog online . any questions ? you can post them in the comment section below and i will personally reply you with help / suggestions asap .

0

Top 5 Joomla Extensions

-

Joomla is the most popular and best CMS( Content management system) out there . With massive community and vast number of available extensions , any genre of website is doable within Joomla CMS .

top 5 joomla extensions

Top 5 Joomla Extensions


there are tons of extensions , modules, plugin and templates available for joomla users . i am using joomla since joomla 1.0 was in early development stages and now joomal 1.7 is out there . so based upon my own usage experience i will list down the Top 5 Joomla extensions out there utilizing these extensions and implementing can render any type of website .

# 5 Easy Blog
its best bloging extension for joomla CMS , if you want a vast community driven news portal , or travel blogs website or even a business directory this extension can help you to create stunning user content driven site within minutes .

#4 Sobi2
sobi2 is an extension built to power directorial , content construction type websites . You can create weblinks , gallery , directory , mapping and listing user submission type websites using sobi2 .

#3 hwdMediashare
its an opensource GPL extension to empower image galleries / Video Gallery type websites . You can setup a HD video site like vimeo , youtube etc within minutes , beside that development team releases timely nightybuilds for this component which ensures up to date video streaming experience for your users on your website .

#2 JomSocial
i will list Jomsocial as the 2nd best extension for Joomla CMS , if you want a complete community / social networking site within minutes , Jomsocial is the solution . clean layout / structure and vast specific extensions network boosts the usablity of this great extension .

#1 MightyResources
i will list MightyResources as the number 1 and best extension for joomla cms , its usability is expandable by user itself , doesnt matter weather you need a blog , directory , image gallery , portfolio , jobs site , community ,video gallery , or even a daily seal website or a memebership or subscription driven website you can achieve all such feature by a single extension which is mighty resources .

there are many other great extensions out there for joomla , but based upon my personal experience and usability i am happy enough to rate these extension as the best Joomla extensions out there .

0

Whats the meaning of LAMP ?

-

LAMP is a collective declaration for “linux+apache+mysql+php” its often termed as “LAMP environment ” so in general any server build upon linux operating system with apache , mysql database server and PHP server side support active is called “LAMP”

0

Best CSS Positioning Tutorial ( css / HTML)

-

i was creating a reference document for one of my friends who is currently learning css/html , and i decided to share one great tutorial i found online during my search . its related to css styling and positioning of DIVs in HTMl , so if you are learning CSS ( cascading style sheet ) styling this tutorial is a must watch tutorial for you .
Best Css Positioning Tutorial

Additional Info :

CSS stands for cascading style sheet )

there are 4 types of css positioning :

.style1

{

Position : fixed;

}

.style2

{

Position : relative;

}

.style3

{

Position : absolute;

}

.style4

{

Position : static;

}

More Css Tutorials , Css Tips , Css Scripts , Css Resources will be shared soon …