3akarat.com - عمارة بالسلام195000
إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .
عقارات دوت كوم
----------------------------------------------------------------------------------------
إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .
عقارات دوت كوم
----------------------------------------------------------------------------------------
إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .
عقارات دوت كوم
----------------------------------------------------------------------------------------
thanks, but still I can't find what's wrong with the permission thing. The html pages are loaded without static content, no css or js or whatever, neither the media is accessible.On Sat, Dec 1, 2012 at 7:15 AM, Mike Dewhirst <miked@dewhirst.com.au> wrote:On 1/12/2012 3:57pm, Loai Ghoraba wrote:
thanks, but I have tried this now and it also doesn't work :X though the
author slides presentation mentioned chmod o+rx on the root dir only.
On Sat, Dec 1, 2012 at 6:53 AM, Mike Dewhirst <miked@dewhirst.com.au
Here is my working apache2 conf for project "proj" on site mydomain.com. It is running happily on Ubuntu 12.04 with permissions on all /var/www/proj directories and files rwxrwx---
This is because I need users in the group to have access but no-one from outside. Apache is the owner.
Good luck
Mike
# proj #########################################################
<VirtualHost *:80>
# proj resolves to lenny 109
DocumentRoot /var/www/proj/htdocs/
ServerName proj.mydomain.com
ServerAdmin webmaster@mydomain.com
HostnameLookups Off
UseCanonicalName Off
ErrorLog ${APACHE_LOG_DIR}/proj-error.log
CustomLog ${APACHE_LOG_DIR}/proj-access.log combined
Alias /robots.txt /var/www/static/proj/robots/robots.txt
Alias /favicon.ico /var/www/static/proj/img/proj.ico
# lock the public out
<Directory /var/www/proj/>
AllowOverride None
Order deny,allow
Deny from all
</Directory>
# serve uploaded media from here
<Directory /var/www/media/proj/>
AllowOverride None# serve static stuff from here
Order deny,allow
Allow from all
</Directory>
<Directory /var/www/static/proj/>
AllowOverride None<IfModule mod_alias.c>
Order deny,allow
Allow from all
</Directory>
Alias /media/ /var/www/media/proj/
Alias /static/ /var/www/static/proj/
Alias /tiny_mce/ /var/www/static/proj/js/tiny_mce/
Alias /jquery/ /var/www/static/proj/js/jquery/
</IfModule>
<IfModule mod_wsgi.c>
WSGIScriptAlias / /var/www/proj/proj/proj.wsgi
<Directory /var/www/proj/proj/></IfModule>
Order deny,allow
Allow from all
</Directory>
</VirtualHost>
--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
I like to deploy the Spreecommerce locally and want to implement my own
Toast.makeText(MyExpandableActivity.this,"Clicked Child",Toast.LENGTH_LONG).show();
Hello,
I'd rather use option C or D:
Hello,I am sorry for the unprecise subject, but I would like to know what should be "the smallest memory consuming" OR "the fastest loading" solution for my widget that I will heavily use (displaying it a hundred times so I think that the little differences should be considered....).The 2 possibility of the same widget are:case A:g:HTMLPanelg:Imageg:Labelg:Labelcase B:g:FocusPanelimglabellabelNB:- img is smaller than g:Image and label is smaller than g:Label- I need a special rollover behavior(cf. images in the attachement, when I rollover, a light background appear...) , that is why I use the Focus panel (case B) in order to use "the MouseOver Event" all over the widget.- In case A, let say that I need to implement 3 times the same behavior (MouseOver the img, MouseOver the label....) in order to trigger the background effect all over the widget.Question:Does SpeedTracer is the only tool to mesure the difference between my 2 solutions OR is it obvious that case B will be faster to load ?Thanks you for your help,
Thanks.
Make sure all the directories, from static leading all the way up to the root, are chmod a+x
Hi--I have installed apache and mod_wsgi and my basic site *skeleton is running* on local host, but with NO static files loaded such as css, when I try to access a static file (e.g:http://localhost/static/css/base.css ) it says that I don't have permission to access the file, same goes to media filesI have followed the steps in the presentation slides http://code.google.com/p/modwsgi/downloads/detail? and made the directories accessible to others via chmod o+rxname=mod_wsgi-pycon-sydney- 2010.pdf , my httpd.conf part is :WSGIScriptAlias / /home/loai/workspace/Faculty/Faculty/wsgi.py WSGIPythonPath /home/loai/workspace/FacultyAlias /media/ /home/loai/workspace/Faculty/Faculty/media Alias /static/ /home/loai/workspace/Faculty/Faculty/static <Directory /home/loai/workspace/Faculty/Faculty/static> Order deny,allowAllow from all</Directory><Directory /home/loai/workspace/Faculty/Faculty/media> Order deny,allowAllow from all</Directory>Thanks
I would like to take on an issue found in the issues list of the Android project (http://code.google.com/p/android/issues/list). How can I get assigned as the owner of a specific issue?
CodeDefender -> ProGuard. Sorry for the confusion.
إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .
عقارات دوت كوم
----------------------------------------------------------------------------------------
What are options to debug GWT in JBOSS? Should I use Jboss tool plugin for Eclipse? I just added a GWT module into Strut application running in Jboss. Should I run a separate a GWT code server or run a GWT code server inside Jboss process?
What are options to debug GWT in JBOSS? Should I use Jboss tool plugin for Eclipse? I just added a GWT module into Strut application running in Jboss. Should I run a separate a GWT code server or run a GWT code server inside Jboss process?
Well i'm using cocos2d-x and when the keyboard appears, it does not reallocate the controls, and if there are controls behind the keyboard they keep behind and i can't see what i am writing, so i want to know the keyboard size to move my view, I tested changing the manifest to do it automatically, but it did not work, so I am trying programatically via Cocos2d-x or via android and jni.
Is there a way to know the height of the default soft keyboard that appears when a textField is focused? Because I don't want to create my own keyboard, i want to use the default one.--
Well, it makes sense to me... So, if I'm not mistaken, the system runs 'as it should be', right? Then I can stop bug-fixing things that aren't bugs... ;-)
إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .
عقارات دوت كوم
----------------------------------------------------------------------------------------
If you create a Thread in an activity, does it generally live beyond a call to onPause?
Hi All,--we would like to add the web app we made using gwt, in the gwt app list but we noticed that the site seems to be no moremaintained. Is it true? Where we can publish the gwt apps?Overlook Soft
The 'Dungeons' demo code goes to some length to emphasize the security issues involved in implementing in-app purchases. One thing it makes some issue of is being careful about dropping the demo code into an existing project as opposed to reimplementing it from scratch (ugh). I'm using CodeDefender (or whatever it's called, I don't have it in front of me right now) for basic obfuscation, and I certainly intend to "mix up" the demo code some...but I'm curious if there is a more explicit prescription for how to fold in-app purchases into a project. Would others strongly advise against literally duplicating the Dungeons code into a subpackage of my actual project and then proceeding to make various cosmetic, yet functionally null, changes to the code? Is there a better way to accomplish this overall task?
They did not help.
--On Fri, Nov 30, 2012 at 11:26 AM, bob <b...@coolfone.comze.com> wrote:What is unclear is why there is no option to get that SDK.
Now that's a question. There are numerous hits on Google for "android sdk manager missing sdk platform". See if any of those help.
------------------------------------------------------------ ------------------------------ -------
TreKing - Chicago transit tracking app for Android-powered devices
On Fri, Nov 30, 2012 at 12:13 PM, Robert Buck <lists@ruby-forum.com> wrote:
Router::connect(
إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .
عقارات دوت كوم
----------------------------------------------------------------------------------------
In core.php:
I'm interested in learning to work with ActionBarSherlock.
What are the best tutorials for getting started?
I have some old 2.3 devices that just won't display some HTML pages which all other devices seem to work just fine. All the ones with problems show is a blank page.
إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .
عقارات دوت كوم
----------------------------------------------------------------------------------------
إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .
عقارات دوت كوم
----------------------------------------------------------------------------------------
To detect when the user has left the window, you can also look as the new page visibility API in HTML5.
<application...>
إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .
عقارات دوت كوم
----------------------------------------------------------------------------------------
Hi All ! I have developed on website,in my website if one existed user is logged in to the webpage he can operate everything of that page,after he logged out from the page if he want to loggin again without refreshing the webpage it show NullPointeException,can you guys say the code for without refreshing the webpage can the same or any existed user can login successfully again once he loggedout from that in GWT? thanks ...bala
I got this problem, it was because we have a browser plugin that inserts javascript with obfuscated names too, so when the GWT calls a function like xf, it was really calling the plugin xf function.
Thanks ;)
hi guys
Activity A calls startActivity(intent4activityB); in its OnLongClickListener.
On 30 November 2012 04:57, Soichi Ishida <lists@ruby-forum.com> wrote:
On 30 November 2012 06:50, sumit srivastava
How to define gloable varibale in cakephp 2.0.3
I've got a class, TestPlace, that derives from Place that takes two parameters, both Strings.
http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi
Dec 12, 6:00pm.
I am getting some really STUPID comments and it's infuriating that I can do nothing about them--
Hi
Hi, I have a problem to call a module from another module
Finally.
On Fri, Jul 6, 2012 at 2:17 PM, Marsson C. <mars...@gmail.com> wrote:--
>
> Does it mean Cake 3.0´s Model will return objects instead of arrays ?
Yes
"Model layer rewrite:
Models to return objects from queries"
--
Andy Gale
http://andy-gale.com
http://twitter.com/andygale
Hi,
I have a controller named Users with index action.
def index
puts "************* #{params[:city]}"
...
...
end
From the view,
link_to(:city, list_users_with_city_path(:city => city.name))
But when I click on this link, it doesn't prints out anything for the params. All the "*" are being printed. The url in the browser displays,
localhost:3000/users?city=delhi
Instead when I create a new route, get '/users/:city' => 'users#index', :as => list_users_with_city
This works fine. I get proper output.
What could be the problem?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/lpsqYbWtC0cJ.
For more options, visit https://groups.google.com/groups/opt_out.
Rails 3.1.3
Hi,
Thank you bro. --
Well, that's embarrassing. You know, you can look at something forever and still not see what is right there in front of you.
Looks like there's an extra comma on line 20 (right before the opening brace). Not sure why the line number is off, but the column offset is correct.-Abraham
Looks like there's an extra comma on line 20 (right before the opening brace). Not sure why the line number is off, but the column offset is correct.
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
[INFO] [gwt:compile {execution: default}]
[INFO] Compiling module net.byandlarge.rendezvous.Rendezvous
[INFO] Computing all possible rebind results for 'net.byandlarge.rendezvous.client.rendezvouspoints.RendezvousPointsView.Binder'
[INFO] Rebinding net.byandlarge.rendezvous.client.rendezvouspoints.RendezvousPointsView.Binder
[INFO] Invoking generator com.google.gwt.uibinder.rebind.UiBinderGenerator
[INFO] The following problems were detected
[INFO] [WARN] Line 13 column 78: encountered "{". Was expecting one of: "[" "*" "." ":" <IDENT> <HASH>
Thanks for the help everyone. I was using 1.4.x, not the 1.0 the book is based on. After fooling around with the commands for a bit, I was able to figure out that the problem was in the INSTALLED_APPS section - I included 'mysite.books', but the new way to do that is just 'books'.
Rails 3.1.3
Greetings all,
So, that error confirms my suspicion. PHP is trying to write the session to disk, but it can't write to /var/chroot/home/content/72/
from my core file
Configure::write('Session.save', 'php');
but in phpinfo()
session.save_path says "no value"
this is the first warning to appear on all pages of my site, not just
the login
Warning (2): session_start() [function.session-start]: open(/var/
chroot/home/content/72/5132572/tmp/sess_ lt2tdtqr39hy7fgd95qnknj1l1,
O_RDWR) failed: No such file or directory (2) [APP/cake/libs/
cake_session.php, line 589]
what does this line suggested by Andras do?
chmod -R 777 app/tmp/
from my core file
You need to "cd public" then "del index.html" windows always have
إعلان جديد من عقارات دوت كوم تفاصيل الأعلان : تفاصيل الإعلان . . .
عقارات دوت كوم
----------------------------------------------------------------------------------------
In general its window.onBlur in JavaScript but IE handles things a bit different as usual ;-) They tried to integrate a focus/blur handler for the window object into GWT some time ago but it does not work very well, so they removed it.