December 4, 2018 in Tips and Tricks
Converting .pfx to a .crt/.key files This article will walk a user through the process of converting a .pfx file to a .crt and .key file so that the SSL certificate can be uploaded into the StackPath control panel. A .pfx file is a PKCS#12 archive: a file that can contain a lot of objects with optional password […]
December 1, 2018 in Tips and Tricks
5 Ways to Check Your Sending Reputation We always stress the importance of a strong sending reputation. By keeping an eye on your engagement (opens, clicks TiNs, etc.) and reputation (spam complaints, spam traps, unknown users, etc.) metrics you’ll get a good picture of how your emails are being received by subscribers. But if you’re looking for […]
November 29, 2018 in Tips and Tricks
.htaccess useful tricks RewriteEngine on #RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]#RewriteRule ^(.*)$ http://%1/$1 [R=301,L] RewriteCond %{HTTPS} !onRewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] #RewriteEngine On #RewriteCond %{HTTPS} !=on #RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] ErrorDocument 404 /index.php #RewriteCond %{REQUEST_FILENAME} !-f#RewriteRule ^([^\.]+)$ $1.php [NC,L] RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME}\.html -fRewriteRule ^(.*)$ $1.html RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME}\.php -fRewriteRule ^(.*)$ $1.php
November 29, 2018 in Tips and Tricks
How to convert a PFX to a seperate .key/.crt file In this article will show you the commands you need to convert your .PFX Certificate file to a seperate certificate and keyfile. This article can come in handy when you need to import your certificates on devices like Cisco routers/loadbalancers etc. where you probably need […]
November 24, 2018 in News, Tips and Tricks
10 Secrets that will make you a master of Opencart Events If you are an Opencart Developer, you have probably heard about events. If you come from wordpress like me, you would definitely relate this to their hooks API and when Opencart Events first arrived in opencart 2.0.0.0 they were very similar in terms of […]
November 22, 2018 in Tips and Tricks
view display as html in drupal 7 <?phpprint views_embed_view(‘search’, ‘page_1’, array(23,44,100));?> <?php$output = views_embed_view(“content_link”,”block_3″);if ($output){print $output;} ?> <?phpif (views_embed_view(“content_link”,”block_3″)->result):print views_embed_view(“content_link”,”block_3″);endif;?> <div class=”container”><div class=”row”> <?php$my_view_name = ‘real_estate’;$my_display_name = ‘Grid Properties with Pager’;$output = views_embed_view($my_view_name,”block_6″);if ($output){print $output;} ?></div> </div>
November 17, 2018 in Tips and Tricks
Advantages and Drawbacks of Inline Styles in CSS CSS, or Cascading Style Sheets, are what is used in modern website design to apply the visual look to a page. While HTML creates the structure of the page and Javascript can handle behaviors, the look and feel of a website is the domain of CSS. When […]
Explore powerful AI-driven tools for daily guidance, spirituality, fun quizzes, and self-discovery.
Reveal insights about your future, love, and career with AI tarot readings.
Read TarotView daily Panchang, auspicious timings, tithi, nakshatra, and festivals.
View PanchangDiscover your destiny number, life path, and numerology predictions.
Calculate Now