Re: Uploading a program for testing
SnakEyez02, I think OP is referring to a 'software program' as in a 'Webapp'. I think it is best OP clarifies this first. Also, if it is a mobile app and if it is iOS, even Development mode will not...
View ArticleRe: Content in right rail fixed to the height of the left content
In general, this technique is called 'Follow Sidebar'. This tutorial is exactly what you see on Yahoo link you had posted: http://techbrij.com/fixed-sidebar-scrolling-jquery-div Other than that, there...
View ArticleRe: Site structure in google results
It's not always 'what you did'. Like I said, Google's algorithm decides how they place your sitelinks in referece to your main domain. This keeps changing over time. Maybe, your site will be back there...
View ArticleRe: Retrieve an Image for recordset
Two things may be happening here; 1) The column type (Length Value) in your database may not be set to receive as many characters as the image name has. What have you got set? 2) How are you uploading...
View ArticleRe: Dreamweaver CS 6 Crashing MacBook Pro
Sometimes unknown errors/ crashes could occur due to a faulty DW cache file. Follow instructions here to clear your cache to see if it helps - http://forums.adobe.com/thread/494811
View ArticleRe: Phonegap build
Pascal, Can you post before & after screenshots - pre-compilation and post-compilation for us to see?
View ArticleRe: Phonegap build
Did you take both screenshots from an emulator running the build or is the after screenshot from a physical device? I notice the After screenshot is 2x the Before screenshot. If it is an emulator, what...
View ArticleRe: Phonegap build
The before page is in dreamweaver and the after is on my iphone4s before after
View ArticleRe: eCommerce site vs. 'regular' site
I know most all of the English online store in China are builded by Zen-cart, I give some example:www.everbuying.com (blue style)www.lightinthebox.com (Dark Red style)www.inweddingdress.com(Orginal Red...
View ArticleRe: Phonegap build
iPhone 4s is retina meaning your icons and graphics are scaled 2x.which is why the pixelation.
View ArticleRe: Phonegap build
Any tips how i can address that in css or meta or.... Any help will be most appreciated
View ArticleRe: Phonegap build
Many ways of doing this. You could create a conditional CSS file and load it only for Retina (HiDPI) devices such as iPhone 4s, iPad Retina, etc... You could also use media-queries in your existing CSS...
View ArticleRe: Guys its Here: Dreamweaver Creative Cloud update Feb 2013
Hi All, Here is the link to new Video on how to design a FG page using new FG in DW 12.2.http://blogs.adobe.com/dreamweaver/2013/02/updated-fluid-grids-in-drea mweaver.html
View ArticleHow do I "wrap" text around an image
Hi, Howdo Iwrap text aroundan image....like a balloon, depending on how I place the image in the text-field. Like Below >>>>> if I pull the image up (green-arrow) the text must go down...
View ArticleRe: Fluid Grid insert functions are missing
All: A new blog post is made at the Adobe Dreamweaver team blog with a video on the updates made to Fluid Grids.
View ArticleRe: How do I "wrap" text around an image
If the image is at the top left it would be easy - float: left; However if you want to place it at the bottom left like in your picture it won't be possible unless you break up the text with <p>....
View Article