Tuesday, December 31, 2013

Afzal Mohammed added a new photo to the album Mobile Uploads

facebook
Afzal Mohammed added a new photo to the album Mobile Uploads.
Afzal Mohammed
NeW yEaR pIc...
Like · Comment · Share
Afzal Mohammed and 6 others like this.
Afzal Mohammed and 1 other commented.
View Photo
View Afzal's Timeline
This message was sent to twitterboyz@gmail.com. If you don't want to receive these emails from Facebook in the future, please unsubscribe.
Facebook, Inc., Attention: Department 415, PO Box 10005, Palo Alto, CA 94303

[Rails] Growth Chart - Rails Developer

Hi,

I'm trying to build an exhaustive list of Rails concepts that one would learn over a period of time, to become a Rails 'ninja' .
The list is on Github 
I'm trying to pair concepts with experience level ( a rough estimate of what concept you should know at what experience level )
This should help as a learning ladder for a Rails developer, at any stage, to move on to the next stage.

Would appreciate help in growing and maintaining this list.
Thanks.



--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/4feda15a-d22d-4df9-9ea3-9ef76969ffbc%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

[Lovers India] Good morring

Dear all

Good morring

Premsagar sahani
09826601214

--
--
You received this message because you are subscribed to the Google
Groups "Lovers India" group.
To post to this group, send email to loversindia@googlegroups.com
To unsubscribe from this group, send email to
loversindia+unsubscribe@googlegroups.com
http://groups.google.co.in/group/loversindia
 
---
You received this message because you are subscribed to the Google Groups "Lovers India" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loversindia+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

[Lovers India] Happy new year 2014

Mubark ho apko aane wale hasin 12Month,
khusi k52Weeks,
Sukhi k 365days
Pyar k 8760hours
Fun K 525600min
Muskan k 31536000secd
HEPPE NEW EYAR  2014

Premsagar sahani
98266 01214

--
--
You received this message because you are subscribed to the Google
Groups "Lovers India" group.
To post to this group, send email to loversindia@googlegroups.com
To unsubscribe from this group, send email to
loversindia+unsubscribe@googlegroups.com
http://groups.google.co.in/group/loversindia
 
---
You received this message because you are subscribed to the Google Groups "Lovers India" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loversindia+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

[Lovers India] Happy new year

A nice line dedicates 2 all my frnzz...

"Ek Din hum sab Ek dusre ko sirf ye sochkar kho denge ki

jab wo mujhe yad nhi karte to main kyu  yad karu"... Happy new year

--
--
You received this message because you are subscribed to the Google
Groups "Lovers India" group.
To post to this group, send email to loversindia@googlegroups.com
To unsubscribe from this group, send email to
loversindia+unsubscribe@googlegroups.com
http://groups.google.co.in/group/loversindia
 
---
You received this message because you are subscribed to the Google Groups "Lovers India" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loversindia+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Re: JavaFX 2.2 WebView support - possible new User Agent?

So I went back and revisited the issues I'm facing. I appears that most of my issues are related to the sessions not working. In GWT the state is preserved on the client side with no need for sessions on the server. In Grails, JSF and and other web technologies the JSESSIONID needs to be passed back with each response. Without session support many things go wrong. So I'm going to revisit my cookie manager implementation before I continue to document my issues. May I ask what you use for a CookieManager? Another thought is I don't have caching setup and the pages are being reloaded unnecessarily possibly causing Grails and PrimeFaces to misbehave. I will post again as I find out more. 

On Tuesday, December 31, 2013 11:15:55 AM UTC-7, Gary Eberhart wrote:
Thank You Michael. I will do so. I'll  post my other issues today as well for your review. Thank you for the response. At least I know it's not just me doing something wrong.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

[android-developers] Re: LinearLayout as child of ScrollView and View weight's are being ignored

Weights only make sense when the container of the LinearLayout is constraining the height of it.  With its height constrained, LL is then forced to impose heights on all of its children.  It will use weights to do this if you specify them.

When the container of a LL is a ScrollView, the SV doesn't impose a constraint on the height of the LL, which means the LL doesn't impose a height on its children.  It lets them all be as tall as they want.  The SV will then allow the user to scroll to see the entire contents of the LL if it overflows the ScrollView's height.

If you want everything to be constrained to fit on the screen, don't use a ScrollView.  If you want to allow scrolling, then accept that the LL will not impose a height on its children.  If you want to constrain the height of just one child in a LL, then give it an explicit height measurement in dp to override its natural height measurement.

Doug

On Monday, December 30, 2013 2:39:16 PM UTC-8, stanlick wrote:
I have a LinearLayout with three views on it TextView, ImageView and TextView.  The image was pushing the third TextView off the bottom of the screen, so I added weight to the three views.  Now when I place this LinearLayout on a ScrollView, the weights are being ignored!  Is there a way to constrain the size of an image without hardcoding pixels?  I have tried every android:scaleType available and nothing works quite right.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Re: [Rails] How can I separate the db DBA user and the db app user

On Dec 30, 2013, at 5:26 PM, Marc Munro wrote:

> How can I separate the database DBA user and app access user in rails? The app user will be able to run the app but perform no DDL. The DBA user will be used for migrations.

In your database.yml file, specify the DBA credentials in the development environment, and the "normal user" credentials in the production environment. Either don't run migrations on the production server, and use a different technique to update the schema there once you have settled on your DB structure, or change the password in the yml file to the DBA for installation/upgrades, and return it to "normal" once you have things working in production.

Walter

>
> I do not want the user that runs the rails app to be able to create, drop or modify database objects. This type of user access-rights separation is a pretty minimal best practice and I am concerned that this does not seem to be the norm in the rails world. What am I missing?
>
> My current thinking is that I should create 2 stanzas per database in the database.yml file. One for the dba user and one for the normal app user. Does anyone have any better suggestions?
>
> __
> Marc
>
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/add2b834-6dd6-4cfd-b99f-a8eeab5bdcd2%40googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6A40891C-CB5C-49A4-BA29-B9AAD298DA7B%40wdstudio.com.
For more options, visit https://groups.google.com/groups/opt_out.

[Rails] Re: How can I separate the db DBA user and the db app user



On Monday, December 30, 2013 5:26:45 PM UTC-5, Marc Munro wrote:
How can I separate the database DBA user and app access user in rails?  The app user will be able to run the app but perform no DDL.  The DBA user will be used for migrations.

I do not want the user that runs the rails app to be able to create, drop or modify database objects.  This type of user access-rights separation is a pretty minimal best practice and I am concerned that this does not seem to be the norm in the rails world.  What am I missing?

My current thinking is that I should create 2 stanzas per database in the database.yml file.  One for the dba user and one for the normal app user.  Does anyone have any better suggestions?

__
Marc

You need to be a little more specific re what you mean by 'database objects'. 

When talking about db/migrate type activities, you are concerned with creating, modifying, and dropping tables.  These actions are usually (except for sqlite) controlled by permissions associated with a database role.  If the db role (username in the database.yml file) has create or alter privileges associated with it that user will be able to run migrations.  That said, migrations are not typically (or should they be) run from within a rails app.

When talking about db record level activities, which correspond to ActiveRecord model CRUD actions, you are again faced with the need to modify an existing table.  These changes, made in the context of a running rails app, are typically limited to table content (rather than form).  The db role (username in the database.yml) must be able to modify the database tables.

You get finer grained control within the rails app by using an authorization scheme (declarative_authorization and cancan gems) together with model associations (user has profile, profile belongs to user) to control access to data.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/cf2be7c1-d673-42a5-b3b6-34877b5eaf03%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Re: JavaFX 2.2 WebView support - possible new User Agent?

Thank You Michael. I will do so. I'll  post my other issues today as well for your review. Thank you for the response. At least I know it's not just me doing something wrong.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Re: JavaFX 2.2 WebView support - possible new User Agent?

Thank You Michael. I will do so. I'll  post my other issues today as well for your review. Thank you for the response. At least I know it's not just me doing something wrong.


On Tue, Dec 31, 2013 at 9:07 AM, Michael Prentice <splaktar@gmail.com> wrote:
Here are the Jira issues that I mentioned that affect select elements:


Please vote for them if you think that you may ever consider using the JavaFX WebView.


On Monday, December 30, 2013 9:37:52 PM UTC-5, Michael Prentice wrote:
Yep, we've seen those issues. As I mentioned, I've submitted + voted for a number of select element related bugs. I can try to post links to the bugs in Oracle's Jira tomorrow. Mouse wheel is supposed to be implemented in Java 8. All of the others were pushed out of Java 8 and are currently marked as Java 9. But with enough support, they might be patched in Java 8 after GA.

I'd like to hear about any other issues that you've run into. So far the lacking select element has been the primary pain point for us. 

We've been able to make alert and confirm dialogs work with a small amount of code beyond their examples. Of course we'll try to use GWT DialogBoxes for most things (which are working well), but Activities and Places relies on the confirm dialog.

Michael Prentice
GDG Space Coast

On Monday, December 30, 2013 6:59:08 PM UTC-5, Gary Eberhart wrote:
Hello Michael,

I'm having issues with WebView as well. I'm displaying GWT, Grails and PrimeFaces pages in a WebView. I've found several serious functional problems running these web pages in WebView. One of the easiest to explain are the Dropdowns (select elements) that take all available space on the screen, and worse yet do not default to the value of the text. For example I have a drop down for year. The text is 2013 and when you click on the drop down the resulting list starts at 1913 requiring the user to use the little scroll button to get back to 2013. It's just one thing after another. I too have a huge Swing application, 2000 views, that I want to migrate to Web technologies over the next 10 years.

I'd be happy to completely document all of my issues with pictures and all upon request. Please tell me I'm wrong, but it appears WebView fails to render web pages correctly that are otherwise rendered flawlessly by the major browsers?





On Tuesday, November 5, 2013 2:44:13 PM UTC-7, Michael Prentice wrote:
I've been working on a project for the last few months which involves creating new screens for our Swing application. We wanted to start moving towards a web based interface, but we cannot re-do hundreds of screens in a single release/year. So after doing some testing and being satisfied with the HTML5 / CSS 2.1 support in the JavaFX 2.2 Webview, we decided that this was a possible migration path. I am currently working on the first leg of this path and things have gone quite well so far. I chose GWT to build the front-end of the app due to our team's experience with WindowBuilder/Swing and it's focus on Enterprise web applications. Our application is a complex Enterprise app that must be maintained over many years by different people. 

Here are some of the results and issues:

Success:
  • General GWT development has been very productive (learning and architecting the app took considerable time).
  • Performance running in the WebView has been acceptable on machines with decent GPUs which includes all of our client machines (8 MB video card servers don't do well).
  • We have been able to implement communication to/from GWT<->JavaScript<->JavaFX<->Swing without any major issues and with very minimal code (some simple JSNI and JSON serialization).
  • Performance of passing data and opening/closing windows between GWT<->...<->Swing has been very good. Note that we aren't passing large data sets over 1 MB.
  • The new GWT app fits into our Swing application and feels very nearly 'just like another screen' due to GWT's out of the box styling.
  • GWT's out of the box styling has worked great and impressed our customers without us having to put forth much effort.

Issues:
  • The JavaFX WebView does not quite behave like other browsers. It uses the Safari (chrome, webkit) user agent. 
  • Drop downs (ListBox) have rounded edges (unlike Chrome) which we don't really like.
  • Drop downs (select elements) are not very usable in the WebView. They can't be styled. They show as many elements as fit on the window (extending beyond the borders of the app). Scrolling these drops downs with the mouse wheel isn't supported until JavaFX 8. I've opened some bugs for these issues with Oracle.
  • Buttons get rounded edges if we override the default GWT style.
  • Alignment between Chrome and the WebView does not match up for some elements. This causes a number of layout issues.
  • JavaFX WebView does not support CSS3 and has some of its own rules with vendor extensions of "-fx-". This includes things like "JavaFX CSS does not support CSS layout properties such as float, position, overflow, and width."
  • "CSS padding and margins properties are supported on some" objects. I tried to use a "padding-left: 22px" today which worked fine in Chrome but had no effect on the same Label in the WebView.
  • Asking Oracle for fixes or enhancements appears to involve a significantly long wait, even if quickly approved, you may not see your issue resolved for 6-18+ months. It seems to be possible to fix issues yourself via the OpenJDK project, but it appears to require significant time and effort just to get setup/approved to do this.
Now so far none of these issues have been a complete show stopper. But after running into the padding issue today and researching, it seemed like this might be the time to at least attempt to request (I know it is likely not interesting or high priority to most people) a user agent for the JavaFX WebView since it appears to need special handling to work properly (which appears to be one main goals of GWT - to eliminate the troubles of supporting multiple browsers).

I found out that JavaFX has their own CSS rules including a special "-fx-label-padding" rule. There does not appear to be anything like padding-left or padding-top, so you need to specify all 4 ("if a set of four padding values is specified, they are used for the top, right, bottom, and left edges of the region, in that order."). I added this to my existing rule which already has the "padding-left: 22px" rule. 

.foo-bar-values {
padding-left: 22px;
-fx-label-padding: 0px 0px 0px 22px;
}

Chrome handled things fine in DevMode (ignored the unknown rule with a warning). But when I loaded up the WebView version, it had no effect. I thought that this was quite odd, so I debugged it with FireBug Lite and apparently that specific CSS rule isn't there in the CSS on the page. I checked my .css file in the .WAR and it is there. Strange...

For more information on how JavaFX WebView handles CSS and defines its own CSS rules see here: http://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html

Has anyone else looked into this at all?

Does anyone have any pointers for making GWT/JavaFX play nice together for these 'vendor' extended CSS rules?


Thank you,

Michael Prentice
GDG Space Coast

--
You received this message because you are subscribed to a topic in the Google Groups "Google Web Toolkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/6Cdo2QpZhd4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Ajax and Assets Question

Not sure if this is possible or just could not find the correct answer I was looking for.

 

ISSUE:

I have the site which uses various additional js scripts throughout the site. What I have is in my layouts is I load the absolute global required css and js and compress them.

Layouts/default.ctp

 

$this->Less->prepend(array('bootstrap.min.css', 'styles.less', 'admin.less', 'typography.less', 'jquery.fancybox.css'));

echo $this->Less->compile($options = array());

                               

$this->Compressor->prepend_libs('js', array(

                'jquery-1.9.1.min',

                'bootstrap.min',

                'admin',

                'jquery.fancybox'));

                                               

echo $this->Compressor->scripts('js');

 

And then in my pages if I need an upload script or anything special I simply in that view add the css / js where needed on demand specific for that page. And it will create a single css / js files from the layout and view and cache it so it's only compile once or if changed

 

random_view.ctp

/*

additional js and css for page

*/

//$this->Less->add(array('uploader.css'));

$this->Compressor->add_libs('js', array(

                'autoUploader',

                'jquery.blockUI',

                'jquery.form'));

 

PROBLEM:

 

I want to load 95% of these pages in the admin backend section via ajax.

But then none of the javascripting functionality works because it is not grabbing the javascript. The actual "base" page loads the initial css and js but loading new pages into the "content" area which need additional scripting will not work.

So if for example I click on my image gallery link it will load the page into the main section of the site. Uploader script is required for this page. Cluck upload => upLoader() is not a function. Because the required upload script is never actually pulled.

 

Any ideas guys? I cannot / do not want to add all the scripts on 1 page (size and conflict between scripts, so not really an option)

 

Thanks

Dave

Is it possible to do watch window debugging of cakephp code?

Are there any debugger that allows one to trace our code on a watch window for cakephp?

Thank you.

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

Re: JavaFX 2.2 WebView support - possible new User Agent?

Here are the Jira issues that I mentioned that affect select elements:

https://javafx-jira.kenai.com/browse/RT-33717
https://javafx-jira.kenai.com/browse/RT-16078

Please vote for them if you think that you may ever consider using the JavaFX WebView.

On Monday, December 30, 2013 9:37:52 PM UTC-5, Michael Prentice wrote:
Yep, we've seen those issues. As I mentioned, I've submitted + voted for a number of select element related bugs. I can try to post links to the bugs in Oracle's Jira tomorrow. Mouse wheel is supposed to be implemented in Java 8. All of the others were pushed out of Java 8 and are currently marked as Java 9. But with enough support, they might be patched in Java 8 after GA.

I'd like to hear about any other issues that you've run into. So far the lacking select element has been the primary pain point for us. 

We've been able to make alert and confirm dialogs work with a small amount of code beyond their examples. Of course we'll try to use GWT DialogBoxes for most things (which are working well), but Activities and Places relies on the confirm dialog.

Michael Prentice
GDG Space Coast

On Monday, December 30, 2013 6:59:08 PM UTC-5, Gary Eberhart wrote:
Hello Michael,

I'm having issues with WebView as well. I'm displaying GWT, Grails and PrimeFaces pages in a WebView. I've found several serious functional problems running these web pages in WebView. One of the easiest to explain are the Dropdowns (select elements) that take all available space on the screen, and worse yet do not default to the value of the text. For example I have a drop down for year. The text is 2013 and when you click on the drop down the resulting list starts at 1913 requiring the user to use the little scroll button to get back to 2013. It's just one thing after another. I too have a huge Swing application, 2000 views, that I want to migrate to Web technologies over the next 10 years.

I'd be happy to completely document all of my issues with pictures and all upon request. Please tell me I'm wrong, but it appears WebView fails to render web pages correctly that are otherwise rendered flawlessly by the major browsers?





On Tuesday, November 5, 2013 2:44:13 PM UTC-7, Michael Prentice wrote:
I've been working on a project for the last few months which involves creating new screens for our Swing application. We wanted to start moving towards a web based interface, but we cannot re-do hundreds of screens in a single release/year. So after doing some testing and being satisfied with the HTML5 / CSS 2.1 support in the JavaFX 2.2 Webview, we decided that this was a possible migration path. I am currently working on the first leg of this path and things have gone quite well so far. I chose GWT to build the front-end of the app due to our team's experience with WindowBuilder/Swing and it's focus on Enterprise web applications. Our application is a complex Enterprise app that must be maintained over many years by different people. 

Here are some of the results and issues:

Success:
  • General GWT development has been very productive (learning and architecting the app took considerable time).
  • Performance running in the WebView has been acceptable on machines with decent GPUs which includes all of our client machines (8 MB video card servers don't do well).
  • We have been able to implement communication to/from GWT<->JavaScript<->JavaFX<->Swing without any major issues and with very minimal code (some simple JSNI and JSON serialization).
  • Performance of passing data and opening/closing windows between GWT<->...<->Swing has been very good. Note that we aren't passing large data sets over 1 MB.
  • The new GWT app fits into our Swing application and feels very nearly 'just like another screen' due to GWT's out of the box styling.
  • GWT's out of the box styling has worked great and impressed our customers without us having to put forth much effort.

Issues:
  • The JavaFX WebView does not quite behave like other browsers. It uses the Safari (chrome, webkit) user agent. 
  • Drop downs (ListBox) have rounded edges (unlike Chrome) which we don't really like.
  • Drop downs (select elements) are not very usable in the WebView. They can't be styled. They show as many elements as fit on the window (extending beyond the borders of the app). Scrolling these drops downs with the mouse wheel isn't supported until JavaFX 8. I've opened some bugs for these issues with Oracle.
  • Buttons get rounded edges if we override the default GWT style.
  • Alignment between Chrome and the WebView does not match up for some elements. This causes a number of layout issues.
  • JavaFX WebView does not support CSS3 and has some of its own rules with vendor extensions of "-fx-". This includes things like "JavaFX CSS does not support CSS layout properties such as float, position, overflow, and width."
  • "CSS padding and margins properties are supported on some" objects. I tried to use a "padding-left: 22px" today which worked fine in Chrome but had no effect on the same Label in the WebView.
  • Asking Oracle for fixes or enhancements appears to involve a significantly long wait, even if quickly approved, you may not see your issue resolved for 6-18+ months. It seems to be possible to fix issues yourself via the OpenJDK project, but it appears to require significant time and effort just to get setup/approved to do this.
Now so far none of these issues have been a complete show stopper. But after running into the padding issue today and researching, it seemed like this might be the time to at least attempt to request (I know it is likely not interesting or high priority to most people) a user agent for the JavaFX WebView since it appears to need special handling to work properly (which appears to be one main goals of GWT - to eliminate the troubles of supporting multiple browsers).

I found out that JavaFX has their own CSS rules including a special "-fx-label-padding" rule. There does not appear to be anything like padding-left or padding-top, so you need to specify all 4 ("if a set of four padding values is specified, they are used for the top, right, bottom, and left edges of the region, in that order."). I added this to my existing rule which already has the "padding-left: 22px" rule. 

.foo-bar-values {
padding-left: 22px;
-fx-label-padding: 0px 0px 0px 22px;
}

Chrome handled things fine in DevMode (ignored the unknown rule with a warning). But when I loaded up the WebView version, it had no effect. I thought that this was quite odd, so I debugged it with FireBug Lite and apparently that specific CSS rule isn't there in the CSS on the page. I checked my .css file in the .WAR and it is there. Strange...

For more information on how JavaFX WebView handles CSS and defines its own CSS rules see here: http://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html

Has anyone else looked into this at all?

Does anyone have any pointers for making GWT/JavaFX play nice together for these 'vendor' extended CSS rules?


Thank you,

Michael Prentice
GDG Space Coast

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

[android-developers] Re: How to implement sharing the app on Facebook?

Thanks for that useful information! I found this guide on how to implement a share intent:

http://mobile.tutsplus.com/tutorials/android/android-sdk-implement-a-share-intent/

On Monday, December 30, 2013 6:16:47 PM UTC+1, Parikshit Tomar wrote:
What I understand from that you need a button by which you can share some info to their facebook friends.

For that you have three options 1. Use share intent to share any thing on social sites. you can also filter these intents.
2. use a third party library which will provide not facebook but also another social site sdk integration such as till I remember is social auth.
3. Use facebook sdk for better and best approach and you can TAGs friends.

I apply all three options as i need.

On Saturday, 28 December 2013 21:51:08 UTC+5:30, MobileVisuals wrote:
I want to add a button, where people can share the link of the app on Google play to their Facebook friends. How can I implement the "share on Facebook" feature?  Nebula galaxy live wallpaper is an app, which already have implemented this.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Re: [android-developers] LinearLayout as child of ScrollView and View weight's are being ignored

The first png shows my LinearLayout in a ScrollView and hence my weights are being ignored.  You will not even see the TextView below the Image.  

The second is the LinearLayout pulled away from the ScrollView and the weights are being computed.  However, since the LinearLayout is no longer in a ScrollView, I cannot scroll the biography text!  

Another thing I'm curious about is the value assigned to the weight of each view.  I set android:weightSum="100" on the LinearLayout and expected to use percentages for the three views on it.  Like maybe 33/33/33.  However the way to make the image smaller is to actually use a larger weight!  I'm starting to expect cats will chase dogs and water to run uphill!

Thanks and Happy New Year

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

3akarat.com - شاليه للبيع بشرم الشيخ

إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .

عقارات دوت كوم
----------------------------------------------------------------------------------------

Re: [Lovers India] Fwd: HAPPY NEW YEAR - 2013 *

A very happy new year to all friends!



On Tue, Dec 31, 2013 at 4:54 PM, Praveen Kumar Mehra <praveenkumar.5545@gmail.com> wrote:


 

2014

 

 

Wishing you lots of Happiness, Success n Good health

 

 

 

 

Praveen Kumar Mehra

    PALAMPUR (H.P.)

     M.NO: 98160-66150


--
--
You received this message because you are subscribed to the Google
Groups "Lovers India" group.
To post to this group, send email to loversindia@googlegroups.com
To unsubscribe from this group, send email to
loversindia+unsubscribe@googlegroups.com
http://groups.google.co.in/group/loversindia
 
---
You received this message because you are subscribed to the Google Groups "Lovers India" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loversindia+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
--
You received this message because you are subscribed to the Google
Groups "Lovers India" group.
To post to this group, send email to loversindia@googlegroups.com
To unsubscribe from this group, send email to
loversindia+unsubscribe@googlegroups.com
http://groups.google.co.in/group/loversindia
 
---
You received this message because you are subscribed to the Google Groups "Lovers India" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loversindia+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

3akarat.com - امتلك شقة مساحة 140م باقل مقدم داخل كمبوند بالتجمع

إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .

عقارات دوت كوم
----------------------------------------------------------------------------------------

(GugukluhayaT) 05-Haberlerin ana damarı....



NASA, Mars'ta Dış Mihrak İzi Bulduğunu Açıkladı

Amerikan uzay ajansı NASA, 2004'ten bu yana Mars'ta keşifler yapan uzay aracı Opportunity'nin Kızıl Gezegen'de dış mihrak partiküllerine rastladığını duyurdu. Dünya dışında da mihrakların bulunduğuna dair bugüne kadar elde edilen en önemli ipucu sayılan gelişme, hükümet tarafından büyük sevinçle karşılanırken, haberin duyulmasının ardından AKP Genel Merkez binası önünde toplanan bir grup vatandaş, "Yol ver geçelim, Mars'ı ezelim!" sloganlarıyla gösteri yapmaya devam ediyor.
devamı...

2.16 TL'ye Yükseldiğini İddia Eden Dolar'a Başbakan'dan Sert Tepki: ''Sandığa gidelim, kaç para olduğuna millet karar versin!''

Sakarya gezisi dönüşü Yeşilköy Havalimanı'nda kendisini karşılayan kalabalığa seslenen Başbakan Erdoğan, bu kez de 2.16 TL olduğunu iddia eden Amerikan Dolar'ına yüklendi. Amerikan Dolar'ını hükümete karşı kurulan küresel komplonun bir parçası olmakla suçlayan Erdoğan "Sen kimsin? Neye göre 2.16 TL'sin? Senin kaç para olacağına ancak ve ancak bu aziz millet karar verir. Sandığa gidelim, ne sonuç çıkarsa herkes buna saygı göstersin. Sandık 3 diyorsa 3, 5 diyorsa 5..." sözleriyle milli iradenin ayaklar altına alınmasına kesinlikle müsade edilmeyecinin altını çizdi.
devamı...

Askeri Darbeler Dönemini Geride Bırakan Türkiye, İlk Sivil Darbesinin Coşkusunu Yaşıyor

Bugüne dek askeri darbelerden çok çeken Türkiye, sonunda meydanlarda tankların yürümediği, subayların yönetime el koymadığı ilk sivil darbesini gerçekleştirmeyi başardı. 17 Aralık tarihinde başlayan soruşturma sonucunda ülkenin geldiği nokta toplumun farklı kesimleri tarafından net bir biçimde darbe olarak tanımlanırken, tam olarak kimin kime darbe yaptığı sorusu ise henüz yanıt bulabilmiş değil.
devamı...

Elindeki Çok Önemli Belgeleri Açıklamaya Hazırlanan Muhalif Gazeteci, Zamanlamanın Manidar Olmaması İçin 14 Senedir Bekliyor

17 Aralık'ta patlak veren rüşvet operasyonu, ardından emniyetteki görev değişiklikleri, cemaat ile hükümet arasındaki sürtüşme ve bugün bakanların istifalarıyla yükselen tansiyon nedeniyle oldukça sıkıntılı günler geçiren Türkiye'nin artan kırılganlığının son kurbanı, muhalif kimliğiyle tanınan araştırmacı gazeteci Ersin Özbükey oldu. Elinde bazı konular hakkında çok önemli ve sarsıcı belgeler bulunduğunu belirten Özbükey, "Zamanlaması oldukça manidar" demesinler diye bunları 14 senedir kamuoyuna açıklayamamaktan şikayetçi.
devamı...

Mihail Kalaşnikov'un Ölümüyle Sarsılan Nijerya'da 3 Günlük Ulusal Yas İlan Edildi

Dün sabah 94 yaşında hayata gözlerini yuman Rus General ve silah tasarımcısı Mihail Kalaşnikov, Nijeryalılar'ı üzüntüye boğdu. Ölüm haberinin ardından ülkede 3 günlük milli yas ilan edilirken, Devlet Başkanı General Goodluck Jonathan televizyondan halka yaptığı konuşmada "Nijerya'yı Nijerya yapan değerlerden birini kaybetmenin derin üzüntüsü içindeyiz. Manevi babamızı yitirdik. Hepimizin başı sağolsun" ifadelerine yer verdi.
devamı...

Başbakan Erdoğan Pakistanlılar'a Seslendi: ''Siz de mi küresel komplonun parçasısınız lan?!''

THY'ye ait özel uçakla dün gece Pakistan'ın Pencap Eyaletine hareket eden Başbakan Erdoğan, burada ayağının tozuyla önemli açıklamalara imza attı. Eyalet hükümeti tarafından organize edilen mitingde Pakistanlılara seslenen Erdoğan "Biraz kafa dinleyeyim diye buraya kadar geldim ama çok açık konuşacağım, sizden de kıllanmıyor değilim. Doğru söyleyin, siz de mi bu işin içindesiniz lan?" derken, büyüyen Türkiye'ye çelme takma konusunda şu an herkesin zan altında olduğunu net bir biçimde ifade etti.
devamı...

Pasaport Değişikliği İçin Karakola Giden Vatandaşın Pasaport Şube Müdürlüğüne Atandığı Ortaya Çıktı

Emniyet teşkilatındaki görev değişiklikleri sırasında İstanbul Emniyet Müdürlüğü Pasaport Şube Müdürlüğü'ne atanan A.G.'nin, Emniyete pasaport başvurusu için gelen bir vatandaş olduğu ortaya çıktı.
devamı...

AKP Milletvekili Tekin Ali Şan Şansını Deniyor: ''Müslüman bir ülkede yılbaşının kutlanması çok saçma değil mi yaa?''

Türkiye tarihinin en büyük yolsuzluk operasyonu ile çalkalanan AK Parti'de sular bir türlü durulmuyor. Parti içi istifalar ve cemaate yakınlığı ile bilinen vekillerin açıklamalarıyla çalkalanan iktidar cephesinde, bugüne kadar sessizliği ile tanınan Mersin Milletvekili Tekin Ali Şan önemli sözlere imza attı. Yaklaşan yeni yıl öncesi müslüman bir ülkede yılbaşı kutlamalarının saçmalığına değinen deneyimli siyasetçi, gülüşmelere neden olurken; ''Ya arkadaşlar, gülmeyin lütfen. Burası müslüman mahallesi.. Önemli bir konu bu.. İstirham ederim'' diyerek de, iyi niyetli çabalarını bir süre daha sürdürdü.
devamı...

Dışişleri Bakanlığı, Yolsuzluk İddiasının Ardından İstifa Eden Vali Nedeniyle Japonya'ya Nota Verdi: ''İnadına mı yapıyorsunuz?''

17 Aralık’ta başlayan Yolsuzluk ve Rüşvet Operasyonu’nun yankıları sürerken, bu sabah Japonya'dan gelen bir haber, operasyonun arkasındaki dış mihraklar iddialarını bir kez daha gündeme getirdi. Hakkında rüşvet iddiaları bulunan Tokyo Valisi'nin suçlu olduğu ispatlanmamasına rağmen istifa etmesi nedeniyle teyakkuza geçen Türk Dışişleri Bakanlığı, Japonya’ya nota vererek tepkisini gösterdi. Bakanlık sözcüsü tarafından yapılan açıklamada Türkiye böylesine hassas bir dönemden geçerken Japon yetkililerin biraz daha duyarlı olması gerektiğinin altı çizilirken, "Bir şey mi ima etmeye çalışıyorsunuz? İnadına mı yapıyorsunuz?" ifadelerine yer verildi.
devamı...

Hırsızlık İçin Girdiği Evde Suçüstü Yakalanan K.U(19), Operasyonun Zamanlamasına Dikkat Çekti

Dün gece Beşiktaş Sinanpaşa Mahallesi'ndeki bir eve girdiği sırada polisler tarafından suçüstü yakalanan K.U(19), yapılan ilk sorgusunda suçlamaları inkar ederken, operasyonun zamanlamasına dikkat çekti. Polise verdiği ilk ifadede emniyet içindeki bazı odakların kendisiyle kişisel sorunu olduğunu iddia eden genç zanlı, "Gidelim bizim mahallede herkese tek tek soralım. Suçlu muyum, suçsuz muyum milletimiz karar versin. Yüreğiniz varsa seçimde çıkın karşıma, orada hesaplaşalım" diyerek, kimseden korkusu olmadığını açıkça belirtti.
devamı...

85 Yıl Sonra Türkiye'ye Gelen İlk Meksika Cumhurbaşkanı: ''Çok eğlenceliymiş ya bura...''

85 yıllık Türkiye-Meksika diplomatik ilişkiler tarihinde ülkemize gelen ilk Meksika Cumhurbaşkanı olan Enrique Peña Nieto, Abdullah Gül’le gerçekleştirdiği görüşmenin ardından ziyaretten ötürü çok mutlu olduğunu açıkladı. Nieto, “Valla böyle olduğunuzu bilsek daha sık gelirdik. Bir günde 30 küsur bomba gözaltı, 2 tane düşen helikopter, kaçırılan bir muhabir... Tam kokteyl gibi ülke diyordum, bir kişi de meclisin önünde kendini yaktı, iyice yanarlı dönerli oldu iş. Ben böyle heyecan hiç yaşamadım... Belki en son Hugo Sanchez top oynarken...” sözleriyle Türkiye’ye olan beğenisini dile getirdi. İki ülke arasında her türlü işbirliğine hazır olduklarını da kaydeden Nieto, özellikle “Bakan Çocukları Değişim Programı”na sıcak baktıklarını vurguladı.
devamı...

Victoria's Secret Yılbaşı Alışverişi Öncesi Uyardı: ''Eşinizde öyle durmayacak...''

Yaklaşan yılbaşı öncesinde alışveriş sezonunun açılmasıyla birlikte, Victoria’s Secret cephesinde bir kez daha gergin bir bekleyiş başladı. Şirketin İstinye Park'ta yer alan mağazasında bir basın toplantısı düzenleyen Victoria's Secret Türkiye Pazarlama Direktörü Asım Ozan Deren "Her sene aynı şey. Yılbaşının ertesi sabahı 'Bana defolu mal satmışsınız, bu vitrinde böyle değildi, televizyonda farklı görünüyordu' diyen afedersiniz donu sütyeni alıp mağazalarımızın kapısına dayanıyor. Tek tek laf anlatmaktan yorulduk artık" diyerek, bu yıl böyle bir durumun yaşanmaması için önceden kamuoyunu bilgilendirmek istediklerini kaydetti.
devamı...

Ankara Milletvekili Ali İlyas Sayanlar'dan Mecliste Küfüre Sert Tepki: ''Arkadaşlar, bi sakin olun da oylamayı bitirip s... olup gidelim şu a… k... yerinden ya!''

Türkiye Büyük Millet Meclisi'nde son günlerde yaşanan küfürlü tartışmalar, milletvekillerinin de sabırlarını giderek zorluyor. Meclis çatısı altındaki bütün vekiller birbirlerini yatıştırmak için çabalarını sürdürürken, son çıkış ise AKP Ankara Milletvekili Ali İlyas Sayanlar'dan geldi. Komisyon görüşmelerinde bitmeyen tartışma ve küfürleşme ortamı karşısında nihayet patlayan Sayanlar, ''Arkadaşlar, sayın milletvekilleri 6 saattir burayız. Bi küfür etmeyin, azcık insan olun da şu görüşmeyi yapıp s... gidelim şu a..kodumun yerinden ya. Daha oylamaya geçemedik m... s... Zorla küfrettirceksiniz sonunda beni de'' sözleriyle meclis çatısı altındaki küfürleşmelere olan tepkisini dile getirdi.
devamı...

2013'ü Henüz Ölmeden Atlatabilen Son 8 Ünlü, UNESCO Tarafından Koruma Altına Alındı

Son olarak Nelson Mandela'nın da hayata veda etmesi ile birlikte 2013 yılında endişe verici boyutlara ulaşan ünlü ölümleri UNESCO'yu harekete geçirdi. Dünya genelinde her an ölüm tehditi altında olan son 8 ünlü ismin en azından 2014'ü görmesi için harekete geçen örgüt, aralarında Al Pacino, Muhammed Ali ve Mihail Gorbaçov gibi isimlerin yer aldığı 8 kişiyi koruma altına alırken, listeye son anda dahil edilen Adnan Şenses ise göğsümüzü kabarttı.
devamı...

İBB, Önümüzdeki Günlerde Kar Yüzünden Trafiğin Felç Olacağı Noktaları Referandumla Belirleyecek

Meteoroloji İşleri'nin önümüzdeki günlerde İstanbul için kar uyarısı vermesiyle birlikte Büyükşehir Belediyesi de gerekli önlemleri almak için kolları sıvadı. Konuyla ilgili olarak bu sabah bir basın toplantısı düzenleyen Büyükşehir Belediye Başkanı Kadir Topbaş, bu kıştan başlamak üzere İstanbul'da trafiğin felç olacağı noktaların bölgesel referandumla belirleneceğini müjdelerken, “Hatırlarsanız bundan böyle otobüs durağının yerini bile halkımıza soracağız diye bir sözümüz vardı. Böylece bunun arkasında durduğumuzu da herkese göstermek istiyoruz. Türkiye artık dayatmacı, tepeden inmeci anlayışı bir kenara itmiştir” sözleriyle yeni uygulamayı tanıttı.
devamı...

Dobrovski Olayını Gündeme Taşıyan AKP’li Başkan Adayı’na Bülent Arınç da Sahip Çıktı: ''Drobski her ne ise onun hesabı sorulacak, evet...''

AKP Diyarbakır Büyükşehir Belediye Başkan Adayı Galip Ensarioğlu’nun TBMM'de yaptığı konuşmasında Dobrovski’nin hesabını soracağını söylemesinin ardından olası yanlış anlamaların önüne geçmek üzere bir basın toplantısı düzenleyen Başbakan Yardımcısı Bülent Arınç, adaylarına sahip çıktı. "Ya partide niye bu tip işler bana kaldı hiçbir fikrim yok... Neyse, sonuçta Drobaski meselesi de bu ülkenin kanayan bir yarası arkadaşlar... En azından benim tahminim o yönde..." diyen Arınç, Ensarioğlu’nun başlattığı mücadelede sonuna kadar arkasında olduklarını vurguladı. Doskobski her ne ise onun üzerine kararlılıkla gideceklerini belirten Başbakan Yardımcısı, kimsenin Ensarioğlu’nun demecini çarpıtmaması gerektiğini kaydetti.
devamı...

Düğününün Üzerinden 3 Sene Geçen Melis Saral Dülgerli (30), Gelinlikli 782. Fotoğrafını da Sevenlerinin Beğenisine Sundu

2010 yazında görkemli bir düğünle dünya evine giren Melis Saral Dülgerli (30), aradan geçen 3 seneyi aşkın süreye rağmen istikrarlı bir şekilde gelinlikli fotoğraflarını Facebook'ta paylaşmaya devam ediyor. Eşi Erhan Dülgerli ile düğün fotoğraflarına yaptıkları 2.500 Liralık masrafı bu sabah paylaştığı 782. eser ile birlikte çıkartan genç kadın, yakın çevresinin kendisinden iğrendiğinin ise farkında bile değil.
devamı...

Redhack, Redhack Davasından Gözaltına Alınacak Sıradaki 20.000 Kişinin Listesini Ele Geçirdi

Ankara Cumhuriyet Başsavcılığı'nca başlatılan Redhack soruşturması kapsamında geçtiğimiz günlerde gerçekleşen gözaltıların ardından bugün sürpriz bir gelişme daha yaşandı. Soruşturmaya ilişkin gizli belgelere ulaştığını ilan eden Redhack, internet sitesinden sabah saatlerinde yaptığı açıklamayla gözaltına alınacak sıradaki 20.000 kişinin listesini kamuoyuyla paylaştı. Listede bulunan bazı isimler şaşkınlıkla karşılanırken, Emniyet Genel Müdürlüğü Siber Suçlar Daire Başkanlığıysa güvenlik önlemlerini arttırarak ilk incelemelerini başlattı.
devamı...

Finlandiya'da Güzel ve Güneşli Havalar, Yaşamı Olumsuz Yönde Etkilemeye Devam Ediyor

Finlandiya'da hafta içine denk gelen güzel havalar, tüm ülkede hayatı olumsuz etkiledi. Toplu taşıma araçlarını terk ederek hususi araçları ile yola çıkan Finliler trafikte uzun kuyrukların oluşmasına neden olurken, açık alanda ne yapacağını tam olarak kestiremeyen vatandaşlar güneşli havaya hazırlıksız yakalandı. Bazı feribot seferleri ise olumsuz hava koşulları sebebiyle iptal edildi.
devamı...

Türkiye, Cemaat - AKP Geriliminden Sıkılmaya Başladı: ''Gizli belgeler aşamasına gelsek ya artık?''

Son haftalarda tansiyonun iyiden iyiye yükseldiği Cemaat – AKP gerilimini büyük bir ilgiyle takip eden Türkiye, gelişmelerin dershaneler konusunda takılıp kalmasıyla birlikte temponun düşmesinden şikayetçi. Karşılıklı suçlamaların giderek daha yüksek sesle dile getirilmesinin ardından beklentinin de yükseldiği gerilimde bir türlü gizli belgelerin açıklanması aşamasına gelinemezken, vatandaşlar acilen aksiyona geçilmemesi halinde mevzuya olan ilgilerinin dağılacağı konusunda her iki tarafı da uyardılar.
devamı...

Açık İlişki Vaadiyle Kandırılan Bir Genç Daha Nişan Batağına Çekildi...

İstanbul Göngören'de yaşayan Kurtalmış ailesinin evi dün gece bir drama sahne oldu. Yaklaşık 8 ay önce, açık ilişki vaadiyle kandırılarak adım adım batağa çekilen Ö.Ş (25), akşam saatlerinde kız tarafının evinde düzenlenen sade bir törenle nişan yüzüğünü parmağına taktı. Olayla ilgili olarak yakın çevresine yaptığı açıklamalarda ortada abartılacak bir durum olmadığını ifade eden talihsiz genç, "Yani ailesi biraz sıkıntı çıkarmış da o yüzden formalite icabı bi şeyler takalım dedik... yoksa öyle takılıyoruz biz yaa..." sözleriyle neyin içine düştüğü konusunda en ufak bir fikrinin olmadığını gözler önüne sererken, otoriteler ise Ö.Ş'nin en geç önümüzdeki yaz dünya evine girmesine kesin gözüyle bakıyor.
devamı...

Erdoğan'dan Yeni Düzenleme Sinyali: Reşit Olma Yaşı 35'e Yükseltiliyor...

Bu sabah partisinin grup toplantısında konuşan Başbakan Erdoğan, henüz kızlı-erkekli öğrenci evleri tartışmaları sürerken yeni bir düzenlemenin daha sinyallerini verdi. Erdoğan, Türkiye'de reşit olma yaşının 18 olması nedeniyle duyduğu rahatsızlığı dile getirirken, “Gençlerimiz daha 15 yaşındayken 18'ine gelince yapacakları ahlaksızlıkların hayalini kurmaya başlıyorlar. Bir defa bu toplumsal yapımıza uygun değil. Biz şimdi inşallah bu yaşı da 35'e çekeceğiz. Ondan sonra hali kalıyorsa napıyorsa yapsın“ sözleriyle yeni bir tartışmanın daha fitilini ateşledi.
devamı...

AK Parti – Cemaat Geriliminde Yeni Kriz: Hayvan Belgesellerine de Sınırlama Getiriliyor...

Dershanelerin kapatılması tartışmaları ile birlikte gerilimin yükseldiği AKP - Cemaat cephesinde, hayvan belgesellerine getirilmesi düşünülen kısıtlamanın ardından ipler kopma noktasına geldi. Özellikle cemaate yakın televizyon kanalları için hayati önem arzeden aslan, kaplan, sırtlan belgesellerinin bundan böyle sadece TRT ve bu konuya özelleşmiş National Geographic gibi kanallarda yayınlanabilmesini öngören düzenlemeyle ilgili basın mensuplarının sorularını yanıtlayan Başbakan Erdoğan, ''Benim vatandaşım, ailecek, çoluk çocuk izlediği bir kanalda arslanın antilopu nasıl parçaladığını görmek zorunda değil. Kusura bakmayın, bunu gösterecekseniz ona göre kanal açar orada gösteririsiniz. Bu batıda da böyle, en gelişmiş ülkelerde de böyle...'' ifadelerine yer verdi.
devamı...

Genelkurmay Başkanlığı, 1 Haftadır Kral TV'deki Hiçbir Alt Yazıda İsmi Geçmeyen 29. Mekanize Sınır Tugayı İçin Arama Kurtarma Çalışması Başlattı

Genelkurmay Başkanlığı, Kral Tv’de son olarak 15 Kasım Cuma günü akşam saatlerinde "94'e 2 tüm tertiplere selam olsun! şafak 83 başka yok!!! Kral devreler Ahmet-Kemal-İbrahim-Turhan-Filinta" mesajının yayınlanmasının ardından bir daha haber alınamayan 29.Mekanize Sınır Tugayı için teyakkuza geçti. 1 haftadır hiçbir klip altında SMS'i geçmeyen birlikle ilgili şu ana dek sağlıklı bir bilgi alınamazken, Genelkurmay Başkanlığı’yla ortak çalışma yürüten Kral TV 24 saat kesintisiz Hadise klibi yayınına geçti.
devamı...

Cumhuriyetin İlk Yıllarından Örnekler Bulma Komisyonu Ellerinde Ancak 3 Polemiklik Stok Kaldığını Açıkladı

Adalet ve Kalkınma Partisi bünyesinde 11 yıl önce kurulan “Cumhuriyetin İlk Yıllarından Örnekler Bulma Komisyonu” kaçınılmaz sona doğru yaklaştıklarını açıkladı. Kuruluşlarından bu yana kamuoyunda gündem yaratacak ya da mevcut gündeme kaynak gösterilebilecek yüzlerce örnek bulduklarını ancak artık denizin bittiğini belirten Komisyon Başkanı Nurettin Evceli, elde kalan son 3 konunun idareli kullanılması konusunda başta Başbakan Erdoğan olmak üzere tüm partililerden duyarlılık beklediklerini dile getirdi.
devamı...

Marmaray'daki Su Sızıntısı Sebebiyle Bölgeye İntikal Eden İlk Tesisatçı Ekibinden Kötü Haber: ''Tesisatın komple değişmesi lazım...''

Marmaray'daki su sızıntısı iddiaları üzerine derhal olay yerine intikal eden ilk tesisatçı ekibi, yaptığı incelemelerin ardından çarpıcı açıklamalarda bulundu. 18 yıllık deneyimli usta Haşim Ahmet Edinli (42) sızıntının geldiği düşünülen Kuzey Segment'teki ıslaklığın normal ölçülerde olmadığını belirtirken, ''Valla kırmadan bir şey söylemek doğru olmaz ama tesisatın tamamen yenilenmesi gerekebilir. Yoksa ileride çok daha büyük masraf çıkartır bu, benden söylemesi..'' sözleriyle de yetkilileri uyardı.
devamı...


a45UyF587661-201307301451-05

  ^^^^^ - vvvvv

 
--
zaryop:jaro
Kizginken karar vermek, firtinali havada yelken acmak gibidir.

BALZAC
- - - - - - - - - - - - - - - - - - - - - - - -
Kurmus oldugum gruba uye olun
Moderasyonsuz, sansursuz ve ozgur bir gruptur:
Ozgur_Gundem-subscribe@yahoogroups.com
Ayrilmak isterseniz de :
Ozgur_Gundem-unsubscribe@yahoogroups.com
Grup Sayfamız :
http://groups.yahoo.com/group/Ozgur_Gundem/
Arzu ederseniz bloguma da goz atabilirsiniz.
http://orajpoyraz.blogspot.com/



Real Estate