How to promote my book "Beginning Web Development for Smartphones" on iBook

I have published a book "Beginning Web Development for Smartphones" on iBookStore. The book explains how to use PHP, MySQL and jQTouch for developing mobile web applications. Can anybody guide me the way to promote the above said book?

See this -> https://linkmaker.itunes.apple.com/us/

Similar Messages

  • How to setup AutoFill as a web developer for IPAD (html)

    Hey all,
    This is my 1st post on Apple's Forums. Not sure if i can get web-develment info here on Safari but gonna try.
    So I trying to get AutoFill working as a Web Developer across different browser platforms for a contact form webpage.
    We are esp interesting about mobile to make it easier to fill out hte long contact page on mobile phones which would improve our website's success.
    I got IPHONE AutoFill working on a simple HTML contact form.
    But on the same webpage form, IPAD I'm having a heck of a time trying to get the AutoFill working.
    My User Agent is:
    Mozilla/5.0 (Ipad: CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KTHML... Like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53
    Here are all the bases I cover for Safari and other browsers:
    1. Some use regex on the input name attr. so like an attribute of <input name="firstname"/> or fname,etc helps some browsers figure out the context for AutoFill.
    2. Chrome uses a nice context attribute 'autocompletetype="given-name" so dont need to depend on the browser to figure it out via Regexes. also threw on x-autocompletetype maybe if some browsers are viewing it as experimental and decide to implement it as an 'experimental' attribute. This works well for Chrome/Desktop browser.
    3. Also added Placeholder text as some places recommended it.
    4. The label's text is also named nice if some browsers do a regex on the label text to provide context <label for="firstname">First Name</label> <input id="firstname" name="firstname" /> (dont know of any specific browsers that do this... just saying, all bases are covered)
    Here is my super basic form that covers all of those:
    https://dl.dropboxusercontent.com/u/36600570/html-autofillform-test/index.html
    Yet on the IPAD, I don't see the Autofill button on the keyboard when I click on the 'First Name' input like how IPHONE has it (and yes Autofill is turned on in the Settings->Safari->Passwords&Autofill area, and right below that 'on' setting, I picked my contact to associate AutoFill in which has my name/address/phone/email info).
    Why does Ipad-Safari not AutoFill like its supposed to. Do others get that AutoFill button on their IPAD testing the website above and if so, what version are you using (can get version by going to http://www.whatsmyuseragent.com/)
    Thanks for any advice!,
    Ari

    Don't think there's an automatic way to do this, but if you tap the top right corner of your screen it should take you straight to connectivity and you can disconnect wifi there ? Also why do you want to disconnect from the web, is it to save battery or data charges ? A 'smartphone' is of little use without a data package !
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • How can I create a magazine web app for all devices?

    How can I create a magazine web app for all devices?

    magazine web app is not supported in DPS as of now. You can share the contents to preview it on web content viewer.

  • Need web developer for Firefox 8

    I have Firefox 8.0.1 and really need the 'web devloper' addon. when trying to download it, it says it isn't for Firefox 8.0.1.
    Is there an updated 'web developer' for vs 8.0.1?
    If I uninstall vs 8.0.1 and download an older version, will I lose my bookmarks, etc?
    Thank you,

    Checking for updates doesn't seem to be working at this moment.<br />
    I did some testing and I do not see a response.
    You can download the extension and edit the file install.rdf in the XPI file (ZIP archive) and change the maxVersion to 9.0 or more.
    *http://kb.mozillazine.org/Editing_an_add-on_to_change_its_compatibility

  • Best books of web Services for beginners ????

    hi all
    can you guys please suggest some good books of web services for beginner as i dont know about web services and i want to start to scratch.
    Thanks in advance

    This one might help you
    [Java WebServices Tutorials|http://java.sun.com/webservices/docs/2.0/tutorial/doc/JavaWSTutorial.pdf]
    Edited by: plastersmug on Jan 29, 2009 11:33 PM

  • Web development for iPhone

    I'm looking to develop a web site for use by the iPhone. Is there a best practice around development? Should I be detecting and redirecting to a dedicated location (http://iphone.name.com), or detecting and using an iPhone friendly CSS file?

    Apple offers extensive documentation and guidance for application and web development for the iPhone, and an iPhone software development kit will be available early next year.
    You can register at no charge to be an 'entry level' developer and gain access to the iPhone Development Center by going to this page. The iPhone Reference Library, Tech Talk Videos and sample code projects are all available once you have logged in using your Apple ID.

  • Web development for C or C++ hackers?

    I was wondering if there is some kind of web framework like django for C and C++ programmers.
    I already know quite well those two languages and I know how long it takes learn a language WELL (overall if complex and liberal as C++),
    so I was wondering if I could start web development with those languages.
    Or it is better I start studying Python?
    Advices? Ideas?
    thanks

    I'm not sure it's "scary". It's certainly more work to do properly
    You basically have 4 options:
    A) Use CGI. Simple, because your app is spawned once per request. So, there is no real need to do advanced resource management. OTOH, it's kinda slow - because a new process is spawned for each request. Wikipedia is your friend - http://en.wikipedia.org/wiki/Common_Gateway_Interface
    B) Use FCGI. More complex. Your app stays resident and communicates with the web server via a socket (UNIX or TCP/IP). Read introduction, and find a nice C++ lib, at http://cryp.to/publications/fastcgi/
    C) Write a "native" web server module -- the howto will differ wildly between servers.
    D) Write your own web server with the app baked in. Ouch.

  • How to confirm program version in Web Dynpro for ABAP

    Hello expert
    I would like to know how to confirm the program version for Web Dynpro for ABAP.
    For ABAP we can confirm version using SE38.
    Best regards,
    Ichimura

    everything has a version
    View has a version.
    controllers have versions
    WD component also has version
    so double click on what you need and the follow the path

  • How can i use( API_SEMBPS_REFRESH) in my developement for Clearing Buffer

    Hi All,
    How can i clear the buffer values ??
    How can i use( API_SEMBPS_REFRESH) in Web interface builder?
    Any Inputs on this....
    Thanks,
    Edited by: NnSiri Siri on Oct 28, 2008 3:40 PM
    Edited by: NnSiri Siri on Oct 28, 2008 8:58 PM
    Edited by: NnSiri Siri on Oct 28, 2008 8:59 PM

    Hi,
    There are two ways to achieve this depending on how you want to refersh the web interface:
    1. Anytime during the execution of web interface:
        a. Create a Z function module and insert a call to API_SEMBPS_REFRESH there.
        b. Then create a planning function exit and in Function Module field call your Z function module.
        c. Create a button in Web Interface and call the planning function exit on that button.
        This will call the refresh function whenever user will click on that button.
    2. At the load of Web interface:
       a. Create a Z class in SE24 by copying the class CL_UPWB_BSP_APPL as super class.(This
           class is default application class for all web interfaces).
       b. Redfine LOAD method of your custom class and add call to FM API_SEMBPS_REFRESH.
       c. In your web interface, set the property 'Application Class' to your custom application class.
       This will call the refresh function every time you start the web interface.
    If you will add your code in auto generated BSP application for your Web interface you have to re-write the logic in BSP application everytime you make change in your web interface and generates it in Web Interface builder. Because the system overwrites the BSP application everytime the Web interface is generated.
    Regards,
    Deepti
    Edited by: Siegfried Szameitat on Nov 3, 2008 10:06 AM
    deleted request for points.

  • How do I setup SharePoint 2013 web applications for 2 TB of data?

    Hi,
    I know Microsoft recommend to have 1 App pool with 1 Web App and 1 Content Database. 
    The issue is that in my company SharePoint is going to be a file repository with about 2 TB of data. Management wants that to happen. 
    I was thinking to have 1 App pool and about 18 Web App for each department so that it can hold all that data with a maximum of 200 GB per Content DB in 2 SQL clustered servers. 
    Is that OK? Is this best practices?

    Chicho84,
    Yes, in SharePoint it is suggested to not allow to grow content DB more than 200 GB. Now will your environment starts with 2TB (after migration) or it will steadyly migrate eventually 2TB data. If so that you can think of Host heard site collection with
    individual content db.
    I am sure that you know that SharePoint is not only a DMS but also come with variety of useful service like Search, Workflow, Forms, Social etc. Thease all are going to be a important tool in your organisation. So planing for other services and hardware
    is also very important.
    These are few links which you can refer as starting point :
    http://technet.microsoft.com/en-us/library/cc262451.aspx
    http://technet.microsoft.com/en-us/library/jj219628.aspx#HW_Enterprise
    http://social.technet.microsoft.com/wiki/contents/articles/12438.community-best-practices-for-sharepoint-2013.aspx
    Hope it will help you.
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How to show stock price through web services for a company?

    to get best performance.. what is the best way to show stock price through web services for a company on an office 365 site?

    Hi,
    you can also do like this.
    Create a page using sharepoint designer. upload it in sharePoint.
    https://support.office.com/en-in/article/Create-SharePoint-site-pages-0ee31678-ee55-40cd-9f48-ea8700035dbd
    Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer
    this is not the proper answer.. question was different.

  • How to enable byte serving(fast web view )  for pdf on tomcat 5.x server

    Hi,
    I am new the site and this is my first request.
    I have to download pfd, instead of waiting the user for complete download of the page, first I need to display first page, and then in the background I have to download the rest of the document. Which is byte serving. I try to implement byte serving (fast web view for pdf) for pdf files in Tomcat 5.x it is not working. The same functionality is working in other servers.
    I have not done any coding to use byte serving in the other servers, simply I enable byte serving for pdf using the adobe.
    Can any one help me &hellip;..
    Thanks&hellip;..

    Hi,
    I am new the site and this is my first request.
    I have to download pfd, instead of waiting the user for complete download of the page, first I need to display first page, and then in the background I have to download the rest of the document. Which is byte serving. I try to implement byte serving (fast web view for pdf) for pdf files in Tomcat 5.x it is not working. The same functionality is working in other servers.
    I have not done any coding to use byte serving in the other servers, simply I enable byte serving for pdf using the adobe.
    Can any one help me &hellip;..
    Thanks&hellip;..

  • How to write HTML code in Web Template for selection screen

    Hello All,
    Is it possible to write a html code in the web template html tag so that the output of the html is displayed in the selection screen, i.e before the execution of query.
    I know that we can write html, which will be displayed once the query has been executed, but can it be done for selection screen.
    if so, how.
    My exact requirement is : to display a 2-3 lines of text in the selection criteria screen - sort of, various options available to user for entering values in the selection screen.  I was thinking of putting this text using HTML code in the selection screen.
    Regards,
    Nagendra.

    Hi Erick,
    No, unfortunately nobody replied to this thread. So i assumed it is not possible to modify the selection screen thru html code.
    Btw, as my requirement was to provide user with multiple answers on the selection screen. I did the validations on customer exit and popped an errror dialog when applicable.
    Regards,
    Nagendra.

  • How to get Connector information and WebAS Info for System

    HI,
    How can we get the info for the Connector and WebAs to create the system?
    Thanks,

    Hi
    Check the following threads for input
    1.[Using SAP Java Connector to Generate ABAP Documentation|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/47b6cd90-0201-0010-5aba-b6b7474d4aff]
    2.[Overview of SAP Application Servers|http://help.sap.com/saphelp_nw04s/helpdata/en/69/c24e034ba111d189750000e8322d00/frameset.htm]
    3.[Business Connector|Re: Business Connector end of life;
    4.[SAP Business Connector on Windows XP|Re: SAP Business Connector on Windows XP;
    Best Regards
    Satish Kumar

  • How to create a book format on pages for macbook?

    im trying to make a book and im trying to find a format on pages but i can't find any.. does someone knoow how to do it ??

    Are you going to print the book yourself? Is it going to a printer or is it for e-pub?
    There isn't any template in Pages for books. You can look for a template here iworkcommunity.com

Maybe you are looking for

  • Export photos from samsung phone to Ipad

    Hi have purchased mini Ipad. I have photos on my Nokia E63 and wish to export to my ipad or mac computer OSX version 10.5.8. I can bluetooth photos from my phone to my computer but am unsure how to go about it all with the ipad, anyone out there can

  • How to draw a line b/w cells of a template of SF?

    Hi, In smartform i am using a template with four cells, i require to draw a line in the middle, i.e. end of second cell and start of third cell, is there any way to achive this?

  • Disk permissions/not enough disk space Warnings

    When trying to export tracks, on one system we use, (using an External FW800 1tb HD) with only about 50gb used, after I hit EXPORT on the menu, It tries to write, then I get a disk permissions warning/not enough disk space. ALl the permission on my d

  • Display service attachment jpg in Sapscript output

    I need to display an uploaded service attachment image that is attached to the material master, in the line item level of a sales order sapscript.  Any ideas?

  • Search Help CALL SCREEN

    Hi Guys, please.. How can a Search Help call a SCREEN ? I have a problem in a ABAP WebDynpro app, apparently because the search help is calling a SCREEN from the program SAPLSZA1. This is the error message: "Sending of dynpro SAPLSZA1 0201 not possib