my top mobile download site

List of top mobile download sites for all mobile.


  1. http://www.dotsis.com/mobile_phone/    
  2. http://www.ipmart-forum.com 
  3. http://www.zedge.com 
  4. http://peperonity.com 
  5. http://www.getjar.com 
  6. http://www.freewarepocketpc.net/ --only for Windows mobile 
  7. http://forum.ppcwarez.org/viewforum.php--only for Windows mobile 

Buy Me a Beer-If you are like this post

 If you does not have paypal account create free account create account

how to call php web service called .net

Here you will find a  free php scripts, php resources, php tutorials, web resources , jquery


Here is solution how to access php web service in dot net windows application(Hello world application)


Please make little donation if you are like my hard work
 


  1.  Create new folder and rename it to "server" on your server space
  2. ( local user just create in htdocs. )
  3.  Download Nusoap library from 
  4. nusoap it is zip file
  5. You have to extract the "lib" folder from it and paste to web root(I.E htdocs).
  6.  Now create new php file in sever folder and rename it to "server.php"
  7. Paste the following code in it.
  8. server.php  
    //include required class for build nnusoap web service server
       require_once('../lib/nusoap.php');
      
      // Create server object
       $server = new soap_server();
    
       // configure  WSDL
       $server->configureWSDL('hello world', 'urn:hellowsdl');
    
       // Register the method to expose
        $server->register('hello_world',                    // method
            array('name' => 'xsd:string'),                 // input parameters
            array('return' => 'xsd:string'),              // output parameters
            'urn:hellowsdl',                             // namespace
            'urn:hellowsdl#hello',                // soapaction
            'rpc',                                    // style
            'encoded',                              // use
            'Says hello world to client'            // documentation
        );
    
        // Define the method as a PHP function
    
        function hello_world($pName) {
            
          return 'Hello world from, ' . $pName;
    
        }
     
      // Use the request to (try to) invoke the service
        $HTTP_RAW_POST_DATA = isset($HTTP_RAW_POST_DATA) ? $HTTP_RAW_POST_DATA : '';
        $server->service($HTTP_RAW_POST_DATA); 
    
Now Client Side (VB.NET) Steps:


1.Open Visual Studio and create Windows Froms  Application
    (File->New->Project->Windows->Windows Forms Application).
2.Now Create label (Tools->Label ) name it to "lblname"


 3.Now create textbox(Tools->TextBox) renamed it to "Txtname".
4.Now Create button (Tools->Button) renamed it to "btn_call_web_service_1" 

5.Add Web Service Reference( Right click on your project and click on Add service Reference) 


6.Service window will open now click on "Advance button  located at bottom"


 7.Service Reference Setting window will open Click on "Add Web Reference" button at bottom. 

8.Now Add Web Reference window will open Enter server url
   http://localhost:8080/webservice/nusoap/server/server.php?wsdl   and click on "Go"

9.Now the services founds is displayed on window enter name of web service as "hello_world_from_php"  and click on  " Add Reference " button.
 
10.Now Double Click on call web service button created on form.

11.Code Window will open 

12.Paste the bellow code and run application Your web service is now worked
 
Dim webservice As New hello_world_from_php.helloworld
  MsgBox(webservice.hello_world(txtname.Text))

Buy Me a Beer-If you are like this post

 If you does not have paypal account create free account create account

php parse string without escape


Here you will find a  free php scripts, php resources, php tutorials, web resources , jquery



<?php print "welcome to source world-php script"; ?> 


You can easily parse string in php without any escape means you can write code as like same as html.The Solution is given below.



Heredoc:parse string and variables


There is way to delimit strings is the heredoc syntax: <<<. After this operator, an identifier is provided, then a newline. The string itself follows, and then the same identifier again to close the quotation.

The closing identifier must begin in the first column of the line. Also, the identifier must follow the same naming rules as any other label in PHP: it must contain only alphanumeric characters and underscores, and must start with a non-digit character or underscore.

$str = <<<EOD
Example of string
spanning multiple lines
using heredoc syntax.
EOD;


Nowdoc: parse only variables are not parsed

Nowdocs are to single-quoted strings what heredocs are to double-quoted strings. A nowdoc is specified similarly to a heredoc, but no parsing is done inside a nowdoc. The construct is ideal for embedding PHP code or other large blocks of text without the need for escaping. It shares some features in common with the SGML construct, in that it declares a block of text which is not for parsing. A nowdoc is identified with the same <<< sequence used for heredocs, but the identifier which follows is enclosed in single quotes, e.g. <<<'EOT'. All the rules for heredoc identifiers also apply to nowdoc identifiers, especially those regarding the appearance of the closing identifier.
$str = <<<'EOD'
Example of string
spanning multiple lines
using nowdoc syntax.
EOD;
Note:Unlike heredocs, nowdocs can be used in any static data context. The typical example is initializing class properties or constants. Note:When a string is specified in double quotes or with heredoc, variables are parsed within it.


You can also use this free php scripts to your free php cms software developments .This is free php scripts.This free php scripts does not take any kind of responsibilities You can always use on your own risk.You can reports bug to me for this free php scripts.  

Buy Me a Beer-If you are like this post

 If you does not have paypal account create free account create account

why my blog is not search in google

Follow bellow given SEO steps if your blog or site is not searched by search engines like (Google, Yahoo, and Bing) 

o     Submit  your site to Search Engines:

  •    Submit Site to Google Search Engine :
         
1.      Sign up for google and go to www.google.com/webmasters/tools/
2.      Click Add a site, and type the URL of the site you want to add.
3.      Click Continue. The Site verification page opens.
4.      In the Name box, type a name for your site.
5.      Select the verification method the easiest one is verification by meta tags.
6.      Now add the meta tags generated by google( eg. meta name="google-site...") to your site between head tag.(For Blogger users just go  to dashboard->Layout->Edit HTML).
7.     Now, go back to Google Webmaster page and click on Verify.
8.     You can also submit your RSS (for blogger its most cases  atom.xml)



  •  Submit Site to Yahoo Search Engine :

2.     Type your site address and click on Add my Site.
3.     Select the verification method the easiest one is verification by meta tags.
4.     Add meta tag to your head section.
5.     Click on verify.
6.     You can also submit your RSS (for blogger its most cases  atom.xml).

  • Submit Site to Bing(Microsoft) Search Engine :

1.     Just Open http://www.bing.com/webmaster/SubmitSitePage.aspx.
2.     Submit your site.

o       If You are blogger user then check following settings for your blog.
     
1.        Login to your blog an goto settings->basic->Let search engines find your blog
set this setting to “YES”.
2.      Go to Settings->Permissions->Blog Readers
Set this setting to “Anybody”.

o       Importance of meta keywords and desciptions.

1.      What is meta keywords:

 The meta keywords tag is an HTML tag which can be used to tell explicitly tell a search engine what the page's keywords are google does not use it but search engine like yahoo still using it so you can set your important  keyword of your site for all f your web site pages separately.add meta keyword tag to head section of your page.

2.      What is meta Description:
It is summary of your site many search engine find the web site content from the
Meta description. So including meta description is important.
add this meta description to tag to head section of your page.

o       Importance of web site keywords:

      
Each and every day there are Lots of web sites and blogs  created so search engine like google yahoo and bing not crawl each and every site.In order to achieve  top ranking in search engine  your site content and title must be unique. Suppose you are writing a post on "programming in c " - there are lots of result for this topic so your site might not crawl by search engines.


o       Importance of heading tags h1,h2,h3:

Its important to set your post title using heading tags like h1,h2,h3. I personally using h3 tag for my site.



      

         

  
               

       


Buy Me a Beer-If you are like this post

 If you does not have paypal account create free account create account

How to upgrade your htc touch P3450 GSM (SIM card) versions of HTC's 2007 Touch (Elf/Elfin) to windows-mobile-6.1 and windows-mobile-6.5

HTC TOUCH P3450

Htc touch comes with Windows-Mobile® 6 Professional O.S but you can upgrade to windows mobile 6.1 or Windows Mobile 6.5.

If you have windows-mobile-6.5 then you can get more software for windows-mobile usability.For HTC windows mobile There are few Windows-mobile-6.5 and 6.1 cooked ROMs available on one of the great and one of my favorite pocket pc.But I recommends the great ONYX ROM is one of the stable and great ROM for htc(wm 6.1 and wm 6.5).






                      

All credits goes to xda developers please read FAQ carefully before fleshing any ROM in to your pocket pc.You have to take your own risk I am not responsible for any damage to your device.When htc-unlock and upgrade done your windows-mobile may take time to load.   

                         Steps:
upgrade windows mobile 5
ms windows mobile

HTC windows mobile  backup contact sms personal infomation)

For HTC-windows-mobile p3450 This is recommend to backp your contacts,sms,personal infomation using this software in your windows mobile 

HTC windows mobile  Find your device's CID and Device ID(software for windows-mobile)


For HTC-windows-mobile p3450 This is optional steps but recommend that CID and Device id may be needed in feature.For this step please follow Find CID


HTC Make a backup of the stock ROM currently on your phone windows-phone

For HTC-windows-mobile 3450 This step is also optional but it also recommends that it is safe to have original rom backup. In case you may needs your original rom than from backup you can restore it. For this follow htc back-up Rom 



HTC windows-mobile Unloack Your windows-mobile Or Unlocked Smartphones  

HTC Install an IPL/USPL or HardSPL which removes the CID Unlocked mobile phone. HardSPL 3.10 and IPL 3.10  and 3.07 are good but 3.14 is not recommended.(3.14 increases battery problems.).Htc smartphone unlocked is most important step you can not flashes your htc rom without htc smartphone unlocked.So htc Smartphone unlock is most important step.Little care also needed when your htc smartphone unlock begin.Follow step



Hard Spl our htc
 

HTC windows-mobile P3450 -Upgrade roms by downloading 

Thi rom is only for htc p3450.do not flashes it to other htc-mobiles.
HTC is capable of flashing rom to it so you can start  upgrading your HTC wm by downloading  ONYX ROM from http://forum.xda-developers.com/showthread.php?t=42654

For windows phone 7 theme please visit(http://www.latestsmartphoneapps.com/2011/07/31/windows-phone-7-theme-for-windows-mobile-6-5/)

Note :Windows phone 7 theme need at least windows mobile 6.5 running device   

Buy Me a Beer-If you are like this post

 If you does not have paypal account create free account create account