Keralites ruin coffee/tea by adding sugar and milk I was travelling with 22 international bloggers for the past one week as part of KeralaBlogExpress by Kerala Tourism One question by one of the travel bloggers is “Why people in kerala ruin the coffee/tea by adding sugar and milk”. The explanation given…
Writing this post using PixelPumper for mac. This is a nice easy to use offline editor for wordpress and is under active development. The “Nerd Mode” with html editing features can be get at $9.99. One annoying feature is the inability to resize the image. Hope that will be…
Lets see how to execute python scripts in php. Write a hello world python script and name it as hello.py print "helloworld" Now lets write the php code for executing the above php code Now run the php file with the python file kept alongside. Enjoy smile
Google Chromebooks comes without a caps lock key. There are few ways by which you can get the caps lock key. One way is by turning the Search button into a Caps Lock. To do this you have to go to “Keyboard Settings” under the “Settings” menu, and select “Caps…
Open Apple Script from Utilities. Past the following code. set date_ to ((current date) as string) set the clipboard to the date_ Save it as application. Clicking the application will copy the code to clipboard