Join Me ….
Can I Help…
Send Messages from PC to PC Directly–[Send Direct] …By Me
Posted in Software Usages, Softwares by Me
Leave a comment
Apple iPhone 4S – Introducing….
-
Duel-Core A5 Chip
-
8MP Camera
-
iOS 5
-
iCloud
-
All New voice interaction System – Siri
Apple iPhone 4s has whole lot of new features.Just go through the video to find them in the words of its designers…..
Apple iPhone 4S
Imp Specifications :
Better take a look at its Official Web Site …..for its Detailed Specifications :
http://www.apple.com/iphone/specs.html
Content As Seen On :
www.apple.com
Posted in Technical Gossip
Leave a comment
Java Compilers with a good User Interface
Most of the beginners learning java programming will be taught to use Notepad to write java program and and compile it with java command line compiler .
This is good for learning basic syntax but will be annoying when one tries to write a reasonable java program and finds difficulty in writing it in a text editor and then compiling it via command line.
Problems :
Every Source Code file must be Written in a plan text format and renamed to .java …….[or] A boring way to write in command line using some Edit or Copy con command….
Posted in Software Usages, Tutorials & Tweaks
Leave a comment
How to Install and Run PHP on Windows PC [Directly in few Steps]
Install PHP on your PC running Windows Just in few Steps..
No need to Install Apache and no need to edit httpd.config or php.ini ….
No need to install xampp or Wamp either…
Just one thing needed is Web Platform Installer [it’s matter of a minute]
But prior to that just check that some needed Windows features are Enabled…
Posted in Tutorials & Tweaks
Leave a comment
About & Enabling HTML5 Player for your Browser…
YouTube Started rendering videos using HTML5 Player some days back……
HTML 5 enables you to watch streaming video from internet without the need of a flash player .HTML5 is just a trail now,some of you may also be driven into it automatically if your browser supports HTML5 .Most of the browsers support HTML5.Even if it is now present by default [Chrome has HTML 5 by default] you can find plugins for it…..
Posted in Technical Gossip
Leave a comment
Mac OS X Tutorial for Newbies [Made Easy for Windows Users]
Basically Windows Users When they Want to [Or] Have to use Mac they get a bit confused with things there ….if it is first time then ……searching for My Computer !!! it would be Weird …..ok not searching for that …..installing an application!!…What now …..?? and once think you can’t even create a Shortcut for a file with out knowing the word…..ya ya..its Make Alias if you know…..
Here is a Video Showing you different objects in Mac OS X Comparing with those of Windows……
Things Covered :
Posted in Tutorials & Tweaks
Leave a comment
Silverlight 4 Media Player Web Application ……[ Tutorial ]
Its for guys who want to create a Silverlight app without really learning it…
So c’mon Get started …
1)Create a new Silverlight app
Run MS Visual Studio >New Project>”your language”[VB/C#]>Silverlight Application>”Give it a name”>Ok…
2)On the Plane white thing you see just add some stuff you like to …..
Buttons,Textboxes,Pictures,…[whatever you can program later!!]
But for Media player thing I added these……
Top big box is the Media Player. You can find it in the toolbar .
Then a Text Block here just acts like a status bar…….and
Bottom four buttons as you can see for Play, Pause, Stop,Mute On/Off.
Here is the Source Code :
- Partial Public Class MainPage
- Inherits UserControl
- Public Sub New()
- InitializeComponent()
- End Sub
- Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles Button1.Click
- MediaElement1.Play()
- Label1.Content = "Playing….."
- End Sub
- Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles Button2.Click
- MediaElement1.Pause()
- Label1.Content = "Paused….."
- End Sub
- Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles Button3.Click
- MediaElement1.Stop()
- Label1.Content = "Stoped….."
- End Sub
- Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles Button4.Click
- If MediaElement1.Volume = "1" Then
- MediaElement1.Volume = "0"
- Label1.Content = "Mute is On…."
- Button4.Content = "Mute off"
- ElseIf MediaElement1.Volume = "0" Then
- MediaElement1.Volume = "1"
- Label1.Content = "Mute is Off…."
- Button4.Content = "Mute on"
- End If
- End Sub
- Private Sub MediaElement1_MediaOpened(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles MediaElement1.MediaOpened
- Label1.Content = "Playing…."
- End Sub
- End Class
Watch the Video for a detailed tutorial :
Silverlight 4 Media Player Web Application
Note : Its totally a basic one ….Professionals,be away or it could be a comedy……
Posted in Tutorials & Tweaks
Leave a comment
Know when your PC is used in your Absence -"Logit"……By Me
Keep track of your computer’s Start up when you are not at home.-”Logit”……………By Me
Logit is a simple tool which keeps notifying you when your PC is started up.
It sends an Email to your account when your PC is logged in .
Even if your PC is not connected to internet while starts up, Logit waits for the internet connection and sends a Email as soon as internet is connected…
1) Select your Mail Client :
2)Enter Your Email ID and Password :
3) See your Email Preview and click Finish .
4)Click Yes when asked for first Run .
5)Check your Email .you must get a Email from your ID itself containing the date, Time and IP Address
6) That’s all you are Done…….
Logit Demonstration Video :
Logit Demonstration Video
Dependency : .Net Framework 2.0 [Link given below]
LogIt Download [.zip]
.Net Framework 2.0 Download [.zip]
.Net Framework 2.0 Direct from Microsoft website :
http://www.microsoft.com/download/en/details.aspx?id=19
Posted in Software Usages, Softwares by Me
Leave a comment
Ext Tool 3.0 Released With Extreme Features …………By Me
Ext Tool 3.0 Demonstration Video :
Ext Tool 3.0 Demonstration Video
Overview :
1)Extract large number of archives in a easy way
2)Filter by archive type
3)Cool “Sync folder” feature -really useful
What’s New in Version 3.0:
1)User friendly Graphical User Interface -Totally New, Absent in previous versions.
2)Destination Path Choice -Totally New, Absent in previous versions.
3)Filter by archive types -Totally New, Absent in previous versions.
4)Unique “Direct Exes -matter of a double-click” as per user requirements -Totally New, Absent in previous versions.
5)Works for sure !! -heard some feedback of failure for previous Versions but this one is tested and works perfect..
Prerequisites :
1)Dependency DotNet Framework 2.0 [Download-Link Provided]
2)A Willing Person to check this out and send “Quick feedback” -Shown in the Video.
Ext Tool 3.0 : Download [.Zip]
DotNet Framework 2.0 : Download [.Zip]
DotNet Framework 2.0 Direct from Microsoft website :
http://www.microsoft.com/download/en/details.aspx?id=19
Posted in Software Usages, Softwares by Me
Leave a comment
Windows 8 Developer Preview Now Released to Download…
We all know that windows 8 is a way different and advanced windows with metro apps…….
its wait is over…..
Windows 8 developer preview is released to download on 14/9/2011 -after 3:00 GMT…
It is released with some developer tools (64-bit)4.8 GB (.iso) which include visual studio 11 and other developer based tools…..
It is also released in plane .iso formats in both 32(2.8 GB) and 64 bits(3.6GB)
—————————————||Click links to Download||——————————————- Continue reading
Posted in Technical Gossip
Leave a comment
How to Setup Remote Desktop Connection –Windows 7
Remote desktop connection is a feature by which you can access one PC from the other remotely, like accessing your Home PC from your Office’s….
This feature is not enabled by default , you need to set it up for the first time ..
First your Home pc (which you want to use remotely) need to be configured : Continue reading
Posted in Tutorials & Tweaks
Leave a comment
Recording Desktop Screen and Zooming
Most of the People Watch Nice tutorials on Video Sharing Sites and take its Advantage…But Some have interest in Creating them and start newly ……First thing needed s Desktop screen capture and Screen Recording .Start searching for A software get a huge list and now are in a need of some thing Popular :
Here are Two mostly used and recommended by me :
1)Simple to use with some Editing features Hypercam 3[link takes you to the latest Version Available]
2)Simple cum Professional for Starters Camtasia Studio 7.0 [link takes you to the latest Version Available]
3D Analyze 2.36 and 2.34
This is a small Tool which can be used to play some of the games which are not supported by the current graphic card because of some hardware T&L , SW T&L and some Need some Pixel Shader Skipping but have enough Ram …
This is how the Window Looks like : Continue reading
Posted in Software Usages, Tutorials & Tweaks
Leave a comment
Ext Tool 1.0.0 ……………By ME
Exe tool is used to extract all the Archives [Supported] present in a folder one by one by just Double clicking [running] a file Which you have to copy from the installation folder to the folder in which Archives are Waiting to be Extracted . Continue reading
Ext Tool 2.0.1 ……………By Me
Ext tool 2.0.1 is the next released version of Ext tool 1.0.0
The main update is its Made Easy installer.now the installation directory can be changed.
It also comes with special [.rar] extraction engine.
Watch the Video[HD] to see its Usage : Continue reading
Exe NetConnecter …………By Me
Exe Netconnecter is a software which is used to connect and disconnect the Dial up / Broadband Connection by just running EXEs generated by it
To generate exe files Goto
Start > All Programs > LeoZues Corporation >Create new Exe Netconnecter files.
It asks you for Connection Name , Username and Password of your Broadband Connection .
You don’t Need to enter Username and Password if it is a Dial Up connection cause you don’t have any…. Continue reading
Posted in Software Usages, Softwares by Me
Leave a comment
Expand C: Drive Without Data Loss
Generally while windows installation we do not realize the need of c: drive to be large and create it with smaller size ,later we face many problems regarding its insufficient size , this also leads in decreasing the performance of you PC .And out there you will have a lot of space left in your other drives [Or else you will create it ..
] and want it to be added to your C: drive in the simplest way [no formatting ,no OS installation, no data loss –nothing] Here is a way to do it Using a software easeUS partition master .
Continue with the Video[HD] … Continue reading
Posted in Software Usages, Tutorials & Tweaks
Leave a comment
Swift shader 2.1/3.0 Best Uses-[Tutorial and Download Link]
Now-a-days gaming without graphic card is hardly possible.what ever the game is huge ram and huge graphic processer is demanded most the new games ask fro shader model 3.0 which is not supported by not much old integrated cards..like Intel Gma 3100 [G31] etc…
Now emulating SM 3.0 is also possible with Swift Shader 3.0 …. Download the Swift shader 3.0 DLLs and just copy the 32/64 bit [as you OS is ] in to the game’s main installation folder where you can find the game’s main .exe file and you are All Done.!! Continue reading
Posted in Software Usages, Tutorials & Tweaks
Leave a comment
About Me……… :)
Hi ……
My first post would be nothing but about me and what am i going to actually post in this blog in future. Continue reading
Posted in Some times About Me
Leave a comment