Monday, 30 June 2014

Task for PHP Developers...

Posted by Unknown | 03:13 Categories:
Hello friends .... Today i am here with a problem for PHP developers.... The problem is when the user clicks on the logout button then PHP should destroy the session and redirect him to the login.PHP page... But this is not happening...  find out the problem... Here is the code User_index.php : <?PHP session_start(); if (!(isset($_SESSION['username']) && $_SESSION['username'] != '')) { header ("Location: checklogin.php"); } ?> <!DOCTYPE html> <html> <head> <title>MAP MY WAY</title> <meta...

Thursday, 26 June 2014

Can you find error in following PHP code

Posted by Unknown | 23:07 Categories: ,
Hello friends .... here is a simple PHP code to choose a random number and display its square root. <html> <head><title>Random</title></head> <body> <p>I have randomly selected the number <?php     choice = rand(1, 100);     echo $choice; ?>. Its square root is <?php     echo sqr($choice); ?>.<p> </body> </html>...

Wednesday, 25 June 2014

Hello friends .....!!! Today i am here with a basic program of C programming..... Program to print alphabet with their ASCII values ..... Here is the program.... # include <stdio.h>   # include <conio.h>   void main()   {     char ch ;     clrscr() ;     printf("ASCII chart for characters : \n\n") ;     for(ch = 65 ; ch <= 122 ; ch++)     {       if(ch > 90 && ch < 97)         continue ;       printf("%c \t %3d \t", ch, ch) ;     }     getch() ;   }   Output...

Tuesday, 24 June 2014

PHP skill test for PHP developers

Posted by Unknown | 23:54 Categories: ,
Dear friends ...!!! Today i am  here with some questions of PHP... to be answer... so here we start the test... Que.1 Who is called the father of PHP. a) Larry Wall TD P { margin-bottom: 0cm; }P { margin-bottom: 0.21cm; }A:link { } b)  Rasmus LerdorfTD P { margin-bottom: 0cm; }P { margin-bottom: 0.21cm; }A:link { } c)  James GoslingTD P { margin-bottom: 0cm; }P { margin-bottom: 0.21cm; }A:link...

Monday, 23 June 2014

cake PHP a framework of PHP ...

Posted by Unknown | 23:20 Categories: ,
Hi friends....!!! today i am here with a quick discussion of cake PHP... cake PHP is an open-source application framework written  in PHP . cake PHP was  started in April 2005 by Michal Tatarynowicz... it is a fundamental structure for programmers to create web applications... it was intended to developing and maintaining application easier... cake PHP offers many useful design patterns like model-view-controller (MVC) patterns,which is used in other popular framework like ruby.. It also provides reusable libraries for dealing...

Sunday, 22 June 2014

Difference between PHP and CMS

Posted by Unknown | 23:52 Categories: , ,
Hello friends ...!!!        i am here with a new post to discuss the difference between PHP and CMS.... PHP  PHP is a server site scripting language used for web development and can be embedded in HTML.  PHP is a programming language that's primarily used to dynamically generate html.  PHP is one of the several languages used to build a CMS. Word Press is a content management system written...

Friday, 20 June 2014

Which is better PHP or .net..

Posted by Unknown | 05:26 Categories: , ,
Hi Friends!!! There are many tools and technologies available   to create good website  I generally prefer PHP because ... PHP is  Platform independence... ASP .net can run only in WINDOWS-IIS ... Support of apache and MYSQL the best web servers....  Highest fault tolerance with safe mode support... simple and flexible.. web server in-dependency, support of many external libraries....!!! On the other...

Thursday, 19 June 2014

US mobile carrier is trying  new way to transform the way people buy mobile phones for T-mobiles.In a new program that they call “Test Drive”,In a new program that they call “Test Drive”, T-Mobile is offering free trials to potential customers, offering them an apple iPhone 5S and 7 days of unlimited service to give their network a spin.        According to the company, let the customers see if they get good reception at their home and office. There is, of course, at least one small catch: they put a $700...

Wednesday, 18 June 2014

The world's first Ultra HD 4K laptop  Satellite P50 has launched by Toshiba in India... Priced : Rs 86,000 Satellite P50 features : Display : 15.6-inch touchscreen  Resolution : 3840 x 2160  Generation : 4th Gen  processor : Intel Core H series processors (47W) Graphics : AMD Radeon R9 M265X graphic it also has the features like four USB 3.0 ports, 1 TB hard drive with (3D sensor) to store and share HD content, , a UHS-II SD card slot, Wi-Fi, and HDMI ports capable of 4K output. At New Delhi in a  press...

Monday, 16 June 2014

Q1200 has been launched by Indian smart devices brand XOLO at 13,999. FEATURES : Processor : 1.3 GHz quad core Camera : 8 MP camera with Exmor RTM Sensor Front camera : 2MP Operating system : android 4.2 jelly bean operating systemwhich is upgradeable to 4.4 kitkat. Internal memory : 8GB RAM : 1 GB expandable up to 32 GB. Battery capacity : 2000 mAh. HD IPS display  : 12.7 cm size. The display has damage resistant corning gorilla glass 3.  The camera has features such as scene detection and tuning, high dynamic range (HDR),...

Sunday, 15 June 2014

Now the PHP developers have PHP 5.6.0beta4 for development. The PHP development team announces the immediate availability of PHP 5.6.0beta4. All users of PHP are encouraged to test this version carefully, and report any bugs in the bug tracking system.  A beta version is officially closed with this release. A couple of RCs are to be expected, until we are confident that the release is stable enough for the final release. THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION! For more information...

Thursday, 12 June 2014

Mozilla, the developer of the Firefox web browser, has decided to launch smart phones worth 25$ that means 1500 rs to India in the next few months.a move that may redefine the "ultra-affordable" mobile phone market in the country a smart phone prototype has shown at the Mobile World Congress in Barcelona in February, targeting developing countries including India and China.   Mozilla is dedicated to putting the power of the web in people's hands, and Firefox OS frees consumers, developers, mobile providers and manufacturers from the...
The Board of Directors of infosis has announced  Dr. Vishal Sikka as the Chief Executive Officer and Managing Director (CEO & MD) of the company. Dr. Sikka will be inducted as a whole-time director of the Board and CEO & MD (Designate) on June 14, 2014. He will take over as CEO & MD from Mr. S. D. Shibulal on August 1, 2014.      The Board has also elevated Mr. U.B. Pravin Rao, President and whole-time director,...

Tuesday, 10 June 2014

Internet search provider Google has entered into an agreement to buy satellite maker Skybox for $500 million in cash.  Google said that Skybox's satellites will provide images for Google's online mapping service. Google, the world's No.1 Internet search engine, said that Skybox's technology could also eventually be used to provide Internet access and help with disaster relief. Skybox said the deal is not complete yet... "Five years ago, we began the Skybox journey to revolutionise access to information about the changes happening...

Monday, 9 June 2014

What should an e-commerce website include

Posted by Unknown | 23:26 Categories:
An e-commerce website provides several benefits but it gives number of challenges to the owner of the tat business.Since these sorts of websites are meant to sell products online, the complexities they face are also distinct from traditional websites. To ensure a perfect e-business solution all you need to see across a few factors : A simple user friendly Navigation : Navigation is a important aspect of any website. In a e-commerce website it is important to give your user a simple navigation path to allow them reach...

Saturday, 7 June 2014

Apple Releases iOS 8 SDK on 2nd june 2014. IT is the biggest  release with 4000 new API.  iOS 8 allows developers to further customize the user experience with major extensibility features like Notification Center widgets and third-party keyboards; and introduces robust frameworks such as HealthKit and HomeKit. iOS 8 also includes Metal, a new graphics technology that maximizes the performance of the A7 chip and Swift, a powerful new programming language. Additional iOS 8 developer features include: PhotoKit, so developers can...

Friday, 6 June 2014

Here are some great WordPress plug-ins for the web designers... for adding analytic,pricing table and much more...  1. Google Analyticator : this plug-in adds JavaScript code necessary to enable Google Analytics on your WordPress dashboard. 2. Shareaholic : This plug-in enables you to an attractive social bookmarking menu and related content like posts,pages,index or any combination of the three. 3. Viper's Video quicktags :this plug-in adds platform-specific buttons to allow that allow you to simply paste in the URL of...

Thursday, 5 June 2014

Twitter's new profile coming up

Posted by Unknown | 05:12 Categories: , ,
Hello everybody... Good Afternoon..!!!Here is twitter's new profile ... Twitter has redesigned the profile page in which... Profile picture will be larger, User will have the ability to customize header, The best tweets can be showcase by pining them from the top of profile page, Users are also allowed to choose which timeline to view while checking out other profile, This tweeter's new profile setup has been given to a small group and will be available for everyone in few weeks... Keep visiting.....  ...

Wednesday, 4 June 2014

WELCOME TO M2SOFT SOLUTIONS

Posted by Unknown | 03:13 Categories: ,
Hello Everybody,  Good Afternoon......!!!! We are very delighted to represent our company blog for you. As a M2 Soft Solution team I believe in innovations. We design and create websites and you know  it is very creative any body can design and write code for website but in M2 soft solution we believe in new ideas and creativity.   We are best team provides you best solution for web and professional application software.  I am very glade to welcome you on our blog.. Keep visiting....         &...
  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube