Back to top

Autore Topic: jQuery Mobile e adsmanager per webapp  (Letto 3210 volte)

Offline MatthewG

  • Esploratore
  • **
  • Post: 90
    • Mostra profilo
jQuery Mobile e adsmanager per webapp
« il: 01 Apr 2013, 12:21:18 »
Ciao,

ho cercato per i meandri del web ma ho trovato poco o niente di attinente, quindi vi sarei anche solo per il suggerimento di qualche link da seguire!

Vorrei creare una webapp e jQuery Mobile sembra un'ottimo strumento per farlo; il sito di partenza in Joomla 2.5 è basato su adsmanager, e non riesco a capire come fare ad integrare nella pagina che usa jquery per esempio il modulo di ricerca di adsmanager.
Non capisco se devo "adattare" via css e meta jQuery il mio index joomla al mobile o se devo sviluppare una struttura da zero e poi collegarla (come?) al database.

Grazie a tutti!

mau_develop

  • Visitatore
Re:jQuery Mobile e adsmanager per webapp
« Risposta #1 il: 01 Apr 2013, 12:55:59 »
guarda.... in un momento di pazzia ho scritto questa cosa completamente inutile per quello che mi ero proposto visto che il bootstrap lo fa meglio però c'è JQuery mobile trattato e spiegato per integrarlo in Joomla
http://www.spazioalchimia.it/joomla-framework/39-joomla-25/193-joomla-template-mobile-parte-1

... non l'ho mai rimosso perchè mi serve per prenderci spunto per fare altre cose ma ribadisco... non prendere sul serio lo scopo

Offline MatthewG

  • Esploratore
  • **
  • Post: 90
    • Mostra profilo
Re:jQuery Mobile e adsmanager per webapp
« Risposta #2 il: 01 Apr 2013, 13:02:01 »
Ciao, grazie! Era uno dei contenuti che avevo già ampiamente guardato, approfondirò! Intanto sto valutando se con Mobile Joomla e un po' di modifiche ai template riesco a raggiungere gli stessi risultati...

mau_develop

  • Visitatore
Re:jQuery Mobile e adsmanager per webapp
« Risposta #3 il: 01 Apr 2013, 13:28:53 »
è molto più semplice usare il bootstrap che già usa la maggior parte dei tag e gli altri inserirli scrivendo un plugin

quella elucubrazione è semplicemente che mi piace sperimentare idee e non necessariamente guardo se qualcuno l'ho già fatto così a volte mi trovo a scoprire l'acqua calda... però ci sono arrivato io :)
« Ultima modifica: 01 Apr 2013, 13:30:27 da M_W_C »

Offline MatthewG

  • Esploratore
  • **
  • Post: 90
    • Mostra profilo
Re:jQuery Mobile e adsmanager per webapp
« Risposta #4 il: 01 Apr 2013, 13:35:03 »
Grazie, per me non è così banale! Dietro compenso ci metteresti mano? In caso contattami in pvt!

mau_develop

  • Visitatore
Re:jQuery Mobile e adsmanager per webapp
« Risposta #5 il: 01 Apr 2013, 14:13:27 »
è un suicidio... a meno che tu non sia ricco :):)

io non capisco quando dite (parlo al plurale perchè non sei l'unico) ... voglio creare una webapp...

che vuol dire?

Offline MatthewG

  • Esploratore
  • **
  • Post: 90
    • Mostra profilo
Re:jQuery Mobile e adsmanager per webapp
« Risposta #6 il: 01 Apr 2013, 14:24:34 »
Ok mi arrangio :)

Vuol dire praticamente evitare tutti i problemi/tempi/costi di un'app nativa seppur con gli svantaggi connessi, ma per iniziare è l'unica...

mau_develop

  • Visitatore
Re:jQuery Mobile e adsmanager per webapp
« Risposta #7 il: 01 Apr 2013, 15:09:40 »
per questo esiste la platform e non il cms, il cms è già costruito... mi sembra un lavoro abbastanza assurdo quello che vuoi fare... come d'altronde giudico assurdo il mio

Offline MatthewG

  • Esploratore
  • **
  • Post: 90
    • Mostra profilo
Re:jQuery Mobile e adsmanager per webapp
« Risposta #8 il: 01 Apr 2013, 18:07:13 »
Cioè?

In sostanza per fare una "simil-app" credo che lavorerò di css andando poi a inserire cose tipo il popup per l'"add to homescreen", il logo dell'app personalizzato, far scomparire la barra, ecc. di queste cose si trova abbastanza devo solo lavorare un po' di css.. no?

Grazie !

Offline MatthewG

  • Esploratore
  • **
  • Post: 90
    • Mostra profilo
Re:jQuery Mobile e adsmanager per webapp
« Risposta #9 il: 02 Apr 2013, 00:33:57 »
UPDATE: Sono proprio un imbecille si vede che ero fuso e provavo a complicarmi la via quando bastava fare un redirect a diverso template in base allo user-agent... adesso cerco il codice!

------------------------

Sto provando ad operare così visto che mi scontro con jquery:
- creo una pagina mobile.php
- redirect con script da index.php a mobile.php per dispositivi mobili
- nuovo css per mobile.php

Non potevo semplicemente usare due css perchè il contenuto delle home è diverso
Il problema è che mi dà "restricted access" su mobile.php, i permessi sui file sono a posto penso ci sia un problema con htaccess, non riesco neanche con la direttiva:
<files mobile.php>
order allow, deny
allow from all
</files>

Chi mi sa aiutare? Qui sotto il mio .htaccess (site.ext è il mio sito)

Codice: [Seleziona]
##
# @package        Joomla
# @copyright    Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.
# @license        GNU General Public License version 2 or later; see LICENSE.txt
##

##
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
##

## Can be commented out if causes errors, see notes above.
#Options +FollowSymLinks

## Mod_rewrite in use.

RewriteEngine On
 RewriteBase /
 RewriteCond %{HTTP_HOST} !^www.site.ext$ [NC]
 RewriteRule ^(.*)$ http://www.site.ext/$1 [L,R=301]

## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site block out the operations listed below
# This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL.
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.

## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects

##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
##

# RewriteBase/

## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the request is for something within the component folder,
# or for the site root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.
« Ultima modifica: 02 Apr 2013, 13:10:41 da MatthewG »

 



Web Design Bolzano Kreatif