Tuesday 30 December 2014




Hello Everyone...!!!
Mobile App Development company

Almost after a month Google has closed one of the issues that were reported on its Android Issue Tracker, marking the fix for 'Future Release'.
 

The "Memory Leak on Lollipop crashing Apps" issue was first reported back in November and it caused apps to crash and even filled device's memory. On Monday, a Google project member finally marked the issue for 'Future Release' tipping that Google was unable to roll out a fix for this particular bug even with the recent Android 5.0.1 Lollipop update. This is further validated by multiple users who report that even after installing the Android 5.0.1 update, the memory leak issue still occurs.

Android Police points out that the memory leak issue pulled a record number of complaints from users running Android 5.0 Lollipop, and it climbed up at 34th position in the Android Issue Tracker by number of stars - which was 1750. "Prior to being closed it was the most-starred unresolved issue in the tracker," it adds.

The background apps crashing bug seems to be affecting all Nexus devices including the Nexus 4, Nexus 5, Nexus 7, and Nexus 9, apart from the Moto G (Gen 2), as can be seen on the issue tracker.

Share your experience with us ....Via Comments.


Regards : Mobile App Development company





Monday 29 December 2014

Hello Everyone...!!!
Software Company

Here is a good news...
MIT is building A new programming language, it's taking "the grunt work out of Web development."


Dubbed "Ur/Web," the language is build to make Web applications  easier to write and more secure. The language's compiler — "responsible for creating executable code" — automatically generates the corresponding XML code, JavaScript and database queries in the correct locations.Ur/Web prohibits unauthorized access between page elements.

The programming language described by Adam Chlipala (software technology professor ) as "strongly typed"—meaning that "any new variable a programmer defines in Ur/Web is constrained to a particular data type." 
                    Because of that, a new function has to "feature the type of data the function acts on and the type of data it returns."

If new variables need to be created when computing the value to return, they will be inaccessible to the rest of the program — a property called "variable scoping." As Chlipala explained to MIT News:
You might want to write a library that has inside of it as private state the database table that records usernames and passwords. You don’t want any other part of your application to be able to just read and overwrite passwords. Most Web frameworks don’t support that style. They assume that every part of your program has complete access to the database.
Chlipala created libraries of new data types for SQL, XML and CSS that reflect different rules — rules that allow Ur/Web's compiler to detect discrepancies and flag any code as containing an error, if a programmer wrote a database query that generated an output from JavaScript that an XML page wasn't expecting.
Currently, Ur/Web does not produce style sheets automatically, but it can, according to Chlipala:
… analyze your full program and say, "Here is an exhaustive list of all the CSS classes that might be mentioned, and here is a description of the context in which each class might be used, which tells you what properties might be worth setting."
And that, in itself, makes Web development a whole lot easier.

Share your Views with us..... in Comments.


Regards : Software Company


Sunday 28 December 2014

Hello Everyone...!!!
Web Designing Company


It’s the end of  December, We can now begin to look at the web design trends of 2014 (so far) and make some predictions as to what will have staying power in 2015. At least that’s what I plan to attempt in today’s post. Let’s get into it!


1. Large, Beautiful Background :

Another staple of Divi which has been and will continue to be a big hit are the large, beautiful background images and videos. One of the simplest ways to make your site stand out is by having great content displayed prominently.



2. Single page designs :

Single page design  or Scrolling website design  is when all the information about your company, services and more is on one page. these websites are easy to understand and presentable.

3. Material Design :

Material design was released by Google back in June. Some websites have started to implement its material design principles on the web and mobile sites and it will be continue in future.


4. Responsive web design :

As we know most of the peoples are browsing on their smatphones and tablets. so responsive website is necessary. this trend will be continue in future.



5. Ghost buttons

They’re minimal, stylish, and with the subtle hover animation they’re a delight to use. Look for this trend to continue into 2015;  


What Do you think about this article... Share with us in comments...


Rergards : Web designing companny

 


Thursday 25 December 2014

Hello Everyone...!!!
mobile app development company

Earlier this month, Apple has released its Best of 2014 lists for the most popular apps of the year, in terms of downloads.which saw apps like Elevate - Brain Training and games like Threes! take the top honours in the US,

The Best of 2014 apps are divided into iPhone and iPad downloads, further divided into top paid, top free and top grossing.

Apple's Best App List :


Top 10 paid iPhone apps
  1. Heads Up!
  2. Minecraft - Pocket Edition
  3. Afterlight
  4. Plague Inc.
  5. Sleep Cycle alarm clock
  6. Facetune
  7. Cut the Rope 2
  8. Bloons TD 5
  9. A Dark Room
  10. 7 Minute Workout Challenge
Top 10 free iPhone apps
  1. Facebook Messenger
  2. Snapchat
  3. YouTube
  4. Facebook
  5. Instagram
  6. Pandora Radio
  7. Google Maps
  8. Flipagram
  9. Spotify Music
  10. 2048
Top 10 paid iPad apps
  1. Minecraft - Pocket Edition
  2. Cut the Rope 2
  3. Heads Up!
  4. The Room Two
  5. Survivalcraft
  6. Notability
  7. Terraria
  8. Plants vs. Zombies HD
  9. Hide N Seek : Mini Game With Worldwide Multiplayer
  10. Card Wars - Adventure Time
Top 10 free iPad apps
  1. YouTube
  2. Netflix
  3. Calculator for iPad Free
  4. Skype for iPad
  5. Microsoft Word
  6. Facebook Messenger
  7. Facebook
  8. Candy Crush Saga
  9. Google Chrome
  10. Clash of Clans
Top 10 grossing iPhone apps
  1. Clash of Clans
  2. Candy Crush Saga
  3. Game of War - Fire Age
  4. Pandora Radio
  5. Big Fish Casino
  6. Hay Day
  7. Farm Heroes Saga
  8. Pet Rescue Saga
  9. Slotomania
  10. Kim Kardashian: Hollywood
Top 10 grossing iPad apps
  1. Clash of Clans
  2. Game of War - Fire Age
  3. DoubleDown Casino
  4. Candy Crush Saga
  5. Candy Crush Soda Saga
  6. Minecraft - Pocket Edition
  7. Big Fish Casino
  8. The Simpsons: Tapped Out
  9. Hay Day
  10. GSN Casino

Tell us... " What do you think " About this article In Comments.


Regards :  Mobile app Development company

Wednesday 24 December 2014

Hello Everyone...!!!


As a Web Development Company we know What a company need from a PHP developer. On the basis of that i am here with some Common PHP interview questions which will help you to inhance your skills and prepare you for interviews.

PHP Interview Questions :


Que.1 What is Object Oriented Programming? 

This is usually a pretty open ended question. You should understand classes (objects are instantiated classes), abstract classes, interfaces, methods, properties,inheritance, multiple inheritance as well as why OOP is helpful as compared to procedural programming. 

Que.2 What's the difference between include and require? 

If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file is not found by include(), a warning will be issued, but execution will continue.

Que.3 What is MVC?

Most programmers know this, but interviewers will likely look for a deep understanding of MVC, and some explanation or examples on how/why/ when you used it.

MVC- Model, View, Controller - is simply a way of organizing your code into 3 separate layers each with there own job.

Model - Usually contains data access code and all of you business logic code.
View - Contains markup/design code, generally html,xml, json.
Controller - Usually contains very little code, just whatever is needed to call the Model code and render the View code.

Que.4 What is the difference between $_GET and $_POST

This is a great question because an interviewer can tell how deeply you understand HTTP and the request/response. If you don't have good understanding of HTTP protocol, google around and get a grasp on it.  

Good answer

Explain the HTTP protocol and how every request contains a method, generally(GET,POST,PUT,DELETE) and what each method signifies.  

Bad answer

$_GET stores variables passed in url as query strings. $_POST stores variables past from using method = $_POST

Que.5 What is the difference between Session and Cookie? 

The main difference between sessions and cookies is that sessions are stored on the server, and cookies are stored on the user’s computers in the text file format. Cookies can not hold multiple variables,But Session can hold multiple variables.We can set expiry for a cookie,The session only remains active as long as the browser is open.Users do not have access to the data you stored in Session,Since it is stored in the server.Session is mainly used for login/logout purpose while cookies using for user activity tracking

Que.6 In a PHP class what are the three visibility keywords of a property or method?

public, private and protected. The default is public.

Public -> Any class may instantiate the class and call the method or property. Protected -> Only the class itself or inherited (children) classes may call a method or property.
Private -> Only the class itself may call a method or property.

Que.7 What is Polymorphism?

Don't get scared by the big word. It's simply the idea that one object can can take on many forms. So in PHP OOP one class "cars" may have two classes that extend it, for example a "Honda" class and a "BMW" class.

Que.8 How to set cookies in PHP? 

Setcookie("sample", "ram", time()+3600);

Que.9 What is the Scope Resolution Operator?

"::" double colons is the scope operator it is used to call methods of a class that has not been instantiated. You should also understand static methods and how they differ from regular methods.

Que.10 How to create a mysql connection? 

mysql_connect(servername,username,password);

Que.11 How to select a database? 

mysql_select_db($db_name);

Que.12 How to execute an sql query? How to fetch its result ? 

$my_qry = mysql_query("SELECT * FROM `users` WHERE `u_id`='1'; ");
$result = mysql_fetch_array($my_qry);
echo $result['First_name'];

Share your experience with us .... in Comments.







Tuesday 23 December 2014

Mobile app development company
Hello Everyone...!!!

As you all know, UC Browser is a popular app for Android has got a new feature called video management feature.

UCWeb (maker of UC Browser) announced the New My Videos manager feature for UC Browser to enhance the user's video viewing experience.

The My Videos manager feature allows users to filter their videos into four sections

1. Watching History, 
2. Grabbed (downloaded),
3. Grabbing (downloading)
4. Local Videos

Watching History : This feature will show the list of videos viewers have seen previously

Downloading and Downloaded :  lets them manage videos to watch them later.

Local Video :  in the My Videos manager it allows users to  play any of their saved videos inside UC Browser.

An option called Download Path is also provided Which shows users alternate folder options to help manage their smartphone's storage.Video Manager for UC Browser can be downloaded from the browser's Menu.


Share your views on this article with us.... Via comments.


Regards : Mobile app development company




 Hello Everyone...!!!
Best SEO Company In Indore

Many people thinks that SEO will help you website to get more visitors or not ? some days ago twitter shared an update that  SEO has helped them to get 10 times more website visitors.

Twitter: 900% more visitors through search engine optimization

During the Twitter's analyst day, Twitter's director of product management Trevor O'Brien revealed that Twitter made changes to ensure that search engines like Google and Bing could better access their hashtag pages.


These changes increased the number of logged-out users coming to Twitter from 7.5 million per month to 75 million per month. That's a 900% increase (10 times more visitors than before)!

"What do you think" about this article..... Share your views with us in comments.


Regards : Best SEO Company In Indore


Sunday 21 December 2014


Hello Everyone...!!!
Best Mobile App Development Company

On Thursday, Microsoft sold MixRadio (a music streaming service which started its journey by being bundled free with Nokia's Lumia range of Windows phones) to Japanese messaging service Line . Neither Line nor Microsoft have specified the value of this deal.
Earlier this month, Line had announced a joint venture with Sony Music and Avek Digital called Line Music. Musically reports that MixRadio and Line Music will be two separate services. Also, Line has confirmed that MixRadio will continue to be available for Windows Phone as a third-party app. That said, it is quite possible that future Lumia handsets might not come preloaded with the app.

"What do you think" about this news... Share with us in comments..

Regards : Best Mobile app development company










Thursday 18 December 2014



Hello Everyone...!!!

Here are more then 150 PHP Interview Questions with Answers for PHP developers to solve and improve their web development skills and work in Top web development company.

First of all here is the answers for yesterday's PHP test...
For Questions CLICK HERE : PHP interview Questions 


                                                Answer-Sheet

                        Question                                      Answer
                            Que.1                                              B

                            Que.2                                              D

                            Que.3                                              A

                            Que.4                                              A

                            Que.5                                              B

                            Que.6                                              A

                            Que.7                                              C

                            Que.8                                              A

                            Que.9                                              B

                            Que.1                                              A

Want more Questions....??? CLICK THE LINKS BELOW






 


 



 






 



Share your experience or any suggestion with us .. VIA COMMENTS




Wednesday 17 December 2014

Hello Everyone...!!!
To become a good web developer and get select in a good website development company it is necessary to solve interview questions. By solving interview questions your web development skills will be improved.
So here are more then 100 Multiple choice interview questions of PHP for PHP developers to improve Web Development skills.
Website Development Company

PHP interview questions


Que.1 How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions.

a) 7
b) 8
c) 9
d) 10

Que.2 Given a comma-separated list of values in a string, which function from the given list can create an array of each individual value with a single call?
A) strstr()
B) Cannot be done with a single function
C) extract()
D) explode()

Que.3 Which one of the following filter is used to filter several variables with the same or different filters?

a) filter_var_array()
b) filter_var()
c) filter_input
d) filter_input_array

Que.4 Which of the following functions can be used to determine the integrity of a string?

A) md5()
B) sha1()
C) str_rot13()
D) crypt()

Que.5 Which one of the following functions can be used to concatenate array elements to form a single delimited string?

a) explode()
b) implode()
c) concat()
d) concatenate()

Que.6 Which one of the following does not describe a validating filter?

a) Are used to allow or disallow specified characters in a string
b) Are used to validate user input
c) Strict format rules
d) Returns the expected type on success or FALSE on failure

Que.7 The ___________ function can be used to compare two strings using a case-insensitive binary algorithm

A) strcmp()
B) stricmp()
C) strcasecmp()
D) stristr()

Que.8 Which one of the following filter checks if variable of specified type exists?

a) filter_has_var
b) filter_var
c) filter_id
d) filter_var_array

Que.9 Which of the following functions can be used to convert the binary data stored in a string into its hexadecimal representation?

A) encode_hex()
B) pack()
C) hex2bin()
D) bin2hex()
E) printf()

Que.10 Given a variable $email containing the string user@example.com, which of the following statements would extract the string example.com?
A) substr($email, strpos($email, "@"));
B) strstr($email, "@");
C) strchr($email, "@");
D) substr($email, strpos($email, "@")+1);



Answersheet of these Questions will be available Tomorrow
 

Want more Questions....??? CLICK THE LINKS BELOW


 
 
 
 
 
 
 
 
 

Share your experience or any suggestion with us .. VIA COMMENTS
















Tuesday 16 December 2014

Hello Everyone...!!!
Mobile App Development

On Monday Microsoft launched an app for Windows Phones that is Gestures Beta app. The app is available only for Windows Phone 8 and Windows Phone 8.1.

With the help of this app users can answer calls, put incoming calls on silent and do more tasks via simple gestures. This app is sized less than 1MB on the Windows Phone Store, will however have limited functionalities on Lumia 630, Lumia 635 and Lumia 530, says the firm.

With the help of Gestures Beta app, Windows Phone users can pick up the handset and place it on their ears to answer the call; mute the mic during a call by placing the handset on a flat surface with display down; put the call on speaker by keeping the smartphone on flat surface placing the display up, and silent the incoming call by flipping the handset on a flat surface with display down.

What do you thiunk about this... Share with vus in comments.


Regards : Mobile App Development

Sunday 14 December 2014

Hello Everyone...!!!

It could be a confusing task to hire a website development company in this competitive market place.So for hiring the best web development company   should do research. you should begin by examining websites they are already familiar with. Who created the website? Typically, brands will list the development company at the bottom of each page.

you should also look at reviews on Google or Yelp,portfolios and testimonials. to make sure the agencies have a good track record of delivering superior service.

There are five important things to look for in a good web development company.

  1. They use custom built designs for highly personalized websites, not just templates. 
  2. The firm understands the importance of mobile and has experience with responsive design.
  3. The firm has a solid portfolio of work, and has created intelligent websites with user experience in mind.
  4. They know the value of SEO, and ensure all meta tags, URLs and descriptions are optimized for search.
  5.  Communication is important to them, and they offer full visibility into their design process.
"It can be hard hiring an outside development company to create something so important to your business," "However, at M2Soft we work with businesses to make sure they are completely satisfied with the design, and offer visibility into our process every step of the way."


M2Soft is one of the leading IT Company dedicated to provide advanced IT solutions to enhance business growth of clients all around the Globe. We Have a team of passionate and dedicated individuals who loves collaborating to provide exceptional services. 

For any required IT services feel Free to Contact us...

Media Contact :

Contant No. : +91 (731)-6525051

E-mail          :  info@m2soft.co.in

Website        :  http://m2soft.co.in


   

 




Thursday 11 December 2014

Hello Everyone...!!!

To be in Best web development company as a PHP web developer it is very important to Practice PHP Questions. here are more then 150 PHP multiple choice questions and answers . Solve the questions and improve web development skills..

Here is the answersheet for yesterday's questions "PHP web Development interview questions".


For Questions CLICK HERE : PHP web Development interview questions


                                                  Answer-Sheet
                    Question                                           Answer
                       Que.1                                                           C
                       Que.2                                                           A
                       Que.3                                                           A
                       Que.4                                                           B
                       Que.5                                                           A
                       Que.6                                                           C
                       Que.7                                                           D
                       Que.8                                                           C
                       Que.9                                                           A
                       Que.10                                                         D

Want more Questions....???   CLICK THE LINKS BELOW


 
 
 
 
 

Share your experience or any suggestion with us .. VIA COMMENTS





Wednesday 10 December 2014

Hello Everyone...!!!


Today i am here with more then 100 Multiple choice questions of PHP for PHP developers to improve Web Development skills. and get select in best web development company.

Que.1 The attack which involves the insertion of malicious code into a page frequented by other users is known as..

a) basic sql injection
b) advanced sql injection
c) cross-site scripting
d) scripting

Que.2 To validate an e-mail address, which flag is to be passed to the function filter_var()?

a) FILTER_VALIDATE_EMAIL
b) FILTER_VALIDATE_MAIL
c) VALIDATE_EMAIL
d) VALIDATE_MAIL

Que.3 Which one of the following function checks for the existence of DNS records?

a) checkdns()
b) checkdnsr()
c) checkdnsrr()
d) checkdnsa()

Que.4 To declare the function to confirm the deletion you need to add the code to ___.
a) inc.php
b) functions.inc.php
c) include.php
d) functions.include.php ]

Que.5 What will be the output of the following PHP code?
  1.     echo hex2bin("48656c6c6f20576f726c6421");
  2. ?>
a) Hello World!
b) welcome to india
c) This is PHP!
d) MCQ questons

Que.6 How many validation filters like FILTER_VALIDATE_EMAIL are currently available?

a) 5
b) 6
c) 7
d) 8

Que.7 Which one of the following function returns the port number of a specified service?

a) getportname()
b) getservername()
c) getserverbyname()
d) getservbyname()

Que.8 When a user confirms that he wishes to delete an entry, that entry’s URL is passed to a function which removes the entry from the ___.

a) index.php
b) function.inc.php
c) database
d) admin.php

Que.9 The URLs in the administrative links won’t mean anything to admin.php unless you modify ___.

a) .htaccess
b) .adminaccess
c) .htmlaccess
d) .urlaccess

Que.10 Which variable is used to collect form data sent with both the GET and POST methods?

a)$BOTH
b)$_BOTH
c)$REQUEST
d)$_REQUEST


Answersheet of these Questions will be available Tomorrow
 

Want more Questions....??? CLICK THE LINKS BELOW


 
 
 
 
 

Share your experience or any suggestion with us .. VIA COMMENTS

 

 
 


Tuesday 9 December 2014

Hello Everyone...!!!
mobile App Development Company

On Monday, Google finally launched Android Studio 1.0, the stable, full release of its official Integrated Development Environment (IDE) for developers created by its Android team.Android Studio 1.0 is based on IntelliJ IDEA JAVA IDE, previewed at last year's Google I/O conference. 

The Android Studio 1.0 is now available to download from the Android Developers website.

Android Studio will continue to receive updates on four different release channels :

1. Stable
2. Beta
3. Dev
4. Canary

With the help of these release channels Developers can utilise the new features for Android Studio.

Android Studio 1.0  Features for Developers are :

A. Startup Experience with better setup wizard
B. better code and resource editing,
C. revamped UI
D. app usage monitor
E. unified build system
F.  easy access to Google Cloud Services

What do you think about this article... Share with us in comments.

Regards : Mobile app development company


Monday 8 December 2014

Hello Eveyone...!!!
Web Development Company

A Few years back, Javascript was the only  client-side scripting language.Now, we have Node.js, a incredibly popular platform throughout these few years to build scalabe network applications by using Javascript as its scripting language.

In Node.js, there are more than sixty thousand modules written and many frameworks available to be used.

Here we have chosen some best Node.js frameworks to speed up your web application development. Lets have a look...

1. Express : 

Wxpress provides a durable set of features for building single and multi-page, and hybrid web applications.

2. Sails js
 This framwork makes it easy to develop custom, enterprise-grade, and modern Node.js apps. other then that It is also useful for building charts, dashboards and multiple games.

3.  Total js : 

Total JS is another execellent framwork  for building websites and web applications using HTML, JavaScript and CSS.

4. Koa js :

Kao.js is a next generation tool Deigned by twam of express which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs.

5. SOCKETSTREAM : 

Socket stream is dedicated to building real time single-page applications with its fast and modular nature.

 6. Geddy js

Geddy.js is simple, structured and original MVC web framework for Node.js is used for building advance web application.

Which one do you like the most... Share with u VIA COMMENTS.


Regards : Web Development Company






Sunday 7 December 2014

Web Design Company
In a discussion in webmaster forum, Google's Zineb Ait Bahajji said clearly and directly that :

"We do not rank responsive web design sites better than sites using other configurations (separate site for mobile or dynamic serving)".

She also points out that this is written clearly and directly in their developer recommendations:

"Google does not favor any particular URL format as long as the page(s) and all page assets are accessible to all Googlebot user-agents".


But both Google and Bing prefer responsive design over others for a few reasons. But mostly because it requires less resources and the link signals are clearer.

Zineb said the reason Google prefers it is because "it's easier to maintain, it's future-friendly and we see less configuration errors with RWD (faulty redirects or bad user-agent detection for instance)."


What do you thnk about this article... Share with us in comments.

Regards : web Design Company

Friday 5 December 2014


  Hello Everyone...!!!
Web Development Company


Here is the answer-sheet of yesterday's test that is "Interview questions for PHP developers" for PHP Developrs.. to improve  your Web Development Skills and prepare interviews...

For Questions GO HERE :

                 Questions                                 Answers

                   Que.1                                         C
                   Que.2                                         D
                   Que.3                                         C
                   Que.4                                         D
                   Que.5                                         C
                   Que.6                                         C
                   Que.7                                         B
                   Que.8                                         A
                   Que.9                                         D
                   Que.10                                       C 

Want more Questions....??? CLICK THE LINKS BELOW


 
 



 

 
 

Share your experience or any suggestion with us .. VIA COMMENTS



Regards : Web Development Company



  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube