Posts marked with "Posts" in posts

Microsoft’s New Logo

Microsoft got a new Logo after 25 years. Here is the new logo. This Microsoft New logo contains the four sqaure and the name of the company. Logo designer Sagi Haviv for the Library of Congress and Armani Exchange, thinks that the logo simply isn’t distinctive enough. By opting for a simple array of four colored squares, Haviv says Microsoft missed a big opportunity.It kinda looks like Google’s Logo. Here’s a image I found in Google +.... [READ MORE]

Refresh a Div container in equal intervals of time

Hi this tutorial will help you to refresh a div every 10 seconds. You can change the seconds if you want. For this we are going to use Jquery. The html of the div container jQuery Code <script src="http://code.jquery.com/jquery-latest.js"></script> <script>setInterval(function() {$('#refreshdiv').load('divcontainer.html')}, 10000);</script> divcontainer.html This is loading in the div #refreshdiv. This example will load divcontainer.html in the div #refreshdiv and refresh the div after 10 seconds. If you want to change the file to load replace divcontainer.... [READ MORE]

Insert XML Data to MySQL Table Using PHP

This tutorial will help you to insert XML file’s contents to a MySQL Database table using php. Note- If you can’t open PHP files in browser in Ubuntu Linux See the Tutorial : http://subinsb.com/how-to-open-php-files-in-ubuntu-instead-of-downloading This is the XML data we are going to insert in to our MySQL Table. <pre class="prettyprint"><code>&lt;span style="font-family: inherit;">&lt;items&gt;&lt;/span> <span style=“font-family: inherit;"> <item></span> <span style=“font-family: inherit;"> <title>Google</title></span> <span style=“font-family: inherit;"> <url>google.com</url></span> <span style=“font-family: inherit;"> </item></span> <span style=“font-family: inherit;"> <item></span> <span style=“font-family: inherit;"> <title>Google Accounts</title></span> <span style=“font-family: inherit;"> <url>accounts.... [READ MORE]

How to Empty Trash of root user in Ubuntu

Install nautilus-gksu About Nautilus-gksu Privilege granting extension for nautilus using gksu The gksu extension for nautilus allows you to open files with administration privileges using the context menu when browsing your files with nautilus. Reboot computer after installing nautilus-gksu Open your home folder. Right click on any folder and click Open as administrator. You will enter root user. On the left pane you will see root home. Go to /root/.... [READ MORE]

Make a short url for Google + Profile

Do You want to Make a short url for Google + Profile like in facebook ? Demo eg: Redirect from http://gplus.to/subinsiby to https://plus.google.com/u/0/100940821362767953768/ You can do this using Google Plus Nick Go to Google Plus Nick and follow the instructions... [READ MORE]

Custom Cursor CSS

This css code will help you to add custom cursor image. SEE DEMO Copy this css code to your html page. OR Copy this to your css file body {cursor: url(https://lh5.googleusercontent.com/-u1rSVKP3Vpc/UAEqLZnKv0I/AAAAAAAABCQ/3alnkvGlnlQ/s32/cursor.png), url(https://lh5.googleusercontent.com/-u1rSVKP3Vpc/UAEqLZnKv0I/AAAAAAAABCQ/3alnkvGlnlQ/s32/cursor.png), auto;} ... [READ MORE]

DNS Changer Trogan Virus: Thousands of Computers lose internet connection today

From today on wards about 3 lakh of computers will lose their internet connection. The computers will become offline. This is because of a Trogan Virus named DNS Changer. What Does DNSChanger Do to My Computer? DNSChanger malware causes a computer to use rogue DNS servers in one of two ways. First, it changes the computer’s DNS server settings to replace the ISP’s good DNS servers with rogue DNS servers operated by the criminal.... [READ MORE]

How to add a header image to Blogger Dynamic Views

You must have seen some blogs like mine and Blogger Buzz which have a header image like this. These header images make the blog attractive. Do you want to add a header image to your blog like this ? Then you are in the right place. It is very easy to do this in your blog. You only need to add few codes to your Blogger Template. Note :- You must have enabled a Dynamic views Template on your blog to use this feature.... [READ MORE]

MAXX MX151 ARC

I just bought a MAXX MX151. It’s a good phone. It’s like other MAXX and Karbonn type mobiles. You can’t install a app on it. Features Digital Camera 1.8″(4.6cm) TFT Display Bluetooth MP4 Player 3.5mm Audio Jack LED Torch Upto 4 GB MMC Support. Maxx Arena This phone contains good apps. But the only problem is that you can’t install any new applications. It’s not a touch phone. But it’s a good phone at a good price.... [READ MORE]

Follow/Subscribe

Telegram 

Mastodon  Twitter

GitHub GitLab

Subdomains

Demos  Lab

Past

This blog was once on WordPress. Now a static site. See source code on

GitLab