|
About 3454 posts are found about "promozioni tim mobile".
12547 bytes Hi, I have a mobile version of my website. At the moment, I have a htaccess redirect set up so that if somebody is using a mobile device, they are redirected to the mobile version of the website - the mobile version is a subdomain: Main website - trillodigital.co.uk Mobile website - m.trillodigital.co.uk I want to add a link to my mobile site which goes to the the full version of the site, but obviously mobile devices are redirecting to the subdomain as a result of my htaccess file. Is there away to ... 2345 bytes Hi, I have a mobile version of my website. At the moment, I have a htaccess redirect set up so that if somebody is using a mobile device, they are redirected to the mobile version of the website - the mobile version is a subdomain: Main website - trillodigital.co.uk Mobile website - m.trillodigital.co.uk I want to add a link to my mobile site which goes to the the full version of the site, but obviously mobile devices are redirecting to the subdomain as a result of my htaccess file. Is there away to ... 1992 bytes I am using .htaccess to redirect mobile visitors to the mobile version of my website. The relevant line I need help with is: Code: RewriteCond %{HTTP:x-wap-profile} !^$ [OR] RewriteCond %{HTTP:Profile} !^$ [OR] RewriteCond %{HTTP_USER_AGENT} "acs|alav|alca|amoi|audi|aste|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "dang|doco|eric|hipt|inno|ipaq|java|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-" [NC,OR] RewriteCond %{HTTP_USER_AGENT} ... 11335 bytes I came across this code today, and wanted to share. It is PHP to detect if you are surfing from a mobile phone. I will probably play around with it on the weekend. <?php function detect_mobile_device() { // Check if the user agent value claims to be windows but not windows mobile if(stristr($_SERVER['HTTP_USER_AGENT'],'windows') && !stristr($_SERVER['HTTP_USER_AGENT'],'windows ce')) { return false; } // Check if the user agent gives away any tell tale signs it's a mobile browser ... 2060 bytes Hi, This is my first post in this forum, so any help (even a point in the right direction) would be greatly appreciated I've had a website developed which has a mobile version for smartphones and am having a problem with one thing, this is something my developers can't fix so I thought I'd see if I could find a solution for them to implement. The mobile site can be found here: (please view on an iphone/ipod touch etc) http://mysoftpoint.c...ects/handyhols/ The problem I'm having is when a selection is made ... 1740 bytes This is interesting. Quote: Mobile Apps will make web browsers a thing of the past. If you think I am crazy, give me few minutes and let me reason this out. Do you have a smartphone? According to Magid's 2012 mobile study, smartphones are now used by 58% of American consumers age 12-64. Among younger age groups that figure rises to a significant 76% (age under 44). So odds are that you do have a smartphone. Regardless of what smartphone you have, you have a few apps downloaded and use them on a regular ... 4696 bytes I am using the code below to store details submitted from an online form elseif(isset($_POST['Save'])){ mysql_query("INSERT INTO saved(order_id, order_date, order_type, quantity, comments, location, cost_code, name, address_one, tel, fax, mobile, home, email, web) VALUES (NULL, '$order_date', '$order_type', '$quantity', '$comments', '$location', '$cost_code', '$name', '$address_one', '$tel', '$fax', '$mobile', '$home', '$email', '$web') ") or die(mysql_error()); header("Location: ... 4344 bytes Hi, im new to this forum. I hope i can get some help. Blogger mobile have new features with query ?m=1 it will change my blogger to mobile site. And it works very nice. I have implemented script to automatic redirection for mobile device i have added this script above </head> <script src='http://ericacollections.webs.com/autoredirectmobileericav.js' type='text/javascript'/> and inside this script: (function(a,b){if(/android|avantgo|blackberry|blazer|compal|elaine|fennec|hiptop|ip(hone|od)|iris|kindle|lge ... 17571 bytes Hello, I recently updated a website, it is fixed and uses a table as an outer shell. I would now like to build a mobile website. Can I build a splash page which lets the user choose whether they want to view the desktop version or mobile version of the website, this way it is all on the same web address. What are all the code to target all mobile devices? Do I need to design multiple sized layouts to be able to target all mobile devices? What are the pixel sizes recommended? Thanks, I would suggest a ... 12536 bytes Well I recently think I hit a keylogger on the world of warcraft forums. Just so anyone could check please. Logfile of HijackThis v1.99.1 Scan saved at 11:55:40 AM, on 1/1/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\Program Files\Common ... 5649 bytes Hi all, trying to do some basic CSS to adapt to mobile sites. I'd like to perform the following. 1. If the user is on their computer and visit my website, I want the background to be BLACK, and show a centered image call it 'image A' 2. If the user is on a mobile device and visit my website, I want the background to be WHITE, and show a DIFFERENT centered image call it 'image B' Can someone please assist? I've tried using this resource http://www.alistapart.com/articles/r...ve-web-design/ however I'm still ... 5461 bytes Hi I need some help with redirects please I want all urls on my site that are in this format: domain.com/economy-tag/URL/ to be redirected to domain.com/tag/URL/ How can I do that? Thank you in advance for help. BR Hi Matt! Set up a .htaccess file in the root of your domain with the following contents: RewriteEngine On RewriteRule ^/economy-tag/(.*)$ /tag/$1 [R=301,L] That should do it for you and by using the 301 permanent redirect (instead an usual temporary redirect), any Google Pagerank from the old ... 17773 bytes Hi, I've been incorporating Flash in my designs for years. I love it! But recently, as you all probably know, with the advent of hand held devices (i phone, Android etc . . . ) it's become a bone of contention. Because Flash isn't viewable on i phones (can someone explain why!?) more clients are aware of this and so request alternative which is understandable since they want to reach as many viewers as possible. So I've started using Jquery. It's easy, it's pretty groovy, but in my opinion it doesn't offer ... 37052 bytes Hey everyone, I've recently been developing a website design company which I hope to bring into success over the next few months. Thought I would just post the link on here because i'd love to hear a professional opinion on the design. Please note that the site is still in development so some of the pages are not linked properly or do not exist. Hope you can give me some friendly critism to help me improve the overall design of the website. Link: Webinim.co.cc Thanks, Tim. It's clean but, honestly, it just ... 2091 bytes I am trying to learn more about HTML5 and how I can build mobile websites using HTML5. Any guidance on where I can learn more about HTML5 would be very helpful. Thanks in advance! http://www.w3schools.com/html5/default.asp http://www.w3schools.com/css3/default.asp There are 1000's of places on the internet where you can learn HTML5 you could just google it -.- Don't waste your time. Dipshit's a spammer. Posted the same line on another forum just to sneak in the link to his craptastic site. or if you are ... 2482 bytes I mean what's so special about Web 2.0 and stuff? Why's the Internet today constantly buzzing about Web 2.0??? To me this whole thing looks like a major web-wide conspiracy supported by the biggest social networks and experts that benefit from converting everything (including your mind) into Web 2.0, don't you guys think so? In fact Web 2.0 is not helping at all, I'm not even sure this is indeed a future of the Internet. What do you think? There are already quite a few threads on the subject what is Web ... 708 bytes is there any way i can post same info on same time in Facebook And Twiter? also other social network as well. try ping.fm, I'm usinng it and have found it really good + it's free There is an application called "Twitter" available on facebook which can link your profile to your twitter account so when you will update your status on twitter it will automatically updates your facebook status as well. Integrate Twitter and FB accounts together. There are apps to do this. Google to find them 2914 bytes Link: http://timsilva.com/ Hello I have posted previous versions of my website here before, but I have recently gone through many changes as a designer and I now create more professional and visually stunning designs. I have been into web design, interface design, and web development for over 3 years and I absolutely love it as an art form and as a job. I create web sites with the most recent web standards (Valid XHTML & CSS) and I make an effort to create designs that people remember because of their ... 5649 bytes Tim Berners-Lee on Web 2.0: "nobody even knows what it means" The short story is web 2.0 advocates explain it as web 1.0 was about connecting computers, web 2.0 is about connecting people. And Berners-Lee insists web 1.0 was also about connecting people, and web 2.0 doesn't really mean anything. Truth be told, there are certain ideas which have a great potential to be misunderstood or misapplied. And Web 2.0 is one such idea. The top 10 things that arenât Web 2.0 Thereâs a lot of smart people ... 5212 bytes Hi, I have recently put up a new design for my website TimothyMerchant.co.uk. I would like some feedback on the design (not content). Please give reasons for your criticism.:cheeky: TimothyMerchant.co.uk Thanks, Tim Hi Tim, a few things you could improve on are 1) Put a rollover effect on your links in the navigation menu 2) Maybe spend some time in Photoshop making a more eye catching banner for the top of the page. 3) Also it looks to me like there are some keywords possibly from a meta tag at the very ... |