Author: Oxford
A List of Link Building Lists by PETER ATTIA on JANUARY 31, 2012 http://www.cucumbernebula.com/blog/a-list-of-link-building-lists/#urrs These are lists I’ve bookmarked and saved over the past several years for SEO related efforts. I have a little bit of everything, but it’s all mainly for link building purposes. Your welcome! Sections User Rating Review Sites Local Listing Sites Web App Directories Infographic Submission Sites Template Submission Sites Social Profile Sites Blog Directories Video Submission Sites Regular Directories Social Bookmarking Sites User Rating Review Sites: Reseller Ratings Bizrate Review Centre Viewpoints Epinions Yahoo Shopping Mr. Rebates Rate It all Review Stream (Source: Clear Saleing) Local Listing Sites Google…
http://pointblankseo.com/link-building-strategies Note: the wording of this page was changed from “strategies” to “tactics” since that’s exactly what they are: tactics. This is the most complete list of link building tactics on the Web, period. I created it because the best tactics are never found in one place, and the most complete lists are completely outdated. One thing to keep in mind while reading: I did my best to split each one up by category (i.e. Local, Paid, Events etc.), but a lot of them overlap. For example, sponsoring an event could easily fall into paid & events, but I…
https://github.com/BoizZ/PPTP-L2TP-IPSec-VPN-auto-installation-script-for-CentOS-7 #!/bin/bash ############################################################# # # # This is a PPTP and L2TP VPN installation for CentOS 7 # # Version: 1.1.1 20160507 # # Author: Bon Hoo # # Website: http://www.ccwebsite.com # # # ############################################################# #检测是否是root用户 if [[ $(id -u) != “0” ]]; then printf “e[42me[31mError: You must be root to run this install script.e[0mn” exit 1 fi #检测是否是CentOS 7或者RHEL 7 if [[ $(grep “release 7.” /etc/redhat-release 2>/dev/null | wc -l) -eq 0 ]]; then printf “e[42me[31mError: Your OS is NOT CentOS 7 or RHEL 7.e[0mn” printf “e[42me[31mThis install script is ONLY for CentOS 7 and RHEL 7.e[0mn” exit 1…
CentOS 7: Connect to Xfce desktop environment via XRDP
This article will describe installing Xfce desktop environment and XRDP, and connecting to Xfce desktop environment via XRDP.
<!– REVOLUTION STYLE SHEETS –> <link rel=”stylesheet” type=”text/css” href=”/skin/frontend/smartwave/porto/revolution/css/settings.css”> <style type=”text/css”>.tp-rs-menulink {text-decoration: none}</style> <!– REVOLUTION NAVIGATION STYLES –> <link rel=”stylesheet” type=”text/css” href=”/skin/frontend/smartwave/porto/revolution/css/navigation.css”> <!– FONT AND STYLE FOR BASIC DOCUMENTS, NO NEED FOR FURTHER USAGE IN YOUR PROJECTS–> <link rel=”stylesheet” type=”text/css” href=”/skin/frontend/smartwave/porto/revolution/fonts/font-awesome/css/font-awesome.css”> <!– REVOLUTION JS FILES –> <script type=”text/javascript” src=”/skin/frontend/smartwave/porto/revolution/js/jquery.themepunch.tools.min.js”></script> <script type=”text/javascript” src=”/skin/frontend/smartwave/porto/revolution/js/jquery.themepunch.revolution.min.js”></script> <!– SLIDER REVOLUTION 5.0 EXTENSIONS (Load Extensions only on Local File Systems ! The following part can be removed on Server for On Demand Loading) –> <script type=”text/javascript” src=”/skin/frontend/smartwave/porto/revolution/js/extensions/revolution.extension.actions.min.js”></script> <script type=”text/javascript” src=”/skin/frontend/smartwave/porto/revolution/js/extensions/revolution.extension.carousel.min.js”></script> <script type=”text/javascript” src=”/skin/frontend/smartwave/porto/revolution/js/extensions/revolution.extension.kenburn.min.js”></script> <script type=”text/javascript” src=”/skin/frontend/smartwave/porto/revolution/js/extensions/revolution.extension.layeranimation.min.js”></script> <script type=”text/javascript” src=”/skin/frontend/smartwave/porto/revolution/js/extensions/revolution.extension.migration.min.js”></script> <script type=”text/javascript” src=”/skin/frontend/smartwave/porto/revolution/js/extensions/revolution.extension.navigation.min.js”></script> <script type=”text/javascript” src=”/skin/frontend/smartwave/porto/revolution/js/extensions/revolution.extension.parallax.min.js”></script> <script…
How to Install and Configure CSF (Config Server Firewall) on CentOS 7 On this page Prerequisites Step 1 – Installation of CFS dependencies Step 2 – Install CSF Step 3 – Configure CSF on CentOS 7 Step 4 – Basic CSF Commands Step 5 – Advanced Configuration Conclusion Config Server Firewall / CSF is firewall application suite for Linux servers. CSF is also a Login/Intrusion Detection for applications like SSH, SMTP, IMAP, Pop3, the “su” command and many more. CSF can e.g. detect when someone is logging into the server via SSH and alarms you when this user tries to…
One of the useful features in Magento is the ability to create multiple stores/websites that share the same Magento installation. This allows multiple store fronts to share a common code base and backend, making administration a lot easier. Stores can share customer base, product catalog and settings based on how you choose to configure your sites.
This tutorial will go through the steps of setting up multiple stores in Magento, and how to configure a domain for each store.
https://www.properhost.com/support/kb/30/How-To-Setup-Magento-With-Multiple-Stores-And-Domains
media_gallery (extra images) column syntax
Example (with no labels):
/extraimg1.jpg;/extraimg2.jpg
Example (with labels):
/extraimg1.jpg::label for img 1;/extraimg2.jpg::label for img 2
xrdp is an Open Source Remote desktop Protocol server, which allows you to RDP to your Linux server from Windows machine; it is capable of accepting connections from rdesktop, freerdp, and remote desktop clients. This how to will help you to setup xrdp server on CentOS 7 / RHEL 7. Prerequisites 1. This post was written when xrdp is available neither on CentOS repositories nor EPEL repository, after a lot of Google search; I found desktop repository (http://li.nux.ro/) which was having xrdp for CentOS 7 / RHEL 7. We need to manually setup the repository on CentOS 7. 2. Don’t…
Awesome jQuery Photo and Video LightBox, works on Android, iPhone, iPad and all modern web browsers Source: jQuery Image and Video LightBox Plugin
https://github.com/megabait1212/magento-export https://www.atensoftware.com/p187.php copy to website root, run!
Bit of a late reply, but here’s how to add a Featured Image field to a post: In app/code/community/AW/Blog/Block/Manage/Blog/Edit/Form.php: Change: $form = new Varien_Data_Form(array( ‘id’ => ‘edit_form’, ‘action’ => $this->getUrl(‘*/*/save’, array(‘id’ => $this->getRequest()->getParam(‘id’))), ‘method’ => ‘post’, )); to: $form = new Varien_Data_Form(array( ‘id’ => ‘edit_form’, ‘action’ => $this->getUrl(‘*/*/save’, array(‘id’ => $this->getRequest()->getParam(‘id’))), ‘method’ => ‘post’, ‘enctype’ => ‘multipart/form-data’ )); In app/code/community/AW/Blog/Block/Manage/Blog/Edit/Tab/Form.php: add: $fieldset->addField(‘featured_image’, ‘image’, array( ‘name’ => ‘featured_image’, ‘label’ => ‘Featured Image’ )); Somewhere below the line: $fieldset = $form->addFieldset(‘blog_form’, array(‘legend’ => Mage::helper(‘blog’)->__(‘Post information’))); In app/code/community/AW/Blog/controllers/Manage/BlogController.php: add: if(isset($_FILES[‘featured_image’][‘name’]) and (file_exists($_FILES[‘featured_image’][‘tmp_name’]))) { try { $uploader = new Varien_File_Uploader(‘featured_image’); $uploader->setAllowedExtensions(array(‘jpg’,’jpeg’,’gif’,’png’));…
http://www.magentech.com/magento-2/useful-articles/item/588-how-to-install-magento-2-on-xampp How to install Magento 2 on XAMPP? Written by Sarah Thursday, 24 December 2015 10:06 After the long-awaited time, Magento 2.0 has been finally released. It is considered a remarkable version with numerous changes compare to the previous version. Why don’t we find out how to install the Magento 2 software? There are several ways to install Magento 2, and all of them offer their own benefits. But in this post we would like to bring to you a step by step guide to install Magento 2.0 with sample data on your local server. 1. Install XAMPP The…
https://www.prestashop.com/forums/topic/468694-transporteur-et-numeros-de-telephone-manquants-dans-facture-v161/page-2#entry2235421 Juste pour info, pour ceux qui désirent avoir les n° de téléphones client et N° de TVA, s’ils existent, sur les factures/bons de livraison: Vous trouverez 2 nouvelles lignes dans la table ps_configuration : PS_INVCE_INVOICE_ADDR_RULES et PS_INVCE_DELIVERY_ADDR_RULES qui déterminent quels sont les champs à ne pas afficher sur les factures/bons de livraison. Ces lignes comportent la valeur suivante: {“avoid”:[“vat_number”,”phone”,”phone_mobile”]} Videz entièrement ces 2 tableaux comme ceci: {“avoid”:[]} Ces nouveaux paramètres ont été introduits (et inscrits en base de données lors de l’install/maj) depuis la 1.6.1.1 mais Prestashop a juste oublié de laisser la possibilité de les…
Actiwear – Minimal Responsive PrestaShop Theme http://themeforest.net/item/actiwear-minimal-responsive-prestashop-theme/4651759 ========================================= Metrofas http://ps.metrofas.themesdeveloper.com/demo1/index.php?id_category=3&controller=category&id_lang=1 =========================================== Magari is powerful, configurable and responsive HTML5 prestashop theme. http://themeforest.net/item/magari-responsive-prestashop-theme/full_screen_preview/3542429 ================================================== metro http://themeforest.net/item/metros-minimalist-responsive-metro-style-theme/4882221?WT.ac=category_thumb&WT.seg_1=category_thumb&WT.z_author=themesdev METROS – Minimalist Responsive Metro Style PrestaShop Theme with powerful Theme Option Panel and unlimited colors v3.0 The theme is clear, easy to customize PrestaShop Theme ( easy change your theme color, Upload Custom Background ,500+ Google Web Fonts ). Many new features such as Ajax Product Search with product image,Custom HTML and Custom CSS Manage From Theme Option , Manage Social Options, thumbnail images slider, Cloud zoom Images , Product Quick…
http://www.amazon.co.jp/APPLE-MacBook-1-7GHz-128GB-MD224J/dp/B008B3AMNI/ref=sr_1_1?ie=UTF8&qid=1382161190&sr=8-1&keywords=macbook+air
http://themeforest.net/item/dilecta-responsive-prestashop-theme/full_screen_preview/4225676
http://www.templatemonster.com/presentations/prestashop-store-manager.php?utm_campaign=store-manager-prestashop+2013-10-13&utm_medium=email&utm_source=newsletter Manage your Prestashop Store Like a Pro! This tool right here is really a secret hardcore weapon that badass eCommerce ninjas use on a daily basis! Admit it – as good as Prestashop is, often its functionality just isn’t enough for serious stores (like yours). But that’s no longer a problem! Save countless hours of working time by automating your routine operations and making necessary updates within 15 minutes instead of 2 hours! Get the ninja eCommerce software – $50 cheaper than the rest of the world!
This Module uses a local Database table to determine the location of a visitor based on their IP Address.It automatically redirects them to the matching language (IE www.yourwebsite.com/lang-fr).It only works if you have that language installed in Prestashop.To see it in action, visit http://www.presto-changeo.com/This module works on PS 1.1, 1.2 and 1.3, for 1.4+ see http://www.prestasho…wthread/105240/http://www.presto-ch…op-free-modulesVersion 1.1 has just been released including:* Better language detection.* Browser language detection.* Matching Currency Selection.* Easier Installation.Version 1.2 was just released, it includes:* Ability to edit the Country to Language and Currency codes* Ability to disable the currency detection / selection* Fix to some…
There are plenty of foundational courses taught in design school. And it’s no surprise that big agencies and startups are taking a back-to-basics approach to their design processes. Whether you’ve been a lifelong doodler or have serious sketch ‘chops,’ being able to use paper to explore new ideas is an important skill in the design field. Fear not! The analog power of the pencil isn’t dead. In this device-focused era, there’s still plenty of room for a simple, proven design process. In fact, I’ve heard of a growing backlash against wasted billable hours developing fully-rendered Photoshop comps. Sketching gives you…
Getty Images/Peter Kramer – Bill Gates appears on NBC News’ “Today” show — (Photo by: Peter Kramer/NBC/NBC NewsWire) Bill Gates is the richest American for the 20th year in a row and has reclaimed the title of world’s richest person from Mexico’s Carlos Slim with a net worth of $72 billion. Warren Buffett, again number two, was the year’s biggest dollar gainer, having added $12.5 billion to his fortune. Facebook’s hot stock pumped up Mark Zuckerberg’s fortune by $9.6 billion and put him back into the top 20 after missing the top cut last year; Carl Icahn lost his battle…
Are you looking for a really satisfying breakfast that’s also really easy? Why not try making these cheesy grits and baked eggs? This hearty meal takes just a few minutes to create and can easily be scaled up to feed a crowd. Stuffed with baby arugula and topped with cheddar cheese, this comforting breakfast is also packed with nutrients and protein. Try it out this weekend and the whole school year! Baked Eggs and Grits Related: 15 Kitchen Shortcuts That Will Change the Way You CookOlive oil, for brushing 3/4 cup instant grits 1 cup baby arugula 1/4 cup grated…
Syria said on Wednesday it was mobilising its allies against a possible US-led military strike over a suspected gas attack and would never give in, even if a third world war erupts. Syrian Deputy Foreign Minister Faisal Muqdad answers AFP’s journalists’ questions during an interview on September 4, 2013 in Damascus. (AFP/LOUAI BESHARA) DAMASCUS: Syria said on Wednesday it was mobilising its allies against a possible US-led military strike over a suspected gas attack and would never give in, even if a third world war erupts. In an exclusive interview with AFP, Deputy Foreign Minister Faisal Muqdad said Syria had…
Tokyo on Tuesday unveiled a half-billion dollar plan to stem radioactive water leaks at Fukushima, creating a wall of ice underneath the stricken plant, as the government elbowed the operator aside. TOKYO: Tokyo on Tuesday unveiled a half-billion dollar plan to stem radioactive water leaks at Fukushima, creating a wall of ice underneath the stricken plant, as the government elbowed the operator aside. Acknowledging global concerns over the “haphazard” management of the crisis by Tokyo Electric Power (TEPCO), Prime Minister Shinzo Abe said his administration will step in with public money to get the job done. “The government needs…