Sunday 6 August 2017

How To Use Free Internet Use On Opera Mini Browser



Note:- All these tricks and tips and found on e-net and some are being tested and then kept in this site... We are not responsible for any of the consequences
free mobile internet with Opera Mini browser. Simple tricks for 2G/3G mobile phones with no wifi. Browse, download ang apload. For Globe sim card, you don't need to have a regular load, remain it 0.00 balance. For smart sim, maintain a balance of 1 peso but you can still browse if you run out of airtime load.
New server trick for Opera Mini SMART

http://10.102.61.249:8002/(space)@80.239.242.112:80/ or use this:
http://10.102.61.249:8002/(space)@global-4-lvs-turing.opera-mini.net:80/

the trick here is we use
http://10.102.61.249:8002/ this is just an option but you can still use the 238.

this is my current setting for Opera Mini
custom http/primary server:
http://10.102.61.249:8002/(space)@yahoo-cust.opera-mini.net:80/


Note: Smart is giving us a full free browsing treat just like Globe, yes we can now use our smart sim for mobile browser and other internet apps even if zero balance. Sorry guys for posting it late here, its just that i have to survey and test it myself for confirmation. Enjoy and browse until supply last!

New server trick for Opera Mini GLOBE

Opera Mini 4.2 Handler UI 132

primary server:
http://www.globe.com.ph/globe.asp@yahoo-cust.opera-mini.net:80/

front query:
www.globe.com.ph/globe.asp%40

proxy type: host

proxy server:
www.globe.com.ph/

mark remove port from url.

add port to non port URL:
global-4-lvs-usa.opera-mini.net

Opera Mini 5.2 Multi

custom 1:
http://www.globe.com.ph/globe.asp@mini5beta.opera-mini.net:80/

Opera Mini 6.1 Handler UI

front query:
www.globe.com.ph/globe.asp%40

proxy type: http

proxy server:
80.239.242.112

mark remove port from url.

add port to non port URL:
global-4-lvs-usa.opera-mini.net

Connection: Myglobe connect
(see updated server trick for manual connection setting)



How to create an access point
Nokia s60v2, s60v3
Connection Setting for
Opera mini

SMART/GLOBE

GO TO YOUR PHONE SETTING:
Connection>
Access points>
Options>
New acces point>
Use default setting>

Connection name: Operamini
Access point name:
www.globe.com.ph (for globe)
internet (for smart)

Options>
Advance settings>

(for globe)
Proxy serv. address:
203.177.42.214
Proxy port: 8080

(for smart)
Proxy serv. address:
80.239.242.113
Proxy port: 80
http://10.102.61.249:8002/(space)@80.239.242.112:80/
10.102.61.249

THE HISTORY OF JAVA WITH TUTORIAL

 In year 1991, a group of engineers at Sun Microsystems Laboratory
developed the Java language. The Sun Microsystems engineers. Patrick Naughton and james Gosling
wanted to design a programming language for the development of software that could used in different consumer electronic devices such as VCRs, toasters, and cable television switch boxes.The team of sun Microsystems engineer designed a project which they named as Green Project.
The Green Project engineer designed a portable language that was small in nature, as its memory requirement
was less and it could also be used to generate an intermediated code for virtual machines such as the java Virtual Machine code. This Process of generating and interpreting the intermediate code less memory space and, thereby, provided compatibility to a variety of consumer electronic devices.  The newly developed language was named oak wich was based on C++ and followed the object-oriented programming approach . The oak programming language was later renamed Java and was introduced with this new name in year 1995. In year 1993 the first graphical wed browser Mosaic was released in the market. During this time
Internet on their machines which run on variety of OS and hardware configuration.
Due to the increasing popularity of the web, the Sun engineers decided to use Java for Internet by utilizing its feature of platform independence.
Patrick Naughton and Jonathan Payne built the Hot Java web browser written in the Java language . This web browser was made capable of interpreting the intermediate code for Java.

THE FEATURES OF JAVA

Java inherits most of its features from the previous object-oriented programming languages suc as C++.
The various features of Java are:
  • Compiled and Interpreted 
  • Platform- Independent and Portable
  • Object-Oriented Programming Approach
  • Robust and Secure
  • Simple and Distributed
  • Small and Familiar
  • Multi-threaded and Interactive
  • High Performance 
  • Dynamic and Extensible
Compiled and Interpreted : Java is a compiled and interpreted language.The Java Compiler translates the 
program code into a compiled format known as byte code instruction . The byte code instructions can be executed by using the Java Virtual Machine (JVM) on any system irrespective of the hardware configuration and oprating system of the system in use. JVM is abstract computing machine that is used for interpreting 
compiled byte code instruction.

Platform- independent and Portable:A Java program has a unique feature of portability. Java programs can be easily transferred form one computer another and code be executed anywhere and any time .Java 
provides portability as the Java compiler generates the byte code instruction that you can implement on any machine irrespective of the operating system of the processor.

Object-oriented Approach: Java is an object-oriented language that supports various object-oriented programming (OOPs) features such as polymorphism, data and inheritance. Java enables you to store the program code and data in the form of object and classes. 

Robust and Secure: Java also supports the feature of exception handling,  which detects the errors and exception and reduces the possibility of run-time errors. Java ensures that the downloaded  applet is virus-free.  Applet is a small Java program that executes in a web browser, but can be executed in other applications or devices that support the Applet programming model. Java also supports the feature of garbage collection,
Which solves the memory management problem by deleting unused objects form the memory. 

Simple and Distributed: The syntax for the Java language is similar to that of the C++ and C. The end user, who is familiar with C and C++, requires less effort in learning Java Because Java and C or C++ have a similar syntax. Java is a simpler language than the existing language and dose not implement some of the redundant and complex concepts of C and  C++.
 
Small and familiar:OOPs concept of inheritance allows the programmers and developers to re-use the pre-defined classes and objects in the programming code.
Multi-threaded and Interactive: Java supports the process of multi-threading that allows you to simultaneously perform multiples tasks. Multi-threading allows you to staks, the Java run-time environment supports multi-process synchronisation.
High Performance: Java enables the developer to create high-performance applications as the programs are first converted into byte code and that byte code is easily translated into machine language. Java programs require less memory and are faster to execute also increase their performance

Dynamic and Extensible: Java is more dynamic then C++ or C language because it allows dynamic linking of  classes to libraries and per_defined methods and objects. You can use programs written in other programming language such as C and C++ in Java, by dynamically linking then to the Java run-time environment. Java run time environment makes inter-connections between the modules of a program at run-time. You can also add new methods and temporary variables in the existing libraries.

THE VIRTUAL MACHINE (JVM) [PDF]

 The JVM plays an important role in making Java language portable and platform-independent as it hides the details of implementation between the hardware requirement  and the operating system. JVM runs the compiled Java programs and provides compatibility between the compiled Java program and the system, where the program is executed.

Java programs are compiled into calls using the executable file, javac. A Java compiler generates the byte code and loads it in JVM using the JVM class loaders. The JVM class loaders load the class file and execute the byte code in accordance with the operating system and the hardware configuration. JVM allows you to execute a Java program an any operating system such as UNIX system, Windows system of Macintosh system,

Pigure  ; The Java Interpreter Executes The Byte Code That Are Generated By A Java Compiler And Converts The Byte Codes Into Machine-Readable Code.

The class loaders in JVM allocate memory to the loaded Java class file. Class loaders also provide mobility to the Java programs as these class loaders allow the source code to de dynamically linked across the network. Class loaders also provide network security to the Java programs.
The class loaders in JVM are of two types: primordial class loader the Java Application Programming Interface (API) at the time of executing a Java program. You can instantiate multiple class loader. during  run-time to load the class files in machine memory.
The Java class files obtained after compilation are loaded into JVM using the Java class loaders. The Java API class files are also loaded in the class loader of JVM. The execution engine interacts with the host operating system by invoking the native method while executing a program on JVM. The two ways by which you can invoke native methods are Java method and Native method. 
The native methods are written in a non-Java programming language such as C++ or assembly language and are compiled into the native machine code. The native methods are plarform-dependent and are stored in Dynamic Linked Libraries (DLLs).

Killer SEO Trick 2017


Hello Friends Today is very most tutorial Post 5 Killer SEO Trick 2014, aallsoft.blog Provided, Now Start
1. Perceive on the visual aid bandwagon
Perceive on the visual aid bandwagon: From a link-building and SEO point-of-view, this is often comparatively unexplored/uncharted territory, a minimum of in my opinion. you may be stunned to find that You tube is that the second-largest program within the world in terms of sheer search volume, solely behind the enormous that's Google.
                There's quite clearly, huge potential for SEOs to urge higher rankings via videos, and crafts more backlinks on the beat likes over at of YouTube, Dailymotion and Vimeo. one video hosted on anyone of those video-hosting websites might herald plenty of referral traffic for you!
 2. Comply with use of analytic . Particularly Google Analytic, that is that the Bible of doing well on the internet! Google Analytic very may be a really superb tool, a marketer’s delight! It provides you very in-depth and careful statistics and knowledge regarding your web site.

 Use this promoting intelligence to your advantage. Keep a watch out on however totally different aspects of your web site are performing arts, wherever your web site must be fine-tuned associated wherever (if at all) it desires an overhaul.
3.Stop Addicting guest posting. Guest posting is associated has been an integral a part of program optimization since a jiffy currently. As you will grasp, guest blogging may be a nice mechanism for generating backlinks, obtaining exposure, and obtaining contemporary content. however recently, several bloggers have began to abuse guest blogging, and thus unsurprisingly, Google has fleetly moved  in to throttle on this abuse. in keeping with Matt Cutts, United Nations agency heads Google’s Webspam team, Google are penalizing spammy guest blogging.

                   In easy terms, guest blogging remains an excellent, safe approach of obtaining backlinks and traffic, but it's essential to stay to some ground-rules or best-practices nominal by Cutts, like golf shot relevant content, golf shot high-quality un-spun gist, not spamming a mails with links, and not golf shot low-quality, spammy posts on your journal. In short, guest journal is sweet as long because it edges the readers of your blog.
4. Perceive on the visual aid bandwagon: From a link-building and SEO point-of-view, this is often comparatively unexplored/uncharted territory, a minimum of in my opinion. you may be stunned to find that Youtube is that the second-largest program within the world in terms of sheer search volume, solely behind the enormous that's Google.
                There's quite clearly, huge potential for SEOs to urge higher rankings via videos, and crafts more backlinks on the beat likes over at of YouTube, Dailymotion and Vimeo. one video hosted on anyone of those video-hosting websites might herald plenty of referral traffic for you!
5. Building of nice content remains as necessary as ever! Content was, is and can stay the king, there’s no 2 ways in which regarding it. after you write, keep your readers and their desires in mind, it ought to be your 1st priority. however will your readers have the benefit of your journal/website?

                  What will your journal supply that alternatives don’t? Why would somebody return to your blog and not move to the million-and-one other similar blogs out there?