Skip to content

Alex Rusin Blog

  • BlogExpand
    • AWS
    • Javascript Development
    • Remix
    • PHP MySQL Development
    • Laravel
    • System Administration
    • WordPress Development
    • Magento
    • Uncategorized
  • My Projects
Alex Rusin Blog
  • Westcomfort
    My Projects

    Westcomfort

    Byalexrusin October 21, 2016June 10, 2018

    Westcomfort is a responsive WordPress theme for a private construction company. It has custom post type Projects that can be used to demonstrate company’s architectural solutions.  Front page has a slider that showcases custom posts.  The slider is replaced by custom post index page on devices with smaller screens.  The theme also includes social media…

    Read More WestcomfortContinue

  • PHP MySQL Development | WordPress Development

    Contact Form Processing with PHP, MySQL, and Swift Mailer

    Byalexrusin September 22, 2016

    In this article we will take a look how to process a contact form on your web page. We will collect the data from input fields, server side validate it by checking if fields are empty, put website user’s message in the database, and send a notification email to the website owner.

    Read More Contact Form Processing with PHP, MySQL, and Swift MailerContinue

  • DC Dynamic Training
    My Projects

    DC Dynamic Training

    Byalexrusin September 20, 2016September 9, 2017

    DC Dynamic Training is a one page bootstrap responsive CMS website for an athletic trainer/coach. It has such features as slider, smooth scroll, testimonials, and contact form, that sends notification emails using SwiftMailer. Content management  system of the website is  built from scratch using PHP and MySQL database. From the back-end, website administrator can customize…

    Read More DC Dynamic TrainingContinue

  • Unbounded ambition website
    My Projects

    Film Production Company Website

    Byalexrusin August 31, 2016September 23, 2018

    This website was built for Unbounded Ambition Film Production Company. It is cross-device and cross-platform compatible and mobile friendly.

    Read More Film Production Company WebsiteContinue

  • System Administration | WordPress Development

    WordPress Errors and Solutions

    Byalexrusin August 25, 2016August 25, 2016

    Infinite redirect loop If there is infinite redirect loop, put this line in functions.php of current theme. remove_filter(‘template_redirect’, ‘redirect_canonical’); WordPress asks for FTP credentials Change ownership of your WordPress directory. chown –R www-data:www-data Nginx: 413 Request Entity Too Large Error Change Nginx config file sudo nano /etc/nginx/nginx.conf # set client body size to 128M #…

    Read More WordPress Errors and SolutionsContinue

  • WordPress Development

    WordPress: Building Kage Child Theme – Adding Bootstrap Carousel

    Byalexrusin August 17, 2016August 17, 2016

    Unfortunately, Kage WordPress theme does not come with a slider, or some kinda carousel.  An easy solution is to place a bootstrap carousel instead of the front image. To do so we first of all need to enqueue bootstrap.  Below is the code you can put in functions.php  function kage_child_enqueue_scripts(){ wp_enqueue_script( ‘bootstrap-js’, ‘https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js’, array(‘jquery’), ‘3.3.7’,…

    Read More WordPress: Building Kage Child Theme – Adding Bootstrap CarouselContinue

  • WordPress Development

    Adding Schema Markup to WordPress Blog

    Byalexrusin August 15, 2016August 17, 2016

    So, you’ve decided to boost your website’s SEO by adding schema markup?  Here is a great article on how to do it https://blog.kissmetrics.com/get-started-using-schema/ After spending some time marking up your post, you may find that your schema markup tags were stripped by TinyMCE editor that is used by WordPress.  In order to solve this problem you need to…

    Read More Adding Schema Markup to WordPress BlogContinue

  • WordPress Development

    WordPress: Building Kage Child Theme – Creating Social Media Icons

    Byalexrusin August 10, 2016August 10, 2016

    I like Kage WordPress theme https://wordpress.org/themes/kage/ It is minimal, fast, and elegant.  Premium Kage theme has a lot more features than the free one, but sometimes you do not need all extra code when you use only one or two features like a slider or a social menu icons.  Let’s take a look at how to add…

    Read More WordPress: Building Kage Child Theme – Creating Social Media IconsContinue

  • System Administration

    Installing a Website on Apache Virtual Host with Nginx as a Reverse Proxy

    Byalexrusin July 19, 2016October 19, 2018

    In this post I would like to share a workflow I use to install a website on my Amazon Web Services cloud server.  My server configuration consists of Nginx – a server for my Node.js applications and a reverse proxy for Apache, Apache that I use for hosting websites, PHP5-FPM, MySQL database, and Postfix email…

    Read More Installing a Website on Apache Virtual Host with Nginx as a Reverse ProxyContinue

  • WordPress Development

    Fixing Menu Issue on WordPress Single-Page Themes

    Byalexrusin July 15, 2016April 15, 2019

    Among WordPress themes out there, there are so called single- or one-page themes.  Most of the content of the page is located on one page.  Menu links are route to different sections of the page via anchors tags.  The menu is created using custom anchor links like so: The corresponding  part of an anchor tag…

    Read More Fixing Menu Issue on WordPress Single-Page ThemesContinue

Page navigation

Previous PagePrevious 1 … 10 11 12 13 Next PageNext

© 2025 Alex Rusin Blog - WordPress Theme by Kadence WP

  • Blog
    • AWS
    • Javascript Development
    • Remix
    • PHP MySQL Development
    • Laravel
    • System Administration
    • WordPress Development
    • Magento
    • Uncategorized
  • My Projects