User Stats
Rank: | 22 |
Karma Score: | |
Joined: |
November 16, 2013 |
Submitted Stories: | 160 |
Published Stories: | 153 |
Comments: | 0 |
Votes: | 698 |
Stories
Create a URL Shortener Plugin for WordPress
URL shortening is a technique in which a URL is made substantially shorter in length and still links to the required page. This is achieved by using a redirect on a domain name that is short, which links to the web page that has the longer URL.
In this tutorial, I’ll show you how to create a URL shortening plugin for WordPress using Google’s URL Shortener API.
Custom Database Tables: Creating the Table
In this series we'll be looking at using custom database tables. We'll cover how to create, maintain and remove the table, as well as how to safely, and efficiently, add, remove and query data. In this first article we look at when custom tables might be appropriate, the pros and cons of using them and how to create the table.
WordPress Gear
WPGear.org is a compendium of useful developer tools for working with WordPress.
How
WordPress-Gear is meant to be community driven, please feel free to jump in and add/remove any useful information via GitHub.
The easiest way to contribute is to have a GitHub account then click index.md, then click edit. This will automatically fork this project to your account so you can make changes, then submit a pull request. There are additional instruction if you want to clone this locally in the readme.
Home | Join Bangladesh Army
Ride to the challenge upon waves of exhilaration without fear. Rise from the ashes to glory for our country, for honor and pride. Bangladesh
Developer’s Guide to Feeds in WordPress
In this tutorial we cover the various feed formats WordPress provides and how to access them. We'll also look at customizing these feeds programmatically.
Lets start with the ultimate guide to wordPress multisite part -3 – Z2A
Installing and Activating Themes
Only the super administrator of a network can install themes and make them available for sites to use. You can do this in one of two ways: you can allow them for individual sites or you can network activate them. A theme can only be activated on a site if it’s been network enabled or enabled for that site.
Here’s how you install a theme and network enable it:
In the Network admin screens, go to Themes > Add New and install the theme in the same way as you would for a standard WordPress site. On the ‘Installing Theme’ screen that appears, click the Network Enable link.
Alternatively, to network enable a theme you’ve already installed, click on Themes to go to the Themes screen, then click the Network Enable link below a theme.
Lets start with the ultimate guide to wordPress multisite part -4 – Z2A
Previous three articles of this series:
Lets start with the ultimate guide to wordPress multisite Lets start with the ultimate guide to wordPress multisite part – 2 Lets start with the ultimate guide to wordPress multisite part – 3
Managing Your Network: Updates, Users and Settings
As well as managing the individual sites in your network, you’ll need to manage the network itself. This will include:
Updating WordPress Updating themes and plugins Managing users Customizing the settings.
Let’s take a look at each of these in turn.
Lets start with the ultimate guide to wordPress multisite – Z2A
In this article I’m going to show you everything you need to know to get started with Multisite and create your own network of blogs or sites.
I’ll cover:
What is Multisite and how is it different from regular WordPress? Uses for Multisite (with some examples) When not to use Multisite How to activate Multisite on a new or existing WordPress installation Creating blogs in your network Managing your network, including installing themes and plugins, creating sites and setting up domain mapping Plugins to make Multisite even better.
But first, let’s get some terminology straight. In this post I’m going to use the word network and site to refer to two different things:
Lets start with the ultimate guide to wordPress multisite part -2 – Z2A
This is second article of Lets start with the ultimate guide to wordPress multisite. You should read the first article to start from the beginning of the ultimate guide to wordPress multisite.
Activating Multisite on a Fresh WordPress Installation
Activating Multisite when you install WordPress involves a few extra steps. Firstly, you need to install WordPress and allowing a network.
Install WordPress in the normal way. Download WordPress and use the ‘famous 5 minute install’ to install it on your server or local machine. Open your wp-config.php file which you’ll find in the folder where you installed WordPress. Find the line that reads:
Add author bio with social links to blog post – Z2A
Often we like to add a author bio at the bottom of blog post. To do so we use external plugins. By adding few script to our theme function file we can easily create our own custom author bio for our blog post. Lets see what type of field we need to get user/author social links:
Creating Child Themes for Your WordPress Theme Framework
The theme framework you've built will be used as a parent theme in the sites you develop. This means that in each case you'll need to create a child theme to create a unique site with its own design and with extra or different functions compared to the framework.
The obvious way to go about this is to dive in and start creating template files in your child theme to override those in the framework, but thanks to the action and filter hooks you've added to your framework, this might not always be the best approach.
In this article, I'll outline some of the techniques you can use in your child themes to make best use of your framework and improvise your workflow.
Sass: Install Sass
There are a couple of ways to start using Sass:
1. Applications : There are a good many applications that will get you up and running with Sass in a few minutes for Mac, Windows, and Linux. You can download most of the applications for free but a few of them are paid apps (and totally worth it).
2. Command Line : In Linux:
If you're using a distribution of Linux, you'll need to install Ruby first. You can install Ruby through the apt package manager, rbenv, or rvm.
Google Ranking Factors: The Complete List
You probably already know that Google uses about 200 ranking factors in their algorithm…
But what the heck are they?
Well today you’re in for a treat because I’ve put together a complete list.
Some are proven.
Some are controversial.
Others are SEO nerd speculation.
Welcome to Osman Group - OsmanGroup.Com.BD
Osman Group, Established in 15th March, 2000, is a diversified conglomerate with primary focus on ready-made knit garments manufacturing. Osman Group has expended dramatically over the past one decades and built a remarkable distinction as an exporting this challenging part of the world. As an emerging business, Osman Group believes in the wisdom of looking not just around the corner, but over the horizon. Osman Group has earned unrivaled success in the field of ready-made knit Garments. It is located Kayempur (Shibu market), Fatullah, Narayanganj, one of the industrial cities of Bangladesh. Employment of 1500 workers & staffs.
Guide to Creating Your Own WordPress Editor Buttons
Most likely you know that WordPress is bundled with the HTML WYSIWYG editor, TinyMCE. The variety of features, and the ability to be extended though plugins, make it the most used WYSIWYG editor in the world. WordPress doesn't make use of all its features, however. WordPress customizes it and only keeps parts which are really helpful to users, avoiding messing up the user interface. That also means some features, buttons for example, have been hidden from users. You can totally enable the hidden MCE buttons. Typically they are stylesheet, sub, sup buttons. If even the hidden ones still don't satisfy your needs, then you have to create a TinyMCE plugin to do add your own. In this tutorial, I will walk you through the basics of adding your WordPress Editor buttons by creating a TinyMCE plugin.
Train with Programming Challenges/Kata | Codewars
Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential.
Why some people hate PHP
This is a repost of my answer to the Quora question: Do a large majority of people hate PHP solely because other people do so?
There are a lot of reasons people “hate” PHP, or at least look down on it. Some of them are founded, some are not, and some of them are circumstantial.