Tejas Rana
  • Home
  • About
  • Experience
  • Skills
  • Blogs
  • Technology
  • Contact
2
June 21 2015

PHP Encoder

tejas .NET

Hi Everyone here i am introducing a PHP Encoder tools. With this tool you can encode your PHP code in secure code. once you encode code only execution time web-server will decode it. and nobody can decode it. This is my first beta version release so this tool will expire after 1 July 2015. I […]

June 12 2015

Getting Started with OpenCart

tejas Opencart

Opencart is Open Source E-Commerce portal. With OpenCart you can start your online E-Commerce website within 10 minutes. OpenCart is widely used E-Commerce framework and it comes after Magento.

June 12 2015

Threading in Python

tejas Python

Threading is one of best feature of programming language to perform multiple jobs at sametime.It’s one kind of parallely task which means you can run another task while one is going on. Let’s take real time example of kitchen , you put eggs in your microwave to boil while it gettings ready you can collect […]

June 12 2015

Getting Started with CakePHP

tejas CakePHP

CakePHP is widely used framework of PHP. It is completely build in MVC structure and almost have all built in functions which boost your web application. What you need: A running web server. I am going to assume you’re using Apache, though the instructions for using other servers should be very similar. I might have […]

June 10 2015

Show limited words in PHP from string with HTML tags

tejas Infi MVC, PHP

Hi, Here i have create another function called “truncate”. With this function you can show limited words with HTML tags. I know there is a function in PHP “SUBSTR”. but the main issue i face with this is this will also remove HTML tags, which mean when any tag starts then that tags will not […]

June 10 2015

SEO friendly URL generator

tejas Infi MVC, PHP

Hi, here is a function which I create for generating SEO friendly URL. first we have to create a function called “friendlyURL”. here is a code <?php function friendlyURL($inputString){ $url = strtolower($inputString); $patterns = $replacements = array(); $patterns[0] = ‘/(&amp;|&)/i’; $replacements[0] = ‘-and-‘; $patterns[1] = ‘/[^a-zA-Z01-9]/i’; $replacements[1] = ‘-‘; $patterns[2] = ‘/(-+)/i’; $replacements[2] = ‘-‘; […]

Categories

  • .NET
  • Android
  • Angular
  • CakePHP
  • CSS
  • Devops
  • Drupal
  • Infi MVC
  • iOS
  • Javascript
  • Magento
  • Meteor
  • MongoDB
  • Opencart
  • Other
  • PHP
  • Python
  • Ruby
  • Tips & Tricks
  • WordPress

Recent Posts

  • Simplify Product Filtering by Category and Store ID in the Admin Panel with Our Powerful OpenCart 3.x Free Extension
  • Opencart 3.x Set currency based on user’s IP [Free Extension]
  • Anatomy of A Coronavirus-Proof Business[Infographic]
  • Opencart 3 Social Login Extension [FREE]
  • What is NGRX and Use of NGRX

Recent Comments

  • Nilesh on What is State Management in Angular? How to improve Performance?
  • Dinesh on Use Magento If You're Serious About eCommerce
  • Virendra on Use Magento If You're Serious About eCommerce
  • Tejas Rana on Show limited words in PHP from string with HTML tags
  • nadim on Show limited words in PHP from string with HTML tags
Tejas Rana
© Tejas Rana 2025