Monday, December 29, 2014

Wednesday, December 10, 2014

iPhone 6 , 6 Plus links

http://www.paintcodeapp.com/news/iphone-6-screens-demystified

http://oleb.net/blog/2014/11/iphone-6-plus-screen/ 

Sunday, November 30, 2014

BrowserLink for static html,css, js(website project) Visual Studio

This will be useful for website projects that has just static html/css/jsfiles like AngularJs.

Create Website project
Add html,css,js
Add the following to web.config (below)
Run website using iis express
Browserlink should be enabled by now.
Make changes to these files and press Ctrl + Alt + Enter to update all connected browsers using browserlink.

web.config snippet.

  <system.webServer>
    <handlers>
      <add name="Browser Link for HTML" path="*.html" verb="*"
           type="System.Web.StaticFileHandler, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
           resourceType="File" preCondition="integratedMode" />
    </handlers>
  </system.webServer>
  
    <system.web>
      <compilation debug="true" targetFramework="4.5" />
      <httpRuntime targetFramework="4.5" />
    </system.web>

Lost phone - links

Find my iPhone
iCloud set phone on lost mode
Change passwords of bank apps, icloud, etc..
Find IMIE without fone: iTunes select Preferences from menu, then select Device, then hover mouse over iPhone name and it will give you the information.

Learn Lang links

Anki - flashcards

Your local library for a book-based mini-course. I actually find these to be fine in many cases


http://www.bbc.co.uk/learningenglish/english/course/lower-intermediate/unit-1/tab/vocabulary

http://omniglot.com/writing/english.htm

www.pimsleurapproach.com

livemocha.com

duolingo.com 

Links for today 9/23 : iPhone 6 and 6+

Wednesday, July 23, 2014

The Healthy Programmer

Book I am currently reading about health and fitness. Looks interesting with info backed by scientific research. Highly recommended for programmers.


Sunday, July 20, 2014

Tv Digital audio to headphone [Links]


http://www.hifiberry.com/products/dac/first-steps/

http://www.diyaudio.com/forums/digital-source/244271-my-dac-raspberry-pi.html

http://blog.zalewa.info/articles/auroralamp.html

Sunday, July 6, 2014

Sunday, February 2, 2014

Bazaar in madurai n chennai / watches

Cont'd.. from my previous post abt music systems... this is abt watches..

Bazaar - we go there just for checking out electronics aftr office hrs or weekends. new tvs, music systems, etc. he was fond of electronics, sony portable tvs, portable radio, etc. we bought some mp3 cds - year 2000/2001 hits (10-20 films). I see lots of calculators in office.  parents gave me a digital watch with mickey cover (bought from bazaar) . Next watch i remember we all got mani/me/bala was around 6-8th standard :analog in 3 different sizes... 




Nxt one was after I got placed in Infy 2005-06. bought a costly one for around 1500 Rs . Titan showroom near simmakal (that had Amirkhan collection Ad) with mom n mani. I bought a watch for Bala (fast track)  after my visit to madurai from infy mysore or chennai. 




Chennai burma bazaar : this is when i was in college..


Old music systems


Read an article on milliblog : http://itwofs.com/milliblog/2014/01/19/a-very-personal-take-on-sony-neotank-gtk-n1bt/  Pioneer Music system. First Cd player that Dad bought from bazaar. More abt bazaar in my next post... 


Remember listening to a cd (bombay/ basha combo) particularly to uyirae. 









Coming back to music. sony cd walkman . used to listen to this when i travel from chn to madurai.  - sad story behind this - lost this in college.  Could remeber exact model - looks like this one with a cool remote.





next is philips portable radio. listened to chennai fms. nxt is sony cellphone with media player .




Links Feb 1 2014

Monday, January 20, 2014

Thursday, January 16, 2014

Parallels , IIS and mobile safari

Setup VM to shared/bridged network mode.

http://forum.parallels.com/showthread.php?22146-Parallels-and-IIS
"As i right understand in your VM using Host-Only network mode and this IP-address was assigned by DHCP service maintaining host only IP-addresses range. If you want to assign to guest OS some IP-address from your local network then change type of network adapter to Bridged-Network (or Shared)."

If the mobile device and VM are in same wifi network, use the ip address of VM to navigate to the local hosted site..

Wednesday, January 8, 2014

Setup new machine Win 8.1 notes

Chrome
7zip
Fiddler
notepad++ (plugins : jsontoolnpp)
VS 2013
Resharper
Web essentials
TortoiseSvn
Sql server localDB
rescuetime
Everything void tools

Win 8 and running VS 2013 admin

"In Windows 8, you have to right-click devenv.exe and select "Troubleshoot compatibility".
  1. select "Troubleshoot program"
  2. check "The program requires additional permissions"
  3. click "Next", click "Test the program..."
  4. wait for the program to launch
  5. click "Next"
  6. select "Yes, save these settings for this program"
  7. click "Close"
Do the same for C:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\VSLauncher.exe."


www.hanselman.com/tools