topic
Continued / page 2
- tech / 2020
How to pass values in a function ↗
You can pass values in the functions you can pass single value and you can pass an array. In this post I will explain how values are passed in function. On the other file you need to call this…
- tech / 2020
How to create class and function in PHP ↗
Creating class and function is PHP is the smart way to re use code. Here is the very simple example of class creation and function declaration. You can create a file called class\ base.php How to…
- tech / 2017
How to extend your website feature ↗
I wanted to add few extra functions in my website with out writing much coding! Lazy programmer! So I did a research and found this tool which has good ability to extend the feature of a WordPress…
- tech / 2016
Running 404 links checks for your website ↗
I wanted to run a complete check of my website for any broken links. If you are using Windows, probably you would need extra software and it only checks first 500 links. Which also needs commercial…
- tech / 2016
String Operations – Linux Command ↗
To find a string and delete the whole line: find /var/www/vhosts/websitename/httpdocs/ -type f -exec sed -i ‘/.\ pRn9c9o49ufczP0PKuPGuHHAGA.\ /d’ {} \\; To find a string and replace it with all the…
- tech / 2016
Approach to fix 500 Internal Server Error ↗
When I was seriously working on my website, suddenly I got this error. 500 Internal Server Error. I can’t just relax as it is server error. Is this something I did to my website? As a developer you…
- tech / 2016
How to edit host file in Ubuntu ↗
How to edit your hosts file in Ubuntu. It is little easy when compared to Windows. Open your terminal and type this: sudo gedit /etc/hosts This will ask for your root password and open gedit. Now you…
- tech / 2014
To find files which has specific text in your server ↗
How to print the files which has a string through out the server: Use this command: find /www/\ /httpdocs/ -type f -iname "\ .php" | xargs grep 'string goes here'
- tech / 2014
How can I own a website ↗
Websites became part of parcel of today’s life. Increasing technology forced every one to have smart phone. Without a website even a corporate can’t be trusted. There are so many things attached to…
- tech / 2014
How to unlink Skype from Windows 8 ↗
Sync, cloud are latest jargon used across devices, I have all windows devices like Windows 8.1 OS laptop, Windows 8.1 Touch Tablet, Windows 8 Mobile. That is too much Windows. It was so cool at the…
- tech / 2013
Act and donot react ↗
I saw two kids where fighting. I rushed to the place and asked them to stop. They did not bother. They did not notice even I existed there. Days passed by the fighting habit did not go off from them…
- tech / 2013
How to increase/decrease automatic send/receive email in outlook ↗
If you receive emails very frequently then, 30 minutes interval for checking the email will not help. I am using Outlook 2013 professional and had this difficulty. But later found there is an option…
- tech / 2013
How to enable address bar in Ubuntu ↗
If you using Ubuntu then you would have noticed address bar is missing in the explorer. This can be enabled temporarily and permanently. Temporarily: Just press “control + L” to see the address for…
- tech / 2013
Pitching in to Ubuntu ↗
After using Windows for donkey’s years, I am now pitching in to Ubuntu. There are many things happening with Ubuntu. The name is not brand new for me. I always see it in my friend’s computer but I…
- tech / 2013
How to edit vhost file in Windows 8 ↗
If you want to edit your vhost file in Windows 8 without any permission problem, then follow these step: 1. Click search from the right corner menu. 2. Type notepad 3. right-click Notepad Icon and…
- tech / 2013
How to add no-cache for CSS ↗
There are many possible way to add no cache to a CSS. Before seeing the method I want to tell you why we need to write no cache to CSS. When there is an updated in CSS then you find the the right…
- tech / 2013
How to resize a div automatically based on browser height ↗
Looking to re-size any div dynamically based on your browser height then this code can be useful! Add this code in the HTML head area. In your body area, add this HTML code, ```html . . . . ``` Now…
- tech / 2013
How to fix all caps problem in adobe photoshop elements ↗
In Photoshop elements 11 the text tools stuck with all caps, what ever I typed it automatically converts it to caps. That was little bit annoying. I tried to reset the pane option, but it did not…
- tech / 2013
Jetpack has everything packed! ↗
I love Jetpack, they have very good services and I think they did a phenomenal job! Today I am using their new services post it via email and automatically publish, in Facebook and Twiiter. If you…
- tech / 2012
How to manage your albums in iTunes? ↗
Have you ever tried to organize your music in iTunes? If so then you would have faced some problem like grouping. At some time you will not get all the songs under one album. If you are an iPad user…