Tuesday, September 29, 2015

Modded Clash of Clans


Starting Gold : 800,000,000
Starting Elixr : 800,000,000

Starting Gems : 800,000

Starting Dark Elixr : 800,000



Remove Attribution Widget From Blogger

  • Open the blogger dashboard and open the layout tab.
  • Click on the small “Edit” button next to the widget you want to unlock.
  • If the widget doesn’t have any remove option then it is locked. Copy the widget’s ID from the top URL of the widget that is it looks something similar as "WidgetID='something’".


  • Navigate to the “Template” tab and click on the “Edit HTML” button.
  • Press “Ctrl + F” and search for the widget ID.
  • Now this is where you need to do a small editing to the widget. There are two ways to do that.
  • When you search for the widget ID you will see its attribute locked = “True”. 
  • Replace the word Ture as False  and save the template. Now your widget is unlocked.

  • Again open the layout => edit widget. You will find the option “Remove” and click on it to delete the widget.

Remove "Subscribe To: Post (Atom)" Link From Blogger


  • Go to your Dashboard > Template > Edit Html.




  • Click anywhere inside the code area, then press Ctrl + F keys to open blogger search box.



  • Find this line :

 <b:include data='feedLinks' name='feedLinksBody'/>


  • Remove it and click on Save Template. This will remove Subscribe to Post Atom Link from your blogger.

Saturday, September 26, 2015

Wabbitemu: The Best Calculator Ever

Features: 


  • Send and receive files to and from the emulated calculator via drag and drop
  • Run up to 8 running calculators at once
  • Connect virtual calculators to each other
  • Click buttons on beautifully rendered skins for each calculator model
  • Use built-in screenshot recording to capture the display
  • Grayscale support for 2-12 levels of gray
  • Configurable options for all aspects of the emulator
  • Copy output from TIOS
  • Instantly save and restore compressed states of the calculator
  • View the variables currently on each calculator
  • Adjust the speed of the calculator from 1%-1600%
  • Listen to sound output from the linkport
  • A Graphical Debugger specifically for assembly programmers Place execution and data breakpoints
  • View and change any part of the core cpu (registers,
  • View up to five points in memory simultaneously
  • Stack viewer for easy monitoring of the hardware stack
  • Load label files from SPASM for easy debugging
  • Rewinding up to 5 seconds of instructions

How To Install: 


  • First of all, download the app from below: 
  • After downloading, extract the files. 
  • Open the Wabbitemu folder and install Wabbitemu.apk file on your android system.
  • After installing copy, com.wabbitemu folder to SDCard/Android/obb.
  • Now open Wabbitemu.
  • When you'll open it, you will see 2 options, select, Help me create a ROM using Open Source Software. A ROM image is required to run Wabbitemu.
  • It will ask for Type of Calculator, select TI-84 Plus C SE.
  • Next for Calculator OS selection, select I already have an OS. A Calculator OS file is required to emulate TI calculators.
  • A file will appear. Click on it.
  • The ROM will start loading.
  • As the ROM loads, your calculator is ready.

Thursday, September 24, 2015

Get Colored Title Bar In Windows 10

Download Windows 10 - Color Title Bar Theme

Microsoft chose to force white title bars in an odd way. In the uDWM.dll theme file in Windows, there’s code that looks at the current theme file name and compares it to “aero.msstyles” — the default theme file. If it matches, Windows ignores the color specified in the theme file and sets the color to white. So, all you have to do is modify the default Windows theme file to not contain the name “aero.msstyles”.
First, open a File Explorer window and navigate to C:\Windows\Resources\Themes. Select the “aero” folder, press Ctrl + C to copy it, and then immediately press Ctrl + V to paste it and make a copy of it. Click “Continue” to the UAC prompt. Select “Do this for all current items” and click “Skip” when you see the File Access Denied window.
You’ll get a folder named “aero – Copy”. Rename it to “color”. (It doesn’t have to be “color”, but we’ll be using color throughout here — you just need to use a consistent name.)
Go into your new folder. You’ll see a file named “aero.msstyles”. Rename it to “color.msstyles”. Click Continue when you see the UAC prompt.
Next, open the en-US folder and you’ll see an “aero.msstyles.mui” file. Rename it to “color.msstyles.mui”. When you see the UAC prompt, click Continue.
The en-US folder may have a different name if you’re using a different language edition of Windows.
Go back to the main Themes folder and you’ll see a file named aero.theme. Select it and copy it by pressing Ctrl + C. Switch over to your desktop and press Ctrl + V to paste a copy of the file there. Rename the new aero.theme file to color.theme.
Right-click the color.theme file, point to Open With, select Choose another app, and open it with Notepad.
Scroll down in the file and locate the line under [VisualStyles] reading Path=%ResourceDir%\Themes\Aero\Aero.msstyles. Replace it with Path=%ResourceDir%\Themes\color\color.msstyles. Save your changes and close Notepad afterwards.
Select the color.theme file and press Ctrl + X to cut it. Go back to the C:\Windows\Resources\Themes folder and press Ctrl + V to paste it here. Agree to the UAC prompt when you’re done. You now have a theme that can use colored window title bars.


Activate the Theme

Double-click the color.theme file to activate your new theme. Windows will switch to the color.theme file and your window titlebars will immediately become colored.


Pick a Custom Color

As on Windows 8, Windows automatically chooses an “accent color” from your desktop background by default. But you can set your own custom color.
Right-click the desktop and select Personalize, or open the Settings app and select Personalization to find these options. Pick the “Colors” category. Disable the “Automatically pick an accent color from my background” option and you’ll see a list of different colors you can use.
This list is still a bit limited compared to the Color and Appearance options in Windows 8.1, which allowed you to select any color you liked. This desktop control panel has been completely hidden in Windows 10. However, you can still access it — for now.
To access this hidden control panel, press Windows Key + R to open the Run dialog. Copy-and-paste the following line into the Run dialog and run the command:
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,Advanced,@Advanced
The “Show color mixer” option here will let you pick any color you want for your window title bars.
This process was tested on the final version of Windows 10 — build 10240. As Microsoft is committed to updating Windows 10 more regularly than previous versions of Windows, it’s possible they may change the way this works in the future. Or, if we’re lucky, they may add more theme options that don’t require this hidden trick.

How To Disable Right Click On Your Blog Or Website



How To Disable Right Click On Your Blog ? 
If you own a blog or a website then you always want to prevent other malicious bloggers from copying the content from your blog. You might have written an article with great efforts and lots of research and other just copy/paste it on their blog. To prevent such users from copying content from your blog i will show you Javascript Trick to disable right click on your blog. So lets get started.




  • Go to your blogger Dashboard and then Click on Layout.




  •  Now Click on Add Gadget and select Html/Javascript.


  • Now paste code given below in the pop up window.



<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>


  • Save it and done.
  • Now users will not be able to right click on your website.  

Setup Custom Domain In Blogger Using Freenom


  • Go to Freenom
  • Enter your desire domain and select .tk from the option, click on “Search” button, same below screenshot.



  • If your desired domain is available then you redirect on Domain Registration page set registration length as 12 months and  like this screenshot below. If not, then try any other domain name.


  • Click Order Now button. Here you have to verify your account by email, Verification link Sent to Your Email The Link, go to your Email Index and Click On The Link it redirect to checkout Page.


  • Don't worry about it Fill the form give Email ID and Password Login further to Setup Domain in Blogger. Congratulation you have get your Domain, get ready for Setup custom domain in Blogger.

SETUP CUSTOM FREE DOMAIN IN BLOGGER


  • Go to Blogger Settings and find Publishing option in your dashboard. Now click on Set up a third-party URL for your blog.

  • Then enter your Dot Tk domain with www in the like www.technohalf-demo.tk (as shown in the picture).

  • Hit Save button, you get a Error i.e. We have not been able to verify your authority to this domain. Error 12. Now That's what we require, two CNAME like below picture. Don't close this Page.

  • Open a New Tab in Browser and Go to Your Freenom ClientArea Link and click on Domain Panel and then click on “My Domain” same below screenshot.

  • It will take to your Domain Page and click on “Manage Domain”. Like this-



  • Now clicked on Manage Freenom DNS and it will take to DNS MANAGEMENT for yourdoamin.tk

  • First of all Select “CNAME Record” from type option then write “www” in Name and “ghs.google.com” in Target and Leave TTL to 14440 .

  • Again to add another CNAME click on “More Records” and then write Host Name and Target that you got in error . You can do it same below image. 

  • OK you have added your CNAME records successfully Let's add "A Record". Clicked on More Records, select “A Record” from type and Leave Name to Blank and set TTL to 300. Set First "Target" to 216.239.32.21. Again repeat this process and Add Second "Target" to 216.239.34.21, Third "Target" to 216.239.36.21, Fourth "Target" to 216.239.38.21 like this Screenshot Below.

  • You have done your job well click Save Change to get effect. Now! Just Wait around 5 to 10 minutes and then go to your Blogger account and got to Setting>>Basic>> Add a Custom Domain and enter your www.yourdomain.tk (Don't Forget to add www before domain name) domain.



  • Before saving check the Redirect Option otherwise no one can visit your domain unless and until 'www' is put before your domain. ('yourdomain.tk' can not be redirected to 'www.yourdomain.com').




Watch The Video Tutorial If You Still Don't Get It :