Showing posts with label web. Show all posts
Showing posts with label web. Show all posts

Monday, December 5, 2016

Some useful Apache web server commands

Some useful Apache web server commands


These are mostly for reference, to find the ones I use the most
Enable module: a2enmod vhost_alias
Enable site: a2ensite vhosts_alias
List enabled modules: apache2ctl -M


Go to link download

Read more »

Friday, November 25, 2016

Reviewing Niche Blueprint a Web E Commerce Product for You

Reviewing Niche Blueprint a Web E Commerce Product for You



Did you know which niche blueprint, a march dedicated to niche e-commerce, will be accessible from the 12th of Jan 2014 and which it has been combined by Steven Clayton and Tim Godfrey? Niche plans is essentially the follow-up to the rarely successful elect plans march expelled behind in 2013. A series of services have been combined generally for the launch of this new march together with a hosting company. They have even combined an one some-more product, dropshipblueprint.com, which will in addition be since to everybody who purchased niche plans for free. Very identical to dropshipblueprint.com is the important worldwide brands use which at the impulse of essay sells for around $697 on the own, but purchases of niche plans will get dropshipblueprint.com at no additional cost.

The great thing about this new product is which they have flattering most done it so which you will not need any serve investment to get yourself in to business, this is positively a great shift from what we’ve come to expect. No website skills, No online commercial operation experience, No nothing, so at last, usually about anybody can have success. Also an additional great thing is it doesn’t take a great understanding of time possibly (note I did not contend none). All the combined complications similar to carrying to run your own associate program, set up a list or find JV partners will not be required in this course. This is what for me substantially creates Niche Blueprint the easiest for the newbie to begin creation income on line and puts it head and shoulders on top of any alternative internet selling march or product which I have seen to date. Economically vocalization we all know which things are not seeking good, one thing is for sure 2013 will move a lot of pursuit losses.

Now is really the time to movement and get which second income tide up and using so which you can nap well at night meaningful which you’re covered. With this march supposing you can follow the step-by-step instructions to the letter, there should be no reason because you are not successful. As far as I can see the usually thing indispensable of you is which you work at the required time to the course. It doesn’t have to take a lot, but at the finish of the day it will be the doers who have this work. So at the finish of the day if you are peaceful to take movement and do a little work on a every day basement consistently over time you should be means to see all the formula you want. You contingency recollect yet which anything inestimable in hold up requires work, diligence and time. The approach I see it you are new to the Internet and wish to have a great begin at an online commercial operation and you are someone who takes action, afterwards this march is really something you should severely consider.

Go to link download

Read more »

Wednesday, October 26, 2016

Adobe Creative Suite 3 Web Premium MAC

Adobe Creative Suite 3 Web Premium MAC



Manufacturer: Adobe
Category: Internet
Retail Price: $Free
Our Price: $Free
You save: $Free

Product Overview:
Features:
Simplify web content management Adobe Contribute CS4 software enables users to collaboratively author, review, and publish web content while maintaining site integrity without learning HTML.
System requirements:
PowerPC G4 or G5 or Intel based processor
Mac OS X v10.4 or 10.5
512 of RAM
1.4GB of available hard-disk space

Download Link

Go to link download

Read more »

Saturday, October 1, 2016

5 Easy Advice To Enhance Usefulness With Simple Web Site Design

5 Easy Advice To Enhance Usefulness With Simple Web Site Design


5 Easy Advice To Enhance Usefulness With Simple Web Site Design

There are certain things that you can do to enhance the experience of your visitor’s by observing some simple things.
Content
You can use CSS in your website to balance it if the type design is not sufficient.
You should have a large line height if you have a long lines of text. You want to make sure your content is easy to read and an eye sore.
Do not over-complicate things. Use short and simple paragraphs and short sentences ( see this article for example).
Font size
Use a large, easy-to-read font size. If you choose a script font in a small size, your visitors are going to have a hard time reading your content.
Use a common type font, no scripts or symbols, in a size that is easy to read but not too small. Their eyes will begin to strain, and they will back right out.
Searching
If you have several hundreds or thousands of articles on your website, make it easy for your visitors to find the information they’re looking for. Just keep in mind that your content should be easy to find.
You can do this by installing a search engine for your site or add some type of index or glossary that lists all the articles accessible in your website. By good luck, some or many websites systems have this component already installed.
Fast loading
One more thing, make sure that your website loads quickly. If your website takes way longer than 10 seconds to load, your visitors most likely won’t wait around or worse won’t attempt to advance further.
People want information quickly, they don’t want to have to wait for pages of content to load every time they click a link. Choose a web site theme or design that loads quickly and be sure to optimize all images that are used on the site. Large images can drastically reduce the speed of your site.
Testing
Before your site ever goes live, make sure you test every single link. This used to be an annoying job, but now the websites have this ministered automatically.

You want to do everything that you can to make sure your visitors stay and read the content of your web site? If so, then make use of an easy web site design that can load swiftly. It can amplify the experience of info seekers on your website.
Do you want to know how to make a business web site for effective online marketing and positive ROI, without tech headaches? Look for another guide building a website now!

Go to link download

Read more »

Wednesday, September 14, 2016

When you cant log into Postgresql from Web Interface Adminer etc

When you cant log into Postgresql from Web Interface Adminer etc


I ran into this problem earlier this week and left it until today, when I needed it work at all cost. Turns out it was a simple issue with the configuration file. Heres the process.

First of all, open the file /etc/postgresql/9.1/main/pg_hba.conf
Find the line : "local" is for Unix domain socket connections only
Below that line there is a line like this: local all all md5
Just change the last value to: peer
So the line now looks like: local all all peer
Now save the file (you need to be root)
Then restart the Postgresql process using the command: sudo service postgresql restart
Done.

Go to link download

Read more »