"WE MAKE IT SIMPLE BUT SIGNIFICANT" We Build What You Desire , We Build What You Need

Showing posts with label animal. Show all posts
Showing posts with label animal. Show all posts
TSC 1.2 BY VISION

(whats new ? : Themes, Size, Help)

Hey there people ! We have released version 1.2 of our new tool for windows desktop. The new tool is named "Typing Speed Checker" as you can guess what is it by looking at the name so lets go straight into the topic.

This new tool is developed by Safeer Ahmed (me) and its just a 800 KB tool.
If you have ever wondered that your typing speed is slow or fast then just download this free tool and check your speed and get rated ;).

The tool is a simple (.exe) executable file, you just have to download it and run it, no installation is required. Its a direct run application.





The application has a black background and a simple white text overlay. You might wonder why is it black ? Because black color is represented as "no color" in pixels so no light is glowing on the black pixels and it wont bright up so less battery will be used if you're on a laptop or on a tablet. 




Some simple red and blue text overlays are used to represent the task of the specific line. For example, links will turn blue and close buttons will turn red when you hover your mouse pointer on them and when you leave their area, they will turn white again.  



The window size of the application is kept small because everyone uses different resolution types so if one has a 1080p and other has a 720p display then both can run the application without disturbing the resolution.



The application is virus free and is intended for education and fun purposes. Your typing speed will be judged by the amount of time it requires for you to write the given sentence.



We have added a help window from where you can see the whole video on how you can use this software. The help window can be accessed by right-clicking on any blank space and then choosing help from the context menu.



In version 1.2, we have now added themes option. It helps you to use the application in daylight as well as at night times. You can access themes by right-clicking on any blank space and then choosing your desired theme from the context menu.


This is a free tool, if you have paid for this software then please get a refund and download from this official site for free.



To download this application for free, click the blue download button shown above.

HOW TO MAKE A SIMPLE CALCULATOR IN HTML


INTRODUCTION:-


Creating a simple web calculator on your own is a pretty basic thing. You can learn this on your own. There are many other tutorials on the internet but it depends on what you choose, you choose which best suits you. I am not going to explain things in deep like explaining you that what is "HTML" ! So , here you will learn "How To Create A Calculator In HTML" not "what is HTML" ?... 

REQUIREMENTS:-


You should know some basic knowledge of Web Browsers and typing in notepad.
It will be easy for anyone of age 12+
(If you are -12 and know the basics , you rock !)



LETS BEGIN...


STEP ONE:-

Now first of all, open the notepad which is built-in in windows and many other operating systems.




STEP TWO:-

After that, type in the basic starting tags of HTML   i.e <HTML> <head> <title> <body>
below are the starting codes you have to type.



I have inserted the image and not the text as you should write the code yourself so you get practiced.

Now, explaining the code. The first <html> & <head> tags are the base which packs the whole code between them. The 2nd is the <title> & </title> tag which are used to give a title to your html website, app, age etc... And the <style> tag is used to customize things which are placed after that like i have added the <style> tag after the head which will now customize the body.

  
STEP THREE:-

Now its time to edit your body, now firstly you have to make everything into center so to make it center , use <center> tag and after that we will use <form> tag in which we will type our calculator's name , here i am using "Simple Calculator" name. And after that we will add code for the result of performed actions i.e multiplication , addition , division etc...





STEP FOUR:-

Now in step four, we will add our number buttons. 
These are the codes for numbers, don't worry they look huge but they are just exact same, you have to copy paste the same line but only have to change the number and value. And the height and width depends on your choice. The reset button code is just different but don't worry you will understand it.



STEP FOUR:-

Now the fourth step contains just the font tags and end tags of body , html & head... just end these tags with ending slash "/".





STEP FOUR:-

Now the final step. In this step, just save your notepad text file with the (.html) extension and then open your file with your web browser. You can see the image below that how your calculator will look like. Or, download the original source file to see live preview on your browser. Just download it and open it with your web browser.










INFORMATION:-

This How-To is written by Safeer Ahmed who is the official author of this Tutorial. This How-To is actually for those who have a basic knowledge of HTML.




AUTHOR

Flower



WHY SLIDEME  ?



I wonder if any of our apps contain malicious virus and so if it does then we make assure you have the right and secure thing and for installed inside your device. I have been experiencing problems with SlideMe , As Bloxorge reached nearly 1K downloads, and Menekules reached its 200th download on its first day of release , the ratings were heating up and suddenly a friend of mine questioned in the review section and after that , My SlideMe account got blocked as one of my apps got in appropriate review ! and it is still blocked so unable to publish my apps on SlideMe so from now on , Vision.Inc apps will be no longer available on SlideMe and in future , you may see Vision.Inc Apps on PlayStore...

M E N E K U L E S








SO THE VERY SECOND GAME IS SPECIALLY ONLY 

FOR ANDROID IS RELEASED AND IT IS YET 

OFFICIALLY AND EXCLUSIVELY AVAILABLE ON 

SAMSUNG APPS TO SAMSUNG DEVICE OWNERS 

ONLY, BUT , IT IS ALSO AVAILABLE AS A DDL 

CREATED IN MICRSOFT'S ONEDRIVE SO AEVERY 

DEVICE CAN ENJOY THE BLANK WORLD MADNESS 

AND EXPERIENCE A DIFFERENT DIMENSION.



CONVERTING ANDROID PROJECT INTO APK FILE IN ECLIPSE LUNA


So many of you must be developing something great and powerful as a beginner but you are worried about how to convert your android project into an APK file. I know it is the most basic part which makes your app useful and it sounds easy, but many game creation software doesn't export your project directly into an APK file, they just export the Android Project Files with resources and all your stuff in it separately. APK is what makes everything one and enable your Android to read that and install that as an application. And so, without getting any further, here we begin.


INTRODUCTION


Here i will be using Eclipse Luna (android application maker tool by oracle). You might have heard about Android Studio by Google but it is a heavy tool and is a bit complicated for beginners though the future will be based on it after all but always start with the basics.


STEP ONE


Okay, first of all, locate your Android Project folder and create another folder inside it and name it as 'WorkSpace" or any other name you like. Do not create the folder where your data and resources of your project are located, outside of that folder BUT along with the folder in which your data is stored.





STEP TWO


Now open Eclipse, it will prompt you to select a work space location where it could save its data, so click browse and choose the same folder which you created in the step one. 

Note:- make sure you create folder for eclipse work space every time in the same location beside your android project.





STEP THREE


Now, when eclipse finishes loading its components, you will be redirected to a welcome page, close that by clicking the top right X mark on that TAB page. And when you do, everything will be shown blank white. 





STEP FOUR


Now click "HELP" option on the top and select 'Install New Software' option in the drop down menu. After that, another window will open and look around it, you will see an "ADD" button on the top right side of that window. Now, click that button and it will open another small window which will ask for Name and Location. In name, you just type any thing you like but i prefer you should name it small like "Tools". And now, in Location, you have to type the address of the Google Eclipse Plugin Files, which is this 


https://dl.google.com/eclipse/plugin/4.4


But make sure, your eclipse verison is 1.7.0 or later to install these tools.

Now, click the OK button and wait till the components load.







STEP FIVE

After the components loads, you will see a list of tools with different names, so you should select all by clicking the "Select All" button below the list and then click "Next" button located in the lower right side of that window. Now, just follow the "Next" button and accept the terms then in the end click "Finish" button.






STEP SIX



Now you are done with the tools. You will have to wait till these tools install. Now on your Main Screen of your eclipse, click "File" option on the top left side of the window and click "Import" button from the drop down menu. You will be prompted to choose option from below list, you should select "Android > Existing Android Code Into Workspace" and then click the "Next" and in the next window, click "Browse" button and choose the folder where both (your work space folder and your android project folder) are located. Then, you will see two files with tick on them appear on that windows, you just make sure they are ticked and then click "Finish" button.




STEP SEVEN




Now that your files are loaded, you will see some errors in it,but don't worry.
Now, just open the "com.name.app" drop down in the left side bar of the eclipse and double click the "AndroidManifest.xml" file, you will see the changes in your front window where it will be written Android Manifest at the top. Now, just change the Version Code and Version Name, make version code to 1 and Version name to 1 also. You will see some package errors, if you have made an android game in BuildBox game creation software, you will see some package errors other wise in most cases you don't. 

So if your project is created in Buildbox, then you must have the BuildBox project file saved, open that in the BuildBox and in settings, just write your package name in bundle id and then export it to Android and then repeat the process with the different work space folder in that project. 





STEP EIGHT




Now after you made changes to your Android Manifest, then just click the save button imaged as small floppy drive on the top left side below "File" option. And then, click "File" option again but this time you choose "Export" option from the drop down. Now after you choose that, you will be prompted to the same screen as when you imported your project, just slect "Android > Export Android Application" and then you will see a follow up window where you have to follow the instructions, then just check if you got any errors there but you should be clean and you should be able to proceed next. And then, you will be prompted to choose a keystore or create new one, you just tick the create new one option and set its location where ever you want (desktop preferred). And then click "Next" button.




STEP NINE




Now in the next windows, you will see Key creation window, you will have to write your information on that screen and then proceed Next and then you will see the option to where to save your Android Application, just click "Browse" and choose your desired location (desktop preferred) and then click "Finish" button and wait till it saves the file. Make sure you name your application with a (.apk) extension before clicking the "Finish" button or otherwise if you accidentally do it without (.apk) extension then, you will have to repeat the step seven and eight again.





STEP TEN



Now, you have successfully created your APK File of your Android Project. Locate that file and copy it on your device and install it and test it right now to check for any mistakes before you publish it to Play Store.





SOURCES




Eclipse Mars Package Latest
(OFFICIAL FROM VENDOR'S WEBSITE)


Google Plugin For Eclipse Info

(OFFICIAL FROM VENDOR'S WEBSITE)



VIDEO TUTORIAL


Video tutorial is best way for beginners to learn more accurately. Download any quality which suits you best and watch it anywhere , anytime. There are many benefits of video tutorial, it gives the student a live feel of problem solving and with real life on screen instructions, students can understand more easily and properly. All files are uploaded on Microsoft OneDrive and are scanned completely. For great experience, watch it in 1080p Full HD.





Flower



Flower



Flower






INFORMATION


This How-To was written by Safeer Ahmed , this tutorial is for those who are beginner in Android Application Development , though it is a pretty basic thing which is quite ignored by many beginners and so in the end it brings up problems in their development. 







AUTHOR
Flower

Bloxorge Kingdom

Bloxorge Kingdom invites you for a wonderful score party ! Hurry up ! Join now !


Update 2.0

Its been a great time since we created Bloxorge but its kinda too fast to update it. The update is not minor, we have newly created the Update, deleting the old files and giving it a fresh new look.
Stay tuned for the official release.


4K Special !

We have now 4000 daily visitors ! to celebrate it ! we have released the Screenix Pro version to everyone ! :) Go to our 2015 downloads page and get your copy absolutely for free !



author
Safeer Ahmed (Founder And CEO Of Vision.Inc) (Professionally Civil Engineer)
Hello 2018 ! Unfortunately my developments for you guys end here. I had a great time sharing my creations with all of you and now its time for a proper goodbye. I am very thankful for what i have achieved and will remain thankful for what i will achieve throughout my remaining life.