Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to search two or more words in php using explode and implode function ?

How to search words in php using explode and implode function?: I am posting this blog as many php coders got stuck while searching multiple terms using implode and explode. I have the form in which users are going to search multiple terms. Here is

How to change the Order total in PDF and Add our custom field in magento?

In magento sometimes we are required to apply our own custom fee charges to reflect them when we generate the PDF from invoice in admin panel.  Lets see how we can do it: 1. Create a module with namespace as Custom and module as Fee. 2. Then C

Kotlin Properties with Example and How it Differs from Java

In Java there are fields but in Kotlin there are no fields like Java. Whatever variables we define in Kotlin class it becomes properties by default with internal implementations of it’s accessors.     let's try to understand

How to download videos from YouTube in iOS

Hi Readers, We can download video file from Youtube if we know youtube URL of the video. First you need to add attached files (HCYoutubeParser) into your project. Now you need to call following function into your code: let video = HCYoutubeParser

How to bind a dynamic dropdown list

In this blog we illustrate how to bind a dynamic dropdown list when dropdown list is coming from a databse in MVC See the below Example code: We bind a dropdownList for a States where the list of states is coming from a database.   We make Sta

How to get Directory size using PHP

Hello Reader's!, If you are looking for a code that can give the directory size from a given path, Then you can use below library code for both Windows and Linux hosting:- If on a Windows Host: <? $filePath = 'c:/www/myfolder'; $obj = ne

How to invoke action on UISlider drag release

We might face situation where we need to do something after slider is released. This may be some code that takes a bit long to execute or makes a request to server or invokes a secondary thread or any such code executing continuously with slider drag

How to replace login logo with custom logo in wordpress

When we go to the WordPress login page , we see the default WordPress logo there written "WordPress". We can customize it and can put any of the logo in place of that wordpress default logo. It's easy: just open your functions.php file and paste the

How to use calendar in symfony2

Hello Friends, If you are looking to implement calendar in Symfony2 by FormBuilder(). Please use the code below and make changes accordingly. Please open your controller function  $filterform = $this->createFormBuilder() ->

I cant find my web scraping bug

hi i want to scrap all the pairs that kucoin support from the webpage but the code that i wrote just return a empty list. how should i correct it? from bs4 import BeautifulSoup from selenium import webdriver driver = webdriver.Chrome(executable_p

1 91 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: