Flex :: Google Webmaster Tools Lists Zero Keywords?

Dec 22, 2010

I've got a Flex 3 website. Unfortunately, Google Webmaster Tools lists zero keywords for my site. My site's been up for about a month. I submitted a sitemap. I've put a description and keywords metatags in the HTML wrapper.Any advise on what else I should do? Does anyone have a Flex 3 site for which Google Webmaster Tools lists keywords?

View 2 Replies


Similar Posts:


Flash :: Flex - Developer IDE - Display With Coloring Keywords

Aug 11, 2010

I was wondering which IDE choice you flash developer use to write the code....I use Flex Builder for my AS3 only project so the code below will display nicely with coloring keywords. I wanted to know if there are better choices there...Also, does flash developer do the AS3 programming only? Do they do graphic design at all?

View 3 Replies

Flex :: Dynamic Filtering (like Google's Or Google Finance)

Jun 21, 2010

I wanted to put a search box in my flex app that would act just like google or google finance: you start typing and a drop down list just below starts filtering the results dynamically. Does anyone know how to do this in flex? I am using flex and php so as the user types it will pull results off the server dynamically.

View 1 Replies

Actionscript 3 :: Flex 4 - Highlight Keywords In A Block Of Text Using TextLine?

May 30, 2010

I have a search and results page that I would like to highlight the keywords that were searched for, in the text of the results. It was suggested that I use TextLine for this, but I am having trouble figuring out how to make it work. I started a simple, compilable dummy application and was hoping someone could give me some tips on how to continue:

<?xml version="1.0" encoding="utf-8"?>
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"

[code]....

View 2 Replies

ActionScript 3.0 :: Flex - Complexity Of ItemRenderers In Lists

May 14, 2008

I'm building fairly simple item renderers, in fact, here's the code for one of them...

Code:
<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
implements="mx.controls.listClasses.IListItemRenderer"

[Code].....

It's a really simple renderer that has an image and some text sitting next to it, or just the text if no image is in that item's data provider. There is also some basic rollover, rollout and click functionality...

So my question: Why is it that if my list needs to scroll it gets messed up? By "messed up" I mean that the text changes from being to the right of the image (when image is present) to moving over top of the image, as if it isn't realizing that the image is there. There's also sometimes an issue of the item renderer shrinking down so there is no longer anything even visible in the box (just some black with a grey border on the bottom about 5 - 10 pixels big...

I'm wondering if maybe my item renderer is too complex? I'm having the same issue with text working like that in another renderer, but no images, just text placed in certain positions (as well as some strage blue tints showing up at the top or bottom depending on how I am scrolling)

By the way... here is the MXML where I am initializing my list...

Code:
<mx:Canvas width="100%" height="100%" id="list">
<mx:List
width="100%"

[Code].....

View 1 Replies

ActionScript 2.0 :: Browser Window Size - Put A Movieclip With Tools At The Bottom Of The Window In The Center With Tools Icons

Jan 24, 2010

I want to put a movieclip with tools at the bottom of the window in the center with tools icons, it should have fixed posiiton so that user can scroll the main window having it always on prompt. I think I need the browser window size properties to do somenthing as this. Is there a way to get them?

View 0 Replies

Flex :: Override Default Handling Of Editable Lists?

Aug 5, 2011

I'm trying to override the default handling of the 'up' and 'down' keys for an editable list, such that when they are pressed a list entry that is being edited behaves as if the escape key has been pressed, but the 'selected item bar' moves up or down.

Here is my (simplified) component:
<?xml version="1.0" encoding="utf-8"?>
<mx:List xmlns:mx="[URL]"
enabled="true" width="100%" height="100%"
creationComplete="initialise()"
editable="true"
[Code] .....

For some reason this doesn't work: if a row is being edited, the first 'up' (or down) keypress ends the edit and moves the bar. Further up or down keypresses have no effect, but if you click somewhere near the list it does start working. This makes me think it is a focus issue. Weirdly, if you hit escape the edit finishes and you can move up and down correctly. If the 'callLater' line is uncommented to try and make the list retain focus, the bar initially moves in the direction of the keypress but then moves back again and re-edits the original line!

View 2 Replies

Actionscript 3 :: Flex Multiple Spark Lists With Scrolling Synced?

Apr 10, 2012

I have several horizontal scrolling lists with differing item widths stacked inside a Vertical Group. On an item click all any selected item from the other lists will be cleared. When any of the lists are scrolled all the other lists should scroll exactly the same amount in the same direction, simalar to [URL]

The synced scrolling is throwing an undefined error and has crashed the adl(it is a mobile app) on one occasion. This happens only when I add more than 2 synced scrolling lists via event listeners.

So my question is: Can anyone see why this errors or is there a better way to achieve this type of horizontal scrolling multi-list, possibly a really wide data-grid or group of buttons inside a scroller?

<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"

[Code]....

View 2 Replies

Flex :: Resize Nested Mx:Lists To Display All List Items?

Aug 17, 2010

I'm trying to create a nested list in Flex which will dynamically resize to display all children when the data provider changes.

Here's a simplified example which illustrates the problem:

<mx:Script>
<![CDATA[
import mx.collections.ArrayCollection;

[Code].....

The list sizes remain static when items are added.

If I add variableRowHeight="true" to the outer list then the inner lists will correctly resize. But the outer list itself remains at a fixed size.

How can I have both lists resize automatically to display all children?

View 1 Replies

Flex :: Any Smiliar Tools Like FlexPMD?

Sep 8, 2011

i need to know the similar tools like FlexPMD ? I am looking to run the flex application using FlexPMD and other tools also.

View 1 Replies

Flex :: Free Tools For Building AIR Applications?

May 16, 2010

There is an ongoing argument on the web right now about the "openness" of the iPhone OS and Adobe Flash platforms. Adobe's argument is that anyone can build a Flash application without having to worry about being allowed to distribute it.

This made me wonder... is it possible to build and distribute an AIR application without giving any money to Adobe (without violating any licenses, of course)? Are any of these tools free? Are any open-source?

View 3 Replies

Flex :: Running External Tools In Eclipse On Mac OS X?

Jun 16, 2010

I'm using Flash Builder 4 on a mac. I've created a JSFL file for building a few fla's and then testing my main SWF file. I'm trying to run this JSFL file as an external tool from Flash Builder 4 but when I select Adobe Flash CS4.app as the file to run the JSFL Eclipse warns "External tool location specified is not a file."

I have Parallels installed and if I point at a .exe file this warning goes away. Is this a bug? Why can't I use a .app as an external tool in Eclipse?

View 1 Replies

Java :: Data Modeling Tools And Techniques For Flex Web App?

Jun 21, 2009

I'm developing a Flex front end client for a Java server application and I have a set of model classes that represent objects in my business logic and should have the same properties and exhibit the same behaviour throughout all layers. These objects
-Have form validation logic for user input
-Are displayed in various forms (lists, detail views ...) throughout the UI
-Are retrieved from and sent to the server using XML or AMF
-Are validated again on the server
-Are stored in a RDBM with tables and fields corresponding to the classes and fields

This is a very common application structure, I guess. I'm already using:
ORM for the Java backend (Eclipse persistence package)
Automatic mapping from XML to Action Script, using XML schema and the classes in mx.rpc.xml, as described here.
Now, what I'd really like to do is define the objects once (I already have them in XSD) and have tools set up class stubs for the whole chain. What can I use?

I've already heard of (but not evaluated):
XMLBeans to generate Java classes from XML Schema
Granite DS to generate AS classes from Java classes

View 1 Replies

Flex :: Auto-mated Acceptance Testing Tools?

Jan 11, 2010

I am looking for recommendations for tools for automated testing of a web application with some flex components.To provide some background we have a web application that was entirely developed in AJAX+HTML and we were somewhat successful in using Selenium for testing that application end to end. We recently added some flex components into the mix and it got complicated. We tried using Selenium Flex but we are disappointed with what it can do. So now we are looking for some alternatives. Ideally the tool would be able to drive both the web and the flex parts simultaneously, but we can also settle for just testing the flex components on their own. We prefer open source but good commercial tool is also an option.

View 4 Replies

Any Handy Tools For Debug And Modify Flex Style

Jun 14, 2011

each time I want to modify the style in Flex, I have to change the style and compile, if there is tool for dynamic change the style just like firebug for Html

View 2 Replies

Flex :: Coding Tools Do You Use For Improving Effectivness Of Programming?

Nov 6, 2011

What coding tools do you use for improving effectivness of programming in FLEX?I found Tr.ace() AS3 Debugging Utility whichme a lot with working in a team of programmersframeworks like RobotLegs and others.

View 3 Replies

Flash :: Design Tools For Creating Skins For Flex 4 Components

May 11, 2010

I'm looking for a tool to create just the skins for different kinds of Flex 4 components.I'd like to be able to create the components myself and have the designer/artist do the skin, but I don't think they'd like the idea of doing them by writing MXML files.

View 2 Replies

Eclipse :: Using Ant With Flex -get An Error " Unable To Locate Tools.jar?

Apr 12, 2011

I'm having problems setting up Ant to use with Flex.I install it fine but I get this error when I try and check the install: Unable to locate tools.jar.From what I've read, I just need to point JAVA_HOME to the directory that contains the jdk. Unfortunately,I'm not sure I know which jre I'm using in Eclipse and also, I do a search for tools.jar on my machine and it's not there???I have a C:Program FilesJava directory and there is this in there:

j2re1.4.2_05
jdk1.6.0_03
jre1.6.0.23

In Eclipse --> Windows --> Preferences --Java --> Installed JREs, it's pointing to here:

eclipse-host-distro, C:Program FilesAdobeAdobe Flash Builder Plug-ineclipse-host-distro

Am I not working with a full JRE?

View 1 Replies

Flex :: Tools For Profiling AS3 - Timing Functions To Find Bottlenecks?

Apr 17, 2011

I'm working with Flashpunk to make games using Flex and FlashDevelop (highly recommended, amazing lib and IDE). Since performance varies so much from system to system, I want to find where slowdowns are occurring and only fix those bits. Flashdevelop has a built in tool called Profiler, but it only shows the number of objects and the memory they are using, not the execution time. Grant Skinner wrote a great tool called PerformanceTest, but it seems suited to writing very specific optimization comparisons, not automatically profiling your code.

What I'm trying to find is a tool that will automatically analyze the program while it's running and tell me which functions are taking the longest to execute. I've heard that CS5 has this built in, but I'm wondering if there are any alternatives.

View 3 Replies

Flex :: Filtering Data Lists And "Next Video" Button Function

Jun 19, 2010

filtering one list when an "Artist" is selected in the other..

I also want to play the next video when the "Next Video" button is selected..

Here is a link to an example with a few videos.. [URL]

View source is enabled so feel free to grab the code..

how to build this app step by step using Flash Catalyst and Flash BUilder..

Anyhow, I'm not just taking, I plan on giving back in a major way..

So if the "evangalists" aren't too busy with their datagrids showing the true power and ease of use that the Adobe Framework is capable of..

View 1 Replies

Flex :: Use Existing Tools To Facilitate Process Of Changing Data On Server Using DataGrid?

Aug 18, 2009

It is very simple to retrieve data from a database and display it inside a DataGrid. However, what are the current practices to push the changes in the DataGrid back to the database? One can achieve this by inserting a lot of meta information, however, it is very tedious and not reusable.

View 4 Replies

Professional :: Different Keywords In Scripts?

Jan 14, 2010

is there some specific functionality difference between essentially the same mouse events end result.For example I notice some use "MOUSE_DOWN", others "onRelease", some use "buttonDown"  and still others just "CLICK". All seem to work identically, but there has to be a reason why there are so many.

View 3 Replies

ActionScript 2.0 :: Search PDF For Keywords?

Nov 15, 2010

i have a system where a user opens different PDF documents by typing say 123, and the system puts in number + '.pdf' This works fine. I was wondering if it was possible for users to type keywords and open all PDFs with that work?

View 0 Replies

Flex :: How Does One Implement The Google Maps 3D API (or Similar) For Flex With A Local Map Cache

Aug 17, 2010

I am writing a Flex application for use on a private intranet with no external Internet access. I want to use Google's 3D Maps Flex API, but it must be connected to the internet to download map tiles on demand.

Is there a way to locally cache the 3D map tiles and data so that I can run this app without an internet connection? And if not, is there a 3D GIS that supports Flex integration and allows for a local map cache?

View 1 Replies

ActionScript 2.0 :: Does Flash Generate Keywords

Jan 10, 2010

i made a flash website and used flash to generate the html. in the html i put in keywords, description in the meta tags. but for some reason google is showing something else?

is it possible the description etc. is coming from somewhere inside flash that i cant see?

View 1 Replies

ActionScript 3.0 :: Keywords Zooming In And Out On Different Places

May 31, 2009

I have 23 keywords in an XML file. In an area of 1600px by 500px there should be zooming in and out (for about 5,6,7 sec which depends on the number of letters) 10 keywords, randomly chosen from the XML file. Each keyword may appear in different spots in the area, it doesn't matter.
 
how to fix this zooming in and out keywords?

View 2 Replies

ActionScript 3.0 :: Search For Keywords In An XML File?

Feb 1, 2010

I'm currently searching for ways to count the number of pre-defined keywords in an XML file. An example would be trying to find how many times "war" is mentioned in a news networks RSS feed <title></title> and adding it to a variable.
 
I've found a few custom AS3 XML class files out there but nothing I've been able to adapt.I'm at the point of considering just taking the title of these news stories converting them all to strings and searching them that way.

View 9 Replies

ActionScript 3.0 :: Selecting Xml Items By Keywords

Sep 29, 2009

I'm trying to build a portfolio gallery.I have it set up so that the user gets all my portfolio items to start with and then at the top right there is a comboBox that allows the user to select "programs", "code" and "clients" this changes the left vertical tileList to only show icons of the programs or of codes etc.I'm trying to get it so the user clicks on one of the program icons or whatnot and it then limits the thumbnails in the tileList on the bottom of my widget.The thumbnails come from a xml document that has the images and then <keywords>.Inside this node is a list of the programs and codes used.I tried using indexOf and then a if statement to check if indexOf was -1.But that didn't work.[code]

View 2 Replies

ActionScript 3.0 :: Search An XML File For Keywords?

Feb 1, 2010

I'm currently searching for ways to count the number of pre-defined keywords in an XML file. An example would be trying to find how many times "war" is mentioned in a news networks RSS feed and adding it to a variable. I've found a few custom AS3 XML class files out there but nothing I've been able to adapt. I'm at the point of considering just taking the title of these news stories converting them all to strings and searching them that way...

View 2 Replies

Actionscript 2.0 :: Find Keywords In A Loaded XML?

Sep 22, 2009

I have a question that's been daunting me for quite a while. I've found a way to do this (kind of bootleg) however I'm wondering a way of better executing this.Scenario:I'm loading an external XML file, with numerous items. Each item has it's own 'description' tag. What I'm trying to figure out is how can I more properly execute this:- Find multiple keywords in all loaded items, if I find any of the selected keywords how can I fire off a separate function to my project (Example: If I find the word "hamburger" in one of the lets say, 54 loaded entries, how can I tell my flash project "if you find "hamburger", hamburgers = 1). Same thing goes if I find "hamburger" within 4 xml items, and "hotdogs" in 12 of the entries making flash know hamburgers = 4 and hotdogs = 12.

My predicament really is on ruling out numerous incorrect amounts. Example, If one xml item has hamburger three times, and another xml item has hamburger only once, getting only one valid "hamburger hit" (that was cleaver terminology, wasn't it? ) instead of three hits for that one xml item.So, I'm trying to let flash know, if you notice "hamburger" once, and only once in an xml item, stop counting the hamburgers, and the item's hamburger value is only 1. If the item has no keywords (example, hamburgers, hotdogs, watermelons, soda, blah blah, (lets say a total of 30 keywords) ) do nothing and do not count the item and move to the next for keyword function searching.

View 14 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved