qid
int64
1
74.7M
question
stringlengths
12
33.8k
date
stringlengths
10
10
metadata
list
response_j
stringlengths
0
115k
response_k
stringlengths
2
98.3k
1,737,515
I was wondering if the strategy I'm using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master trunk. If it happens I have to hotfix the tag, I'm checking out the tag (e.g. 1.0), fix the issue, commit it and re-tag it...
2009/11/15
[ "https://Stackoverflow.com/questions/1737515", "https://Stackoverflow.com", "https://Stackoverflow.com/users/210029/" ]
Just like everyone else here, I'll chime in with "Use my favorite framework, because it's what I use...." I would start with small goals for a web interface. Get something simple up and running that to make sure you understand how things work. Write an app that responds to the following url and returns something. ...
It's an interestingly common mistake: all of the above answers provide technological advise on what's the best technology to do ... what exactly? You should work the other way around. I think that if you want your application to be successful, you have to make sure it enables its users to get the most out of it in th...
1,737,515
I was wondering if the strategy I'm using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master trunk. If it happens I have to hotfix the tag, I'm checking out the tag (e.g. 1.0), fix the issue, commit it and re-tag it...
2009/11/15
[ "https://Stackoverflow.com/questions/1737515", "https://Stackoverflow.com", "https://Stackoverflow.com/users/210029/" ]
Just like everyone else here, I'll chime in with "Use my favorite framework, because it's what I use...." I would start with small goals for a web interface. Get something simple up and running that to make sure you understand how things work. Write an app that responds to the following url and returns something. ...
I recommend that you use some kind of web framework, it will make things a lot easier. Since you already know Python you should look into [Django framework.](http://www.djangoproject.com/) It seems that you can use SQLAlchemy with Django, see [djange-sqlalchemy project.](http://code.google.com/p/django-sqlalchemy/) I ...
1,737,515
I was wondering if the strategy I'm using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master trunk. If it happens I have to hotfix the tag, I'm checking out the tag (e.g. 1.0), fix the issue, commit it and re-tag it...
2009/11/15
[ "https://Stackoverflow.com/questions/1737515", "https://Stackoverflow.com", "https://Stackoverflow.com/users/210029/" ]
It's an interestingly common mistake: all of the above answers provide technological advise on what's the best technology to do ... what exactly? You should work the other way around. I think that if you want your application to be successful, you have to make sure it enables its users to get the most out of it in th...
Here is another option, I feel it's worth mentioning before making any decision. As web framework I would advise [web2py](http://www.web2py.com), it is very easy to setup and yet powerful. [Here is a document](http://www.google.co.uk/url?sa=t&source=web&ct=res&cd=1&ved=0CAcQFjAA&url=http%3A%2F%2Fwww.web2py.com%2Fexamp...
1,737,515
I was wondering if the strategy I'm using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master trunk. If it happens I have to hotfix the tag, I'm checking out the tag (e.g. 1.0), fix the issue, commit it and re-tag it...
2009/11/15
[ "https://Stackoverflow.com/questions/1737515", "https://Stackoverflow.com", "https://Stackoverflow.com/users/210029/" ]
Just like everyone else here, I'll chime in with "Use my favorite framework, because it's what I use...." I would start with small goals for a web interface. Get something simple up and running that to make sure you understand how things work. Write an app that responds to the following url and returns something. ...
HTML, CSS and JS Book: [DHTML and CSS for the World Wide Web](https://rads.stackoverflow.com/amzn/click/com/0201730847) Javascript Library: JQuery Web Framework: Not sure, DJango? Other Advice: Learn to write HTML, CSS, and JS in a a simple text editor with syntax highlighting. Complex IDE's are cool, but for this ...
1,737,515
I was wondering if the strategy I'm using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master trunk. If it happens I have to hotfix the tag, I'm checking out the tag (e.g. 1.0), fix the issue, commit it and re-tag it...
2009/11/15
[ "https://Stackoverflow.com/questions/1737515", "https://Stackoverflow.com", "https://Stackoverflow.com/users/210029/" ]
Just like everyone else here, I'll chime in with "Use my favorite framework, because it's what I use...." I would start with small goals for a web interface. Get something simple up and running that to make sure you understand how things work. Write an app that responds to the following url and returns something. ...
Web applications are not simple. HTML and CSS: [Head First HTML](http://oreilly.com/catalog/9780596101978/) is probably a good starting point. The Head First series are usually excellent tutorials. As Josh said, write your pages by hand. Javascript: you don't need this to get started. Maybe in a later version. When y...
1,737,515
I was wondering if the strategy I'm using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master trunk. If it happens I have to hotfix the tag, I'm checking out the tag (e.g. 1.0), fix the issue, commit it and re-tag it...
2009/11/15
[ "https://Stackoverflow.com/questions/1737515", "https://Stackoverflow.com", "https://Stackoverflow.com/users/210029/" ]
Just like everyone else here, I'll chime in with "Use my favorite framework, because it's what I use...." I would start with small goals for a web interface. Get something simple up and running that to make sure you understand how things work. Write an app that responds to the following url and returns something. ...
Here is another option, I feel it's worth mentioning before making any decision. As web framework I would advise [web2py](http://www.web2py.com), it is very easy to setup and yet powerful. [Here is a document](http://www.google.co.uk/url?sa=t&source=web&ct=res&cd=1&ved=0CAcQFjAA&url=http%3A%2F%2Fwww.web2py.com%2Fexamp...
4,935,919
Which one you think is better? And why? I always need all data, it will never happen that i need only name and not the "tool1,tool2"... **1) Lets say i have table "Woods" and "WoodsData"** Inside "Woods" i have: * id (auto increment) * name (name of wood) * when (when was wood cutted down) And other table "WoodsDa...
2011/02/08
[ "https://Stackoverflow.com/questions/4935919", "https://Stackoverflow.com", "https://Stackoverflow.com/users/590520/" ]
I'd go with: **Woods** * id (auto increment) * name (name of wood) * when (when was wood cutted down) **Tools** * id (auto increment) * name (name of tool) And then a junction table to show which tools were used on which woods **Woods\_Tools** * wood\_id (Foreign key to Woods.id) * tool\_id (Foreign key to Tools...
Both are wrong, you should normalize the data: "tool1" to "tool50" should be "tool" in an extra table. Read something about normalisation.
4,935,919
Which one you think is better? And why? I always need all data, it will never happen that i need only name and not the "tool1,tool2"... **1) Lets say i have table "Woods" and "WoodsData"** Inside "Woods" i have: * id (auto increment) * name (name of wood) * when (when was wood cutted down) And other table "WoodsDa...
2011/02/08
[ "https://Stackoverflow.com/questions/4935919", "https://Stackoverflow.com", "https://Stackoverflow.com/users/590520/" ]
Both are wrong, you should normalize the data: "tool1" to "tool50" should be "tool" in an extra table. Read something about normalisation.
To be more normalized, separate the 'tool' entries into a third table WoodsTool: * id (primary) * woodsdata\_id (foreign key, relates to WoodsData primary key)
4,935,919
Which one you think is better? And why? I always need all data, it will never happen that i need only name and not the "tool1,tool2"... **1) Lets say i have table "Woods" and "WoodsData"** Inside "Woods" i have: * id (auto increment) * name (name of wood) * when (when was wood cutted down) And other table "WoodsDa...
2011/02/08
[ "https://Stackoverflow.com/questions/4935919", "https://Stackoverflow.com", "https://Stackoverflow.com/users/590520/" ]
I'd go with: **Woods** * id (auto increment) * name (name of wood) * when (when was wood cutted down) **Tools** * id (auto increment) * name (name of tool) And then a junction table to show which tools were used on which woods **Woods\_Tools** * wood\_id (Foreign key to Woods.id) * tool\_id (Foreign key to Tools...
To be more normalized, separate the 'tool' entries into a third table WoodsTool: * id (primary) * woodsdata\_id (foreign key, relates to WoodsData primary key)
4,935,919
Which one you think is better? And why? I always need all data, it will never happen that i need only name and not the "tool1,tool2"... **1) Lets say i have table "Woods" and "WoodsData"** Inside "Woods" i have: * id (auto increment) * name (name of wood) * when (when was wood cutted down) And other table "WoodsDa...
2011/02/08
[ "https://Stackoverflow.com/questions/4935919", "https://Stackoverflow.com", "https://Stackoverflow.com/users/590520/" ]
I'd go with: **Woods** * id (auto increment) * name (name of wood) * when (when was wood cutted down) **Tools** * id (auto increment) * name (name of tool) And then a junction table to show which tools were used on which woods **Woods\_Tools** * wood\_id (Foreign key to Woods.id) * tool\_id (Foreign key to Tools...
My advice is to put everything in one table. That way you will only have one set of data to insert when an entry is made. If you have two tables you will need to update two tables (clustered indexes if they are sql server tables with primary keys). That can take extra effort. As long as you really need all the data (...
4,935,919
Which one you think is better? And why? I always need all data, it will never happen that i need only name and not the "tool1,tool2"... **1) Lets say i have table "Woods" and "WoodsData"** Inside "Woods" i have: * id (auto increment) * name (name of wood) * when (when was wood cutted down) And other table "WoodsDa...
2011/02/08
[ "https://Stackoverflow.com/questions/4935919", "https://Stackoverflow.com", "https://Stackoverflow.com/users/590520/" ]
My advice is to put everything in one table. That way you will only have one set of data to insert when an entry is made. If you have two tables you will need to update two tables (clustered indexes if they are sql server tables with primary keys). That can take extra effort. As long as you really need all the data (...
To be more normalized, separate the 'tool' entries into a third table WoodsTool: * id (primary) * woodsdata\_id (foreign key, relates to WoodsData primary key)
24,469,198
In SSRS Report, we have a requirement where we need to show or hide the images in the footer based on the Boolean parameters. We have three images icon with image source assigned. We are displaying the images in the right corner horizontally aligned next to each other. All the images are coming correctly as long as if ...
2014/06/28
[ "https://Stackoverflow.com/questions/24469198", "https://Stackoverflow.com", "https://Stackoverflow.com/users/3527063/" ]
Found a work-around to this. This is what i implemented 1. I have added 3 images in the footer section [right aligned] 2. Created a dataset with 3 columns Image1, Image2 and Image3. Written a custom query to fill this columns. If 2 images configured in Website, updated first 2 columns with image names. if only one ima...
* Insert a table with three columns. * Drag and drop the images in each textbox of table according to your order. * Set the "Column Visibility" properties for each column according to your conditions.
6,326,265
I need to start a new project with Django, but I'm not sure what version of Django, according your experience, what you'll recomend?
2011/06/13
[ "https://Stackoverflow.com/questions/6326265", "https://Stackoverflow.com", "https://Stackoverflow.com/users/778261/" ]
Take note of your development / production server Python versions. Django 1.2 is tested on Python 2.3 and higher while Django 1.3 drops Python 2.3 support, meaning you will have to use 2.4 above. Granted, most servers these days have a minimum version of at least Python 2.4 so it shouldn't be a problem - it's good to...
1.3 of course. From their webiste... > > Which version is better? > > We improve Django almost every day and are pretty good about keeping the code stable. Thus, using the latest development code is a safe and easy way to get access to new features as they're added. If you choose to follow the development versio...
60,529
I am considering adding "gather anonymous usage statistics", and was looking around for suggestions and experiences. I was a bit surprised that I could find a lot of *how*, but only little discussion about *what and why*. > > (N.B. I understand it's not an ideal fit, as core UX is only part of the equation -- if som...
2014/06/27
[ "https://ux.stackexchange.com/questions/60529", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/1386/" ]
It's ok to make 123 into 123.00 as it makes no difference It's ok to make 123.4 into 123.40 as it makes no difference It's **not ok** to do anything if the user enters 123.456 The chances are high that the user made a typo. Did they mean * 123.45 * 123.46 * 123.56 * 1234.56 Only the user knows what they *meant* t...
I agree with everything Roger Attrill says. I can only add that since you don't mention what currency you're dealing with (US dollars, euros, UK pounds) you assume it's one that has sub-units to the hundredth (like a cent or pence). If your use for this can be expanded to other countries, you'll want to consider other...
60,529
I am considering adding "gather anonymous usage statistics", and was looking around for suggestions and experiences. I was a bit surprised that I could find a lot of *how*, but only little discussion about *what and why*. > > (N.B. I understand it's not an ideal fit, as core UX is only part of the equation -- if som...
2014/06/27
[ "https://ux.stackexchange.com/questions/60529", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/1386/" ]
It's ok to make 123 into 123.00 as it makes no difference It's ok to make 123.4 into 123.40 as it makes no difference It's **not ok** to do anything if the user enters 123.456 The chances are high that the user made a typo. Did they mean * 123.45 * 123.46 * 123.56 * 1234.56 Only the user knows what they *meant* t...
I would allow the user to input whole numbers and any number of decimal places since the exchange rates are usually >2 decimal places and some items for example fuel have 3 decimal places in their price.
60,529
I am considering adding "gather anonymous usage statistics", and was looking around for suggestions and experiences. I was a bit surprised that I could find a lot of *how*, but only little discussion about *what and why*. > > (N.B. I understand it's not an ideal fit, as core UX is only part of the equation -- if som...
2014/06/27
[ "https://ux.stackexchange.com/questions/60529", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/1386/" ]
It's ok to make 123 into 123.00 as it makes no difference It's ok to make 123.4 into 123.40 as it makes no difference It's **not ok** to do anything if the user enters 123.456 The chances are high that the user made a typo. Did they mean * 123.45 * 123.46 * 123.56 * 1234.56 Only the user knows what they *meant* t...
As Tim mentioned, 2 decimal places is only valid for some currencies. Here a useful reference -- <http://apps.cybersource.com/library/documentation/sbc/quickref/currencies.pdf> Note also that, if you're supporting internationalization in any way, the decimal character isn't always a period. In many (all?) European cou...
60,529
I am considering adding "gather anonymous usage statistics", and was looking around for suggestions and experiences. I was a bit surprised that I could find a lot of *how*, but only little discussion about *what and why*. > > (N.B. I understand it's not an ideal fit, as core UX is only part of the equation -- if som...
2014/06/27
[ "https://ux.stackexchange.com/questions/60529", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/1386/" ]
I agree with everything Roger Attrill says. I can only add that since you don't mention what currency you're dealing with (US dollars, euros, UK pounds) you assume it's one that has sub-units to the hundredth (like a cent or pence). If your use for this can be expanded to other countries, you'll want to consider other...
I would allow the user to input whole numbers and any number of decimal places since the exchange rates are usually >2 decimal places and some items for example fuel have 3 decimal places in their price.
60,529
I am considering adding "gather anonymous usage statistics", and was looking around for suggestions and experiences. I was a bit surprised that I could find a lot of *how*, but only little discussion about *what and why*. > > (N.B. I understand it's not an ideal fit, as core UX is only part of the equation -- if som...
2014/06/27
[ "https://ux.stackexchange.com/questions/60529", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/1386/" ]
I agree with everything Roger Attrill says. I can only add that since you don't mention what currency you're dealing with (US dollars, euros, UK pounds) you assume it's one that has sub-units to the hundredth (like a cent or pence). If your use for this can be expanded to other countries, you'll want to consider other...
As Tim mentioned, 2 decimal places is only valid for some currencies. Here a useful reference -- <http://apps.cybersource.com/library/documentation/sbc/quickref/currencies.pdf> Note also that, if you're supporting internationalization in any way, the decimal character isn't always a period. In many (all?) European cou...
20,222
What is the name of the stack overflow service you can buy/rent and set up your own forum?
2009/09/04
[ "https://meta.stackexchange.com/questions/20222", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/135376/" ]
The service you are referring to where you can have your own Stack Overflow like site is <http://stackexchange.com>. Stack Exchange has recently started a private beta. Stack Exchange will use the same (not sure if it will be 100% or not) engine as the Stack Overflow family sites (Super User, Meta, Server Fault, & Stac...
<http://stackexchange.com>
37,029
Is there an algebraic way to know In which square two diagonals meet? For example a2 and f3 meet in d5 How can one find d5 without looking at the board? (Blindfolded chess exercise)
2021/09/22
[ "https://chess.stackexchange.com/questions/37029", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/29867/" ]
Actually the accepted answer is not correct. Where do the diagonals from a4 and g4 intersect? There are two solutions, d7 and d1. It is easy to modify @Hauke Reddmann's algebra, but it seems to me much easier (and more useful) to try and improve your visualization.
As many others have pointed out, the best idea is to learn to visualise the board better. But since there *is* a neat mathematical answer, let's start by converting the letter coordinates to numbers, with A=1, B=2 etc. Then: (TL;DR:) *Take the **sum** of coordinates of one square, and the **difference** of coordinate...
37,029
Is there an algebraic way to know In which square two diagonals meet? For example a2 and f3 meet in d5 How can one find d5 without looking at the board? (Blindfolded chess exercise)
2021/09/22
[ "https://chess.stackexchange.com/questions/37029", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/29867/" ]
As many others have pointed out, the best idea is to learn to visualise the board better. But since there *is* a neat mathematical answer, let's start by converting the letter coordinates to numbers, with A=1, B=2 etc. Then: (TL;DR:) *Take the **sum** of coordinates of one square, and the **difference** of coordinate...
First step: check if both squares are white or black, Write a2 as (1,2), then 1 + 2 is odd hence a2 is white Write f3 as (6,3), then 6 + 3 is odd hence f3 is white Now, the squares on the diagonal (1,2) are the squares with a difference of 1 (a, a + 1) (and in more general the upright diagonal from (a,b) are those wit...
37,029
Is there an algebraic way to know In which square two diagonals meet? For example a2 and f3 meet in d5 How can one find d5 without looking at the board? (Blindfolded chess exercise)
2021/09/22
[ "https://chess.stackexchange.com/questions/37029", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/29867/" ]
As many others have pointed out, the best idea is to learn to visualise the board better. But since there *is* a neat mathematical answer, let's start by converting the letter coordinates to numbers, with A=1, B=2 etc. Then: (TL;DR:) *Take the **sum** of coordinates of one square, and the **difference** of coordinate...
Sum letter and digit, using A=1, B=2, ... * A2: 1+2 = 3 * F3: 6+3 = 9 The difference is 6. It is even, so intersections exist. Half of the difference is 3. That is the delta. To find the 2 intersections: * A2 has smaller sum => add 3 (the delta) to A and to 2. A+3, 2+3 = D5. * F3 has larger sum => subtract 3 fro...
37,029
Is there an algebraic way to know In which square two diagonals meet? For example a2 and f3 meet in d5 How can one find d5 without looking at the board? (Blindfolded chess exercise)
2021/09/22
[ "https://chess.stackexchange.com/questions/37029", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/29867/" ]
The math formula is relatively easy (intersection of two straight lines, even with fixed slant), but I assure you I can visualize it much faster on the board than solving it, even if I'm a lousy visualizer! * Replace the letters with numbers: 12 / 63 \ (These are x,y coordinates) * 12 is the upward diagonal (you didn'...
As many others have pointed out, the best idea is to learn to visualise the board better. But since there *is* a neat mathematical answer, let's start by converting the letter coordinates to numbers, with A=1, B=2 etc. Then: (TL;DR:) *Take the **sum** of coordinates of one square, and the **difference** of coordinate...
37,029
Is there an algebraic way to know In which square two diagonals meet? For example a2 and f3 meet in d5 How can one find d5 without looking at the board? (Blindfolded chess exercise)
2021/09/22
[ "https://chess.stackexchange.com/questions/37029", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/29867/" ]
As many others have pointed out, the best idea is to learn to visualise the board better. But since there *is* a neat mathematical answer, let's start by converting the letter coordinates to numbers, with A=1, B=2 etc. Then: (TL;DR:) *Take the **sum** of coordinates of one square, and the **difference** of coordinate...
**X = (x1 + x2 + y2 - y1)/2** and **Y = X + y1 - x1** Using this formula, we can calculate intersecting square of any two squares on chess board. for example: a2 > (1, 2) and f3 > (6, 3) [assuming x co-ordinate a =1, b=2, c=3....f=6, g=7, h=8] **Note: You should always consider the left side point (square) as to be t...
37,029
Is there an algebraic way to know In which square two diagonals meet? For example a2 and f3 meet in d5 How can one find d5 without looking at the board? (Blindfolded chess exercise)
2021/09/22
[ "https://chess.stackexchange.com/questions/37029", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/29867/" ]
Sum letter and digit, using A=1, B=2, ... * A2: 1+2 = 3 * F3: 6+3 = 9 The difference is 6. It is even, so intersections exist. Half of the difference is 3. That is the delta. To find the 2 intersections: * A2 has smaller sum => add 3 (the delta) to A and to 2. A+3, 2+3 = D5. * F3 has larger sum => subtract 3 fro...
**X = (x1 + x2 + y2 - y1)/2** and **Y = X + y1 - x1** Using this formula, we can calculate intersecting square of any two squares on chess board. for example: a2 > (1, 2) and f3 > (6, 3) [assuming x co-ordinate a =1, b=2, c=3....f=6, g=7, h=8] **Note: You should always consider the left side point (square) as to be t...
37,029
Is there an algebraic way to know In which square two diagonals meet? For example a2 and f3 meet in d5 How can one find d5 without looking at the board? (Blindfolded chess exercise)
2021/09/22
[ "https://chess.stackexchange.com/questions/37029", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/29867/" ]
The math formula is relatively easy (intersection of two straight lines, even with fixed slant), but I assure you I can visualize it much faster on the board than solving it, even if I'm a lousy visualizer! * Replace the letters with numbers: 12 / 63 \ (These are x,y coordinates) * 12 is the upward diagonal (you didn'...
First step: check if both squares are white or black, Write a2 as (1,2), then 1 + 2 is odd hence a2 is white Write f3 as (6,3), then 6 + 3 is odd hence f3 is white Now, the squares on the diagonal (1,2) are the squares with a difference of 1 (a, a + 1) (and in more general the upright diagonal from (a,b) are those wit...
37,029
Is there an algebraic way to know In which square two diagonals meet? For example a2 and f3 meet in d5 How can one find d5 without looking at the board? (Blindfolded chess exercise)
2021/09/22
[ "https://chess.stackexchange.com/questions/37029", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/29867/" ]
Sum letter and digit, using A=1, B=2, ... * A2: 1+2 = 3 * F3: 6+3 = 9 The difference is 6. It is even, so intersections exist. Half of the difference is 3. That is the delta. To find the 2 intersections: * A2 has smaller sum => add 3 (the delta) to A and to 2. A+3, 2+3 = D5. * F3 has larger sum => subtract 3 fro...
First step: check if both squares are white or black, Write a2 as (1,2), then 1 + 2 is odd hence a2 is white Write f3 as (6,3), then 6 + 3 is odd hence f3 is white Now, the squares on the diagonal (1,2) are the squares with a difference of 1 (a, a + 1) (and in more general the upright diagonal from (a,b) are those wit...
37,029
Is there an algebraic way to know In which square two diagonals meet? For example a2 and f3 meet in d5 How can one find d5 without looking at the board? (Blindfolded chess exercise)
2021/09/22
[ "https://chess.stackexchange.com/questions/37029", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/29867/" ]
Actually the accepted answer is not correct. Where do the diagonals from a4 and g4 intersect? There are two solutions, d7 and d1. It is easy to modify @Hauke Reddmann's algebra, but it seems to me much easier (and more useful) to try and improve your visualization.
**X = (x1 + x2 + y2 - y1)/2** and **Y = X + y1 - x1** Using this formula, we can calculate intersecting square of any two squares on chess board. for example: a2 > (1, 2) and f3 > (6, 3) [assuming x co-ordinate a =1, b=2, c=3....f=6, g=7, h=8] **Note: You should always consider the left side point (square) as to be t...
37,029
Is there an algebraic way to know In which square two diagonals meet? For example a2 and f3 meet in d5 How can one find d5 without looking at the board? (Blindfolded chess exercise)
2021/09/22
[ "https://chess.stackexchange.com/questions/37029", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/29867/" ]
The math formula is relatively easy (intersection of two straight lines, even with fixed slant), but I assure you I can visualize it much faster on the board than solving it, even if I'm a lousy visualizer! * Replace the letters with numbers: 12 / 63 \ (These are x,y coordinates) * 12 is the upward diagonal (you didn'...
**X = (x1 + x2 + y2 - y1)/2** and **Y = X + y1 - x1** Using this formula, we can calculate intersecting square of any two squares on chess board. for example: a2 > (1, 2) and f3 > (6, 3) [assuming x co-ordinate a =1, b=2, c=3....f=6, g=7, h=8] **Note: You should always consider the left side point (square) as to be t...
66,390
What color format should be used to create a logo: CMYK or RGB? (It would be used for both printing and for screen)
2016/02/03
[ "https://graphicdesign.stackexchange.com/questions/66390", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/58606/" ]
**Some notes:** First of all RGB and CMYK are not standarized values. I always mention one fast exercise. Take a cyan watermark and draw a line on a newspaper and on a good quality magazine. You will have a bright color on the magazine but a dark color on the newspaper. The ink is exactly the same, but the color is...
RGB is for web but CMYK is for printing & t-shirt printing if you post cmyk to web it will convert to rgb and (or the opposite) look bad and poor colors also rgb work with (**jpg & png & svg**) but on the other hand cmyk is for (**eps & pdf & ai**) so if you create logo to post it to the web (**website,facebook pa...
66,390
What color format should be used to create a logo: CMYK or RGB? (It would be used for both printing and for screen)
2016/02/03
[ "https://graphicdesign.stackexchange.com/questions/66390", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/58606/" ]
RGB is for web but CMYK is for printing & t-shirt printing if you post cmyk to web it will convert to rgb and (or the opposite) look bad and poor colors also rgb work with (**jpg & png & svg**) but on the other hand cmyk is for (**eps & pdf & ai**) so if you create logo to post it to the web (**website,facebook pa...
Short answer: RGB. Unlike CMYK, RGB is standard (as far as I'm aware) across all displays. When you send the logo to be printed, they'll be able to fiddle with the CMYK colors until it matches closely enough.
66,390
What color format should be used to create a logo: CMYK or RGB? (It would be used for both printing and for screen)
2016/02/03
[ "https://graphicdesign.stackexchange.com/questions/66390", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/58606/" ]
**Some notes:** First of all RGB and CMYK are not standarized values. I always mention one fast exercise. Take a cyan watermark and draw a line on a newspaper and on a good quality magazine. You will have a bright color on the magazine but a dark color on the newspaper. The ink is exactly the same, but the color is...
Short answer: RGB. Unlike CMYK, RGB is standard (as far as I'm aware) across all displays. When you send the logo to be printed, they'll be able to fiddle with the CMYK colors until it matches closely enough.
66,390
What color format should be used to create a logo: CMYK or RGB? (It would be used for both printing and for screen)
2016/02/03
[ "https://graphicdesign.stackexchange.com/questions/66390", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/58606/" ]
You should supply both. ----------------------- Ideally you should supply screen and print versions in RGB and CMYK and in vector and bitmap formats. It completely depends on the situation and requirements but an example of formats to be delivered could be something like; * **JPG** (RGB - high res & low res) * **PNG...
Short answer: RGB. Unlike CMYK, RGB is standard (as far as I'm aware) across all displays. When you send the logo to be printed, they'll be able to fiddle with the CMYK colors until it matches closely enough.
66,390
What color format should be used to create a logo: CMYK or RGB? (It would be used for both printing and for screen)
2016/02/03
[ "https://graphicdesign.stackexchange.com/questions/66390", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/58606/" ]
**Some notes:** First of all RGB and CMYK are not standarized values. I always mention one fast exercise. Take a cyan watermark and draw a line on a newspaper and on a good quality magazine. You will have a bright color on the magazine but a dark color on the newspaper. The ink is exactly the same, but the color is...
In designing a logo, you should always start with CMYK. The reason being that CMYK has a smaller colour gamut than that of RGB. The reasoning behind this is that when you are converting from CMYK to RGB to provide the logo for screen (eg. websites), the colours would have an unnoticeable shift in colour, if any. On t...
66,390
What color format should be used to create a logo: CMYK or RGB? (It would be used for both printing and for screen)
2016/02/03
[ "https://graphicdesign.stackexchange.com/questions/66390", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/58606/" ]
You should supply both. ----------------------- Ideally you should supply screen and print versions in RGB and CMYK and in vector and bitmap formats. It completely depends on the situation and requirements but an example of formats to be delivered could be something like; * **JPG** (RGB - high res & low res) * **PNG...
It should be CMYK and some prefer the use of Pantone colors to accurately convey the colors you intend to use in the logo. The reason why it should be CMYK is that RGB has a much larger array of brighter colors, which when printed will not come out the same. Short answer, CMYK or Pantone spot colors.
66,390
What color format should be used to create a logo: CMYK or RGB? (It would be used for both printing and for screen)
2016/02/03
[ "https://graphicdesign.stackexchange.com/questions/66390", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/58606/" ]
You should supply both. ----------------------- Ideally you should supply screen and print versions in RGB and CMYK and in vector and bitmap formats. It completely depends on the situation and requirements but an example of formats to be delivered could be something like; * **JPG** (RGB - high res & low res) * **PNG...
**Some notes:** First of all RGB and CMYK are not standarized values. I always mention one fast exercise. Take a cyan watermark and draw a line on a newspaper and on a good quality magazine. You will have a bright color on the magazine but a dark color on the newspaper. The ink is exactly the same, but the color is...
66,390
What color format should be used to create a logo: CMYK or RGB? (It would be used for both printing and for screen)
2016/02/03
[ "https://graphicdesign.stackexchange.com/questions/66390", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/58606/" ]
In designing a logo, you should always start with CMYK. The reason being that CMYK has a smaller colour gamut than that of RGB. The reasoning behind this is that when you are converting from CMYK to RGB to provide the logo for screen (eg. websites), the colours would have an unnoticeable shift in colour, if any. On t...
Short answer: RGB. Unlike CMYK, RGB is standard (as far as I'm aware) across all displays. When you send the logo to be printed, they'll be able to fiddle with the CMYK colors until it matches closely enough.
66,390
What color format should be used to create a logo: CMYK or RGB? (It would be used for both printing and for screen)
2016/02/03
[ "https://graphicdesign.stackexchange.com/questions/66390", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/58606/" ]
In designing a logo, you should always start with CMYK. The reason being that CMYK has a smaller colour gamut than that of RGB. The reasoning behind this is that when you are converting from CMYK to RGB to provide the logo for screen (eg. websites), the colours would have an unnoticeable shift in colour, if any. On t...
It should be CMYK and some prefer the use of Pantone colors to accurately convey the colors you intend to use in the logo. The reason why it should be CMYK is that RGB has a much larger array of brighter colors, which when printed will not come out the same. Short answer, CMYK or Pantone spot colors.
66,390
What color format should be used to create a logo: CMYK or RGB? (It would be used for both printing and for screen)
2016/02/03
[ "https://graphicdesign.stackexchange.com/questions/66390", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/58606/" ]
**Some notes:** First of all RGB and CMYK are not standarized values. I always mention one fast exercise. Take a cyan watermark and draw a line on a newspaper and on a good quality magazine. You will have a bright color on the magazine but a dark color on the newspaper. The ink is exactly the same, but the color is...
It should be CMYK and some prefer the use of Pantone colors to accurately convey the colors you intend to use in the logo. The reason why it should be CMYK is that RGB has a much larger array of brighter colors, which when printed will not come out the same. Short answer, CMYK or Pantone spot colors.
202,628
I got this question as my physics class homework for tomorrow. Anyone please help me out. > > If Earth constantly rotates and revolves, then how can we call an object in a state of rest? > > >
2015/08/26
[ "https://physics.stackexchange.com/questions/202628", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/45837/" ]
Solving lots of physics problems involved you choosing a frame of reference. As long as all your formulations are from a particular frame of reference, for example the energy of objects then the laws will work. Since you are also travelling with the object, (as the earth rotates) it is easier to say you are at rest. If...
Since everything in the universe is moving relative to some thing else, we can only say that an object is at rest by making **the object itself** the frame of reference!
202,628
I got this question as my physics class homework for tomorrow. Anyone please help me out. > > If Earth constantly rotates and revolves, then how can we call an object in a state of rest? > > >
2015/08/26
[ "https://physics.stackexchange.com/questions/202628", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/45837/" ]
Revolving around the sun is equivalent to free fall around the sun, so the revolution allows you not to 'feel' the sun's gravity. The rotation of the earth is something that can be measured: (i) a centrifugal force which is a small offset on gravity, and (ii) causes the coriolis force. Both these are small effects, s...
"Rest, in physics, refers to an object being stationary *relative to a particular frame of reference* or another object." - [Wikipedia](https://en.wikipedia.org/wiki/Rest_(physics)) (emphasis mine) **While on Earth, the planet is often treated as the default frame of reference.** It is not a perfect frame of reference...
202,628
I got this question as my physics class homework for tomorrow. Anyone please help me out. > > If Earth constantly rotates and revolves, then how can we call an object in a state of rest? > > >
2015/08/26
[ "https://physics.stackexchange.com/questions/202628", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/45837/" ]
"A state of rest" is a relative term. Relative means - measured in comparison to the things around it. When you sit in a train and sip from a cup of coffee, you can do so because the cup is still *relative to you* even though both of you might be hurtling through the countryside at 200 km/h. For most experiments, obj...
Solving lots of physics problems involved you choosing a frame of reference. As long as all your formulations are from a particular frame of reference, for example the energy of objects then the laws will work. Since you are also travelling with the object, (as the earth rotates) it is easier to say you are at rest. If...
202,628
I got this question as my physics class homework for tomorrow. Anyone please help me out. > > If Earth constantly rotates and revolves, then how can we call an object in a state of rest? > > >
2015/08/26
[ "https://physics.stackexchange.com/questions/202628", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/45837/" ]
Revolving around the sun is equivalent to free fall around the sun, so the revolution allows you not to 'feel' the sun's gravity. The rotation of the earth is something that can be measured: (i) a centrifugal force which is a small offset on gravity, and (ii) causes the coriolis force. Both these are small effects, s...
Since everything in the universe is moving relative to some thing else, we can only say that an object is at rest by making **the object itself** the frame of reference!
202,628
I got this question as my physics class homework for tomorrow. Anyone please help me out. > > If Earth constantly rotates and revolves, then how can we call an object in a state of rest? > > >
2015/08/26
[ "https://physics.stackexchange.com/questions/202628", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/45837/" ]
Revolving around the sun is equivalent to free fall around the sun, so the revolution allows you not to 'feel' the sun's gravity. The rotation of the earth is something that can be measured: (i) a centrifugal force which is a small offset on gravity, and (ii) causes the coriolis force. Both these are small effects, s...
Solving lots of physics problems involved you choosing a frame of reference. As long as all your formulations are from a particular frame of reference, for example the energy of objects then the laws will work. Since you are also travelling with the object, (as the earth rotates) it is easier to say you are at rest. If...
202,628
I got this question as my physics class homework for tomorrow. Anyone please help me out. > > If Earth constantly rotates and revolves, then how can we call an object in a state of rest? > > >
2015/08/26
[ "https://physics.stackexchange.com/questions/202628", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/45837/" ]
"Rest, in physics, refers to an object being stationary *relative to a particular frame of reference* or another object." - [Wikipedia](https://en.wikipedia.org/wiki/Rest_(physics)) (emphasis mine) **While on Earth, the planet is often treated as the default frame of reference.** It is not a perfect frame of reference...
Solving lots of physics problems involved you choosing a frame of reference. As long as all your formulations are from a particular frame of reference, for example the energy of objects then the laws will work. Since you are also travelling with the object, (as the earth rotates) it is easier to say you are at rest. If...
202,628
I got this question as my physics class homework for tomorrow. Anyone please help me out. > > If Earth constantly rotates and revolves, then how can we call an object in a state of rest? > > >
2015/08/26
[ "https://physics.stackexchange.com/questions/202628", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/45837/" ]
"A state of rest" is a relative term. Relative means - measured in comparison to the things around it. When you sit in a train and sip from a cup of coffee, you can do so because the cup is still *relative to you* even though both of you might be hurtling through the countryside at 200 km/h. For most experiments, obj...
"Rest, in physics, refers to an object being stationary *relative to a particular frame of reference* or another object." - [Wikipedia](https://en.wikipedia.org/wiki/Rest_(physics)) (emphasis mine) **While on Earth, the planet is often treated as the default frame of reference.** It is not a perfect frame of reference...
202,628
I got this question as my physics class homework for tomorrow. Anyone please help me out. > > If Earth constantly rotates and revolves, then how can we call an object in a state of rest? > > >
2015/08/26
[ "https://physics.stackexchange.com/questions/202628", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/45837/" ]
"Rest, in physics, refers to an object being stationary *relative to a particular frame of reference* or another object." - [Wikipedia](https://en.wikipedia.org/wiki/Rest_(physics)) (emphasis mine) **While on Earth, the planet is often treated as the default frame of reference.** It is not a perfect frame of reference...
Since everything in the universe is moving relative to some thing else, we can only say that an object is at rest by making **the object itself** the frame of reference!
82,505
Let's say someone states "One well-known property of tables is that they are supported by four legs. This chair is supported by four legs. So this chair is a table". What kind of fallacy would this be?
2021/06/23
[ "https://philosophy.stackexchange.com/questions/82505", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/36405/" ]
[Fallacy of the undistributed middle](https://en.wikipedia.org/wiki/Fallacy_of_the_undistributed_middle).
The reasoning falsely implies that sharing a property means being the same. This *can* be the case, though it's not in general. Obviously, a proton and a positron are not the same while having the same charge. If only attention is paid to electric charge then both are the same though. It's called a context depend...
45,009,697
I am referring to the diagram [![aws lamba](https://i.stack.imgur.com/NqFsF.png)](https://i.stack.imgur.com/NqFsF.png) NodeJS is used as run time in this case and AWS Lambda is used as event notifier (updates comes from other lambda or DB). My challenge is, the "user browser" can also be a mobile client. The "API" s...
2017/07/10
[ "https://Stackoverflow.com/questions/45009697", "https://Stackoverflow.com", "https://Stackoverflow.com/users/4260128/" ]
AWS has the SNS service to send notifications, which you can use from Lambda. You can also directly use the relevant platform's notification system e.g for iOS, Node has an "apn" module that is used to communicate with Apple's APNS service - it's straightforward to use and can be implemented in a Lambda function. In ...
> > Can lambda works as API that has capabilities of "pushing events notifications" to directly clients? > > > Yes! As @AndyOS mentioned, SNS is a great service that is quite literally intended to send notifications. I won't go into details here to avoid duplication of response. > > Is there any solution and als...
60,731
[I've published a dessert book on Kindle](http://rads.stackoverflow.com/amzn/click/B014YHL3UK). I only had a small budget so I used a free stock image, but I've been getting feedback that it's not very appetizing and I agree that it isn't - it's too dark and not very tasty in my opinion. I've designed the following al...
2015/09/17
[ "https://graphicdesign.stackexchange.com/questions/60731", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/5861/" ]
Some general considerations: **Positioning of the title** I don't feel there is an obvious advantage to any of the two/three versions, but I do prefer n. 4 because the white background highlights the image more, and the overlay of the font at the top looks pretty nice. **Pick of photographs** I am nor particularl...
Definitely cover 3. It looks healthier, which is probably what most people will be looking for when search for low carbohydrate deserts. The food is also presented a lot better than in the other photos.
60,731
[I've published a dessert book on Kindle](http://rads.stackoverflow.com/amzn/click/B014YHL3UK). I only had a small budget so I used a free stock image, but I've been getting feedback that it's not very appetizing and I agree that it isn't - it's too dark and not very tasty in my opinion. I've designed the following al...
2015/09/17
[ "https://graphicdesign.stackexchange.com/questions/60731", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/5861/" ]
Definitely cover 3. It looks healthier, which is probably what most people will be looking for when search for low carbohydrate deserts. The food is also presented a lot better than in the other photos.
In the first set, the font is particularly problematic. That font looks 'fat' and round and bursting at the seams. In both sets, the images are too noisy. Low === Minimal imo, so you should go for a minimalist, light and airy design. This is a very appropriate use case to recommend using a very thin and simplist...
60,731
[I've published a dessert book on Kindle](http://rads.stackoverflow.com/amzn/click/B014YHL3UK). I only had a small budget so I used a free stock image, but I've been getting feedback that it's not very appetizing and I agree that it isn't - it's too dark and not very tasty in my opinion. I've designed the following al...
2015/09/17
[ "https://graphicdesign.stackexchange.com/questions/60731", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/5861/" ]
Some general considerations: **Positioning of the title** I don't feel there is an obvious advantage to any of the two/three versions, but I do prefer n. 4 because the white background highlights the image more, and the overlay of the font at the top looks pretty nice. **Pick of photographs** I am nor particularl...
In the first set, the font is particularly problematic. That font looks 'fat' and round and bursting at the seams. In both sets, the images are too noisy. Low === Minimal imo, so you should go for a minimalist, light and airy design. This is a very appropriate use case to recommend using a very thin and simplist...
14,761,635
I have a div which is already rotated, however all content within it is transformed in the same fashion. I have plugged a fiddle below to better illustrate what I am trying to achieve. What would be the proper way to transform the image of the 'moon' so that it maintains it's original shape as it travels the path?
2013/02/07
[ "https://Stackoverflow.com/questions/14761635", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1779168/" ]
Does not seem to be an IPython issue, I can reproduce it here : <http://util.io/mathjax> with {\partial \over \partial x}g(x) Is it just to have the math bigeer or the all page ? You can try to change the zoom factor of equation in mathjax option/right click. Notebook server does not yet expose configuration for that ...
The issue only exists in Google Chrome. It renders properly in Safari: ![big_zoom, properly rendered](https://i.stack.imgur.com/xpdx7.png)
14,761,635
I have a div which is already rotated, however all content within it is transformed in the same fashion. I have plugged a fiddle below to better illustrate what I am trying to achieve. What would be the proper way to transform the image of the 'moon' so that it maintains it's original shape as it travels the path?
2013/02/07
[ "https://Stackoverflow.com/questions/14761635", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1779168/" ]
This is a bug in Chrome, but there is a work-around in MathJax v2.1. I suspect you are using an earlier version, so if you update that, it should resolve your problem.
The issue only exists in Google Chrome. It renders properly in Safari: ![big_zoom, properly rendered](https://i.stack.imgur.com/xpdx7.png)
361,084
Playing Hardcore mode, according to <https://fallout.fandom.com/wiki/Hardcore_mode> "Limbs can only be restored by a doctor's bag, hydra, weapon binding ritual, healing poultice, Auto-Doc, or by visiting an actual doctor. Sleeping does not heal health points or crippled limbs, unless it's in an owned bed or having the ...
2019/12/06
[ "https://gaming.stackexchange.com/questions/361084", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/240965/" ]
You are correct in your observation that you cannot receive medical attention when your character is at full health. This can be easily rectified without any additional cost. Doctors always charge the same flat rate (50 caps) regardless of whether your courier is almost dead or only has light damage. This means you can...
In addition to PausePause's answer, here are some mods you might want to consider using: * [This one](https://www.nexusmods.com/newvegas/mods/61506) allows you to heal crippled limbs using Stimpaks in Hardcore Mode. * A somewhat more appropriate mod for Hardcore Mode is [this one](https://www.nexusmods.com/newvegas/mo...
114,752
one custom second one is opportunity. First I created a custom object like as opportunity. But I want move fields (custom object) from to standard opportunity. In opportunity also some custom fields added. Is there any way to move fields please help me?
2016/03/18
[ "https://salesforce.stackexchange.com/questions/114752", "https://salesforce.stackexchange.com", "https://salesforce.stackexchange.com/users/29293/" ]
you can't move the fields(metadata) from one object to another object. You have to create the field name same as old object field name and then migrate the data to the standard oject
if you want to transfer data from one custom object field to any opportunity field you can use master-detail or lookup relationship. But you can not move fields like if u have test1\_\_c field in custom object and you want cut it from here and move it to opportunity it is not possible. Although U can create same name...
69,534
I'm currently reading Ancient History of India and I have the following question - It has been widely documented that religion is divided into sects on account of differences in the interpretations of scriptures/teachings of their founder. so, Why is it that the language of the texts or their ideas weren't represented ...
2020/01/12
[ "https://philosophy.stackexchange.com/questions/69534", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/43713/" ]
First, lets make one point clear... Spiritual 'truths' are matters of *pointing*, not *teaching*. No one can teach a spiritual truth; one can only point in the direction of it in the hope that people will follow the gesture and see for themselves. It's the old Buddhist parable of the *finger pointing at the moon* broug...
All phenomenon, as premised upon certain axioms, entropy through a progressive regression into various other axioms due to entropy, be it religion, or philosophy. This entropy, while grounded in physics occurs abstractly as well considering the point particles which form physical phenomenom share a common bond with at...
69,534
I'm currently reading Ancient History of India and I have the following question - It has been widely documented that religion is divided into sects on account of differences in the interpretations of scriptures/teachings of their founder. so, Why is it that the language of the texts or their ideas weren't represented ...
2020/01/12
[ "https://philosophy.stackexchange.com/questions/69534", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/43713/" ]
To understand the religion of India you would have to understand why there are many flavours and schools. Thus the question here is not really answerable in an internet post but only by following the teachings and acquiring knowledge. The answer by Ted Wrigley covers some of the ground but there is more. A number of ...
All phenomenon, as premised upon certain axioms, entropy through a progressive regression into various other axioms due to entropy, be it religion, or philosophy. This entropy, while grounded in physics occurs abstractly as well considering the point particles which form physical phenomenom share a common bond with at...
69,534
I'm currently reading Ancient History of India and I have the following question - It has been widely documented that religion is divided into sects on account of differences in the interpretations of scriptures/teachings of their founder. so, Why is it that the language of the texts or their ideas weren't represented ...
2020/01/12
[ "https://philosophy.stackexchange.com/questions/69534", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/43713/" ]
First, lets make one point clear... Spiritual 'truths' are matters of *pointing*, not *teaching*. No one can teach a spiritual truth; one can only point in the direction of it in the hope that people will follow the gesture and see for themselves. It's the old Buddhist parable of the *finger pointing at the moon* broug...
To understand the religion of India you would have to understand why there are many flavours and schools. Thus the question here is not really answerable in an internet post but only by following the teachings and acquiring knowledge. The answer by Ted Wrigley covers some of the ground but there is more. A number of ...
69,534
I'm currently reading Ancient History of India and I have the following question - It has been widely documented that religion is divided into sects on account of differences in the interpretations of scriptures/teachings of their founder. so, Why is it that the language of the texts or their ideas weren't represented ...
2020/01/12
[ "https://philosophy.stackexchange.com/questions/69534", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/43713/" ]
First, lets make one point clear... Spiritual 'truths' are matters of *pointing*, not *teaching*. No one can teach a spiritual truth; one can only point in the direction of it in the hope that people will follow the gesture and see for themselves. It's the old Buddhist parable of the *finger pointing at the moon* broug...
In my view, this happens primarily due to two reasons. (1) Different people have spiritual experiences with different rituals. Religions (almost) always have rituals. But in any religion, there are people who cannot experience anything spiritual with the existing rituals and when they realize that they can also have s...
69,534
I'm currently reading Ancient History of India and I have the following question - It has been widely documented that religion is divided into sects on account of differences in the interpretations of scriptures/teachings of their founder. so, Why is it that the language of the texts or their ideas weren't represented ...
2020/01/12
[ "https://philosophy.stackexchange.com/questions/69534", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/43713/" ]
To understand the religion of India you would have to understand why there are many flavours and schools. Thus the question here is not really answerable in an internet post but only by following the teachings and acquiring knowledge. The answer by Ted Wrigley covers some of the ground but there is more. A number of ...
In my view, this happens primarily due to two reasons. (1) Different people have spiritual experiences with different rituals. Religions (almost) always have rituals. But in any religion, there are people who cannot experience anything spiritual with the existing rituals and when they realize that they can also have s...
11,962,138
I'd like some help chosing a framework for cross platform mobile game development. I have narrowed it down to [libgdx](http://code.google.com/p/libgdx/) and [playn](http://code.google.com/p/playn/) I plan to make games mainly targeted for Android but i would also be able to release them on ios and as html. I know that...
2012/08/14
[ "https://Stackoverflow.com/questions/11962138", "https://Stackoverflow.com", "https://Stackoverflow.com/users/544527/" ]
My vote goes for libgdx. libgdx seems more extensive than playn, has a very active community, supports almost all the platforms (some supports coming soon) that are supported by playn and is very well documented. Moreover, if you are particularly targeting Android (as your question suggests), I would rather say the lib...
Libgdx is super fast as some is wriiten in c++. You can move hundreds of sprites smoothly on a single core phone using this framework. It is easy to install and work with and the community anwsers all my questions quickly.
11,962,138
I'd like some help chosing a framework for cross platform mobile game development. I have narrowed it down to [libgdx](http://code.google.com/p/libgdx/) and [playn](http://code.google.com/p/playn/) I plan to make games mainly targeted for Android but i would also be able to release them on ios and as html. I know that...
2012/08/14
[ "https://Stackoverflow.com/questions/11962138", "https://Stackoverflow.com", "https://Stackoverflow.com/users/544527/" ]
I have not done any release games with libgdx, but it would get my vote. You have to consider the risk of not developing a successful game on any platform if you choose the wrong framework. just looked at playn and it seem that documentation is not there, user group activity is not there, and its just not far enough al...
i create a big strategic online game with libgdx. it is great. it's fast. support is good. document is more. ios supported with robovm and soon Multi-OS Engine implement in libgdx, too. If you are fluent in Java. libgdx is best choice.
11,962,138
I'd like some help chosing a framework for cross platform mobile game development. I have narrowed it down to [libgdx](http://code.google.com/p/libgdx/) and [playn](http://code.google.com/p/playn/) I plan to make games mainly targeted for Android but i would also be able to release them on ios and as html. I know that...
2012/08/14
[ "https://Stackoverflow.com/questions/11962138", "https://Stackoverflow.com", "https://Stackoverflow.com/users/544527/" ]
I have not done any release games with libgdx, but it would get my vote. You have to consider the risk of not developing a successful game on any platform if you choose the wrong framework. just looked at playn and it seem that documentation is not there, user group activity is not there, and its just not far enough al...
I can't really compare the two because I have used Libgdx only so far. For Libgdx, there are quite alot of resources and examples you can go over before you start to develop. Many supporters wrote easy-to-understand tutorials so it is quite easy to learn.
11,962,138
I'd like some help chosing a framework for cross platform mobile game development. I have narrowed it down to [libgdx](http://code.google.com/p/libgdx/) and [playn](http://code.google.com/p/playn/) I plan to make games mainly targeted for Android but i would also be able to release them on ios and as html. I know that...
2012/08/14
[ "https://Stackoverflow.com/questions/11962138", "https://Stackoverflow.com", "https://Stackoverflow.com/users/544527/" ]
I don't know about the other one but for me libgdx is a great engine I just graduated from highschool and had been coding for a year now. Through libgdx I created various apps for iOS and android in just 1 week of learning libgdx's syntax. I would suggest going to this link <http://www.kilobolt.com/zombie-bird-tutorial...
Libgdx is super fast as some is wriiten in c++. You can move hundreds of sprites smoothly on a single core phone using this framework. It is easy to install and work with and the community anwsers all my questions quickly.
11,962,138
I'd like some help chosing a framework for cross platform mobile game development. I have narrowed it down to [libgdx](http://code.google.com/p/libgdx/) and [playn](http://code.google.com/p/playn/) I plan to make games mainly targeted for Android but i would also be able to release them on ios and as html. I know that...
2012/08/14
[ "https://Stackoverflow.com/questions/11962138", "https://Stackoverflow.com", "https://Stackoverflow.com/users/544527/" ]
I think at this point either would be a good pick. Here's why... I haven't used Libdx, but I've perused their site. I think both projects look pretty good. If I were picking a Game Engine my decision would come down to features, stability and support. Starting with support, both projects seem to have pretty dedicated...
Libgdx is super fast as some is wriiten in c++. You can move hundreds of sprites smoothly on a single core phone using this framework. It is easy to install and work with and the community anwsers all my questions quickly.
11,962,138
I'd like some help chosing a framework for cross platform mobile game development. I have narrowed it down to [libgdx](http://code.google.com/p/libgdx/) and [playn](http://code.google.com/p/playn/) I plan to make games mainly targeted for Android but i would also be able to release them on ios and as html. I know that...
2012/08/14
[ "https://Stackoverflow.com/questions/11962138", "https://Stackoverflow.com", "https://Stackoverflow.com/users/544527/" ]
I have not done any release games with libgdx, but it would get my vote. You have to consider the risk of not developing a successful game on any platform if you choose the wrong framework. just looked at playn and it seem that documentation is not there, user group activity is not there, and its just not far enough al...
I don't know about the other one but for me libgdx is a great engine I just graduated from highschool and had been coding for a year now. Through libgdx I created various apps for iOS and android in just 1 week of learning libgdx's syntax. I would suggest going to this link <http://www.kilobolt.com/zombie-bird-tutorial...
11,962,138
I'd like some help chosing a framework for cross platform mobile game development. I have narrowed it down to [libgdx](http://code.google.com/p/libgdx/) and [playn](http://code.google.com/p/playn/) I plan to make games mainly targeted for Android but i would also be able to release them on ios and as html. I know that...
2012/08/14
[ "https://Stackoverflow.com/questions/11962138", "https://Stackoverflow.com", "https://Stackoverflow.com/users/544527/" ]
My team is already developing with libgdx and it works great. You can add box2d for the physics and don't need the bad android emulator to debug. All is done with java and you only import the project to your android project and can try it on any device you choose. You also have the windows/web project and the iOS is co...
I don't know about the other one but for me libgdx is a great engine I just graduated from highschool and had been coding for a year now. Through libgdx I created various apps for iOS and android in just 1 week of learning libgdx's syntax. I would suggest going to this link <http://www.kilobolt.com/zombie-bird-tutorial...
11,962,138
I'd like some help chosing a framework for cross platform mobile game development. I have narrowed it down to [libgdx](http://code.google.com/p/libgdx/) and [playn](http://code.google.com/p/playn/) I plan to make games mainly targeted for Android but i would also be able to release them on ios and as html. I know that...
2012/08/14
[ "https://Stackoverflow.com/questions/11962138", "https://Stackoverflow.com", "https://Stackoverflow.com/users/544527/" ]
My team is already developing with libgdx and it works great. You can add box2d for the physics and don't need the bad android emulator to debug. All is done with java and you only import the project to your android project and can try it on any device you choose. You also have the windows/web project and the iOS is co...
Libgdx is super fast as some is wriiten in c++. You can move hundreds of sprites smoothly on a single core phone using this framework. It is easy to install and work with and the community anwsers all my questions quickly.
11,962,138
I'd like some help chosing a framework for cross platform mobile game development. I have narrowed it down to [libgdx](http://code.google.com/p/libgdx/) and [playn](http://code.google.com/p/playn/) I plan to make games mainly targeted for Android but i would also be able to release them on ios and as html. I know that...
2012/08/14
[ "https://Stackoverflow.com/questions/11962138", "https://Stackoverflow.com", "https://Stackoverflow.com/users/544527/" ]
I don't know about the other one but for me libgdx is a great engine I just graduated from highschool and had been coding for a year now. Through libgdx I created various apps for iOS and android in just 1 week of learning libgdx's syntax. I would suggest going to this link <http://www.kilobolt.com/zombie-bird-tutorial...
I can't really compare the two because I have used Libgdx only so far. For Libgdx, there are quite alot of resources and examples you can go over before you start to develop. Many supporters wrote easy-to-understand tutorials so it is quite easy to learn.
11,962,138
I'd like some help chosing a framework for cross platform mobile game development. I have narrowed it down to [libgdx](http://code.google.com/p/libgdx/) and [playn](http://code.google.com/p/playn/) I plan to make games mainly targeted for Android but i would also be able to release them on ios and as html. I know that...
2012/08/14
[ "https://Stackoverflow.com/questions/11962138", "https://Stackoverflow.com", "https://Stackoverflow.com/users/544527/" ]
I have not done any release games with libgdx, but it would get my vote. You have to consider the risk of not developing a successful game on any platform if you choose the wrong framework. just looked at playn and it seem that documentation is not there, user group activity is not there, and its just not far enough al...
Libgdx is super fast as some is wriiten in c++. You can move hundreds of sprites smoothly on a single core phone using this framework. It is easy to install and work with and the community anwsers all my questions quickly.
4,567
I am using Vectorworks 2011 to build a site plan. I would like to include a 3D view using a "Landscape Area" to display a block of vegetation. I have drawn the shape of the area, set the 3D view to "3D Plants" and added the plant information. When I turn on OpenGL mode and switch to a 3D view the plants appear only as...
2010/12/20
[ "https://gis.stackexchange.com/questions/4567", "https://gis.stackexchange.com", "https://gis.stackexchange.com/users/916/" ]
I think the coordinates are in the spherical Mercator used by Bing maps and Google maps, NOT UTM. UTM coords normally are 6 digits in the easting. EPSG uses 3857 (as does Esri starting with ArcGIS 10) for the well-known ID. Esri used to use either 102113 or 102100 and others around the internet use 900913 ("google").
Looks like **Universal Transverse Mercator** <http://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system> <http://www.gpsbabel.org/htmldoc-development/fmt_bcr.html> ![alt text](https://i.stack.imgur.com/CvSg1.png) Estonia is in UTM 34V (Gulf of Riga) & 35V
13,182
Does dopamine spread and interact across the whole brain? If not, which areas are affected most and which least?
2016/01/28
[ "https://cogsci.stackexchange.com/questions/13182", "https://cogsci.stackexchange.com", "https://cogsci.stackexchange.com/users/908/" ]
1. Parts of the brain affected by dopamine Dopamine exerts different effects in different regions and pathways throughout the brain. In the **mesolimbic pathway**, dopamine is believed to be involved in motivation and addiction due to the feelings of reward and pleasure associated with dopamine release here. In the **...
No, unlike norepinephrine and serotonin, dopamine's pathway is limited.actually it affects two part of cognition, reward and motor functions. As part of the reward pathway, dopamine is manufactured in nerve cell bodies located within the ventral tegmental area (VTA) and is released in the nucleus accumbens and the pref...
13,182
Does dopamine spread and interact across the whole brain? If not, which areas are affected most and which least?
2016/01/28
[ "https://cogsci.stackexchange.com/questions/13182", "https://cogsci.stackexchange.com", "https://cogsci.stackexchange.com/users/908/" ]
Quoting my thesis: > > CNS Dopamine/DA projections primarily emerge from two subcortical basal ganglia nuclei in the brain stem, travelling along three major pathways (Purves et al., 2004). > > > The nigrostriatal pathway, connecting the substantia nigra and the striatum, is mainly implicated in higher motor contro...
No, unlike norepinephrine and serotonin, dopamine's pathway is limited.actually it affects two part of cognition, reward and motor functions. As part of the reward pathway, dopamine is manufactured in nerve cell bodies located within the ventral tegmental area (VTA) and is released in the nucleus accumbens and the pref...
13,182
Does dopamine spread and interact across the whole brain? If not, which areas are affected most and which least?
2016/01/28
[ "https://cogsci.stackexchange.com/questions/13182", "https://cogsci.stackexchange.com", "https://cogsci.stackexchange.com/users/908/" ]
Quoting my thesis: > > CNS Dopamine/DA projections primarily emerge from two subcortical basal ganglia nuclei in the brain stem, travelling along three major pathways (Purves et al., 2004). > > > The nigrostriatal pathway, connecting the substantia nigra and the striatum, is mainly implicated in higher motor contro...
1. Parts of the brain affected by dopamine Dopamine exerts different effects in different regions and pathways throughout the brain. In the **mesolimbic pathway**, dopamine is believed to be involved in motivation and addiction due to the feelings of reward and pleasure associated with dopamine release here. In the **...
1,284,996
Getting the following Outlook issue this morning. Clicked to open Outlook this morning and got the following Error: [![enter image description here](https://i.stack.imgur.com/ReQtF.jpg)](https://i.stack.imgur.com/ReQtF.jpg) I have followed the steps on the [Microsoft support page](https://support.microsoft.com/en-us/...
2018/01/12
[ "https://superuser.com/questions/1284996", "https://superuser.com", "https://superuser.com/users/400856/" ]
Your profile is corrupted. I think you did go to the right support page. I followed the same steps with two caveats: A. I exited Skype for Business, which seems to hold the \*.ost files hostage until you do B. I removed *every profile*, unlike the suggestion in the support page that says not to remove the primary pro...
New an Outlook profile with your Exchange account for testing. As an Exchange administrator, check the status of mailbox migration in Exchange server, complete the move request and check it again. If you are not an Exchange admin, contact your admin to check it.
121,763
I don't know if it applies to other countries, but in Canada practically all auto and home insurers routinely raise your insurance premiums after you make a claim, even for not-at-fault and purely accidental claims. I recently received a letter from my home insurer that proudly promised not to raise my premium after my...
2020/03/18
[ "https://money.stackexchange.com/questions/121763", "https://money.stackexchange.com", "https://money.stackexchange.com/users/20280/" ]
The probability of a claim is based on any and every factor they can use -- if statistics say that people who own dogs are more likely to make a claim, they'll consider adding a question about dog ownership to the insurance application. By far the strongest indication that someone will make a claim in the future is th...
At least here in the US there's also another factor at play: Many insurance companies offer claim-free discounts. Making a claim means you're no longer claim free. (Or there can be a middle ground--with my auto insurance if they recover **every** dollar they pay me then it's not counted as a claim. When an idiot didn't...
121,763
I don't know if it applies to other countries, but in Canada practically all auto and home insurers routinely raise your insurance premiums after you make a claim, even for not-at-fault and purely accidental claims. I recently received a letter from my home insurer that proudly promised not to raise my premium after my...
2020/03/18
[ "https://money.stackexchange.com/questions/121763", "https://money.stackexchange.com", "https://money.stackexchange.com/users/20280/" ]
The probability of a claim is based on any and every factor they can use -- if statistics say that people who own dogs are more likely to make a claim, they'll consider adding a question about dog ownership to the insurance application. By far the strongest indication that someone will make a claim in the future is th...
From your question and comments, I think you may be incorrectly reasoning about probability and specifically over-generalizing from the rule "occurrence of random events don't predict anything about future events". Let's take a simple demonstration with dice, which hopefully shows how the insurer thinks about random e...
121,763
I don't know if it applies to other countries, but in Canada practically all auto and home insurers routinely raise your insurance premiums after you make a claim, even for not-at-fault and purely accidental claims. I recently received a letter from my home insurer that proudly promised not to raise my premium after my...
2020/03/18
[ "https://money.stackexchange.com/questions/121763", "https://money.stackexchange.com", "https://money.stackexchange.com/users/20280/" ]
At least here in the US there's also another factor at play: Many insurance companies offer claim-free discounts. Making a claim means you're no longer claim free. (Or there can be a middle ground--with my auto insurance if they recover **every** dollar they pay me then it's not counted as a claim. When an idiot didn't...
From your question and comments, I think you may be incorrectly reasoning about probability and specifically over-generalizing from the rule "occurrence of random events don't predict anything about future events". Let's take a simple demonstration with dice, which hopefully shows how the insurer thinks about random e...
8,371,767
Obviously, one needs a PC with a copy of Delphi XE2. But, do you need a Mac or iPad? Mac OSX running in a virtual machine? ... Can you create and compile the application entirely on a PC?
2011/12/03
[ "https://Stackoverflow.com/questions/8371767", "https://Stackoverflow.com", "https://Stackoverflow.com/users/65886/" ]
You require a Windows PC (32 or 64 bit, running Vista or 7 - though XP has limited support) to use Delphi XE2's IDE and compiler. These simply will not work on any other platform, so you can only develop on a Windows PC! With *only* a Windows 32 (or 64) bit PC, you can build Win32, Win64 and OSX applications. To test...
You can create and compile the entiry application on a PC. You need OS X version 10.6 or 10.7 to test it on a MAC: [Prerequisites](http://docwiki.embarcadero.com/RADStudio/en/FireMonkey_Platform_Prerequisites) Watch Andreano Lanusse [video](http://www.youtube.com/watch?v=JtFIw2YpuQc&feature=related) Found with Googl...
8,371,767
Obviously, one needs a PC with a copy of Delphi XE2. But, do you need a Mac or iPad? Mac OSX running in a virtual machine? ... Can you create and compile the application entirely on a PC?
2011/12/03
[ "https://Stackoverflow.com/questions/8371767", "https://Stackoverflow.com", "https://Stackoverflow.com/users/65886/" ]
You can create and compile the entiry application on a PC. You need OS X version 10.6 or 10.7 to test it on a MAC: [Prerequisites](http://docwiki.embarcadero.com/RADStudio/en/FireMonkey_Platform_Prerequisites) Watch Andreano Lanusse [video](http://www.youtube.com/watch?v=JtFIw2YpuQc&feature=related) Found with Googl...
a bit late, but the question still stands (me at least, I'm researching the subject) regarding the virtualization part of the mac, which is dismissed by everybody above, and how that is not possible to be used instead of a physical mac (same for the open-gl FM related comment above), I'd quote XE5 official documentati...
8,371,767
Obviously, one needs a PC with a copy of Delphi XE2. But, do you need a Mac or iPad? Mac OSX running in a virtual machine? ... Can you create and compile the application entirely on a PC?
2011/12/03
[ "https://Stackoverflow.com/questions/8371767", "https://Stackoverflow.com", "https://Stackoverflow.com/users/65886/" ]
You require a Windows PC (32 or 64 bit, running Vista or 7 - though XP has limited support) to use Delphi XE2's IDE and compiler. These simply will not work on any other platform, so you can only develop on a Windows PC! With *only* a Windows 32 (or 64) bit PC, you can build Win32, Win64 and OSX applications. To test...
a bit late, but the question still stands (me at least, I'm researching the subject) regarding the virtualization part of the mac, which is dismissed by everybody above, and how that is not possible to be used instead of a physical mac (same for the open-gl FM related comment above), I'd quote XE5 official documentati...
9,335
I enjoy reading about chess and there is a number of blogs that I follow. And I do toy with the idea of starting a chess blog myself in a distant and uncertain future. So I want to tap your combined knowledge: * What are the best chess blogs you know? * What makes them so interesting? (I know this is the kind of subj...
2015/05/23
[ "https://chess.stackexchange.com/questions/9335", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/4362/" ]
For players under 1800 USCF/FIDE, [Dan Heisman's blog](http://www.chess.com/blog/danheisman) is an extremely helpful source. He has lots of information on: * Thought process: how Hope Chess can cause losses * Time Management: how to manage your time in order to be able to think as much as possible when the game gets c...
I would recommend [Tim Krabbé's CHESS CURIOSITIES](http://timkr.home.xs4all.nl/chess/chess.html). It contains all sorts of interesting facts and stories related to chess. There are also many puzzles and interesting games, with comments, historical notes and curious details related to the games/problems/players. It is h...
9,335
I enjoy reading about chess and there is a number of blogs that I follow. And I do toy with the idea of starting a chess blog myself in a distant and uncertain future. So I want to tap your combined knowledge: * What are the best chess blogs you know? * What makes them so interesting? (I know this is the kind of subj...
2015/05/23
[ "https://chess.stackexchange.com/questions/9335", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/4362/" ]
* [TheChessMind](http://www.thechessmind.net) by Dennis Monokroussos. Pretty much the best alternative to the major chess news sites. Often a bit faster, commented games, interesting tidbits. * [The Streatham Brixton Chess Blog](http://streathambrixtonchess.blogspot.de). Different writers from one club, write about vas...
My top two choices would be * [Chess Daily News](https://chessdailynews.com/) * [Begin Chess](http://www.beginchess.com)
9,335
I enjoy reading about chess and there is a number of blogs that I follow. And I do toy with the idea of starting a chess blog myself in a distant and uncertain future. So I want to tap your combined knowledge: * What are the best chess blogs you know? * What makes them so interesting? (I know this is the kind of subj...
2015/05/23
[ "https://chess.stackexchange.com/questions/9335", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/4362/" ]
For players under 1800 USCF/FIDE, [Dan Heisman's blog](http://www.chess.com/blog/danheisman) is an extremely helpful source. He has lots of information on: * Thought process: how Hope Chess can cause losses * Time Management: how to manage your time in order to be able to think as much as possible when the game gets c...
My top two choices would be * [Chess Daily News](https://chessdailynews.com/) * [Begin Chess](http://www.beginchess.com)
9,335
I enjoy reading about chess and there is a number of blogs that I follow. And I do toy with the idea of starting a chess blog myself in a distant and uncertain future. So I want to tap your combined knowledge: * What are the best chess blogs you know? * What makes them so interesting? (I know this is the kind of subj...
2015/05/23
[ "https://chess.stackexchange.com/questions/9335", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/4362/" ]
* [TheChessMind](http://www.thechessmind.net) by Dennis Monokroussos. Pretty much the best alternative to the major chess news sites. Often a bit faster, commented games, interesting tidbits. * [The Streatham Brixton Chess Blog](http://streathambrixtonchess.blogspot.de). Different writers from one club, write about vas...
A few days back, I wrote an article called [Top 11 Chess Blogs You Love to Read](https://chessblogger.org/blog/best-chess-blogs/). I added 11 chess blogs for it. It will worth reading. I will add two main blogs from that list to this answer and why they are good. **Chess.com blog**: They publish around 100 posts per ...
9,335
I enjoy reading about chess and there is a number of blogs that I follow. And I do toy with the idea of starting a chess blog myself in a distant and uncertain future. So I want to tap your combined knowledge: * What are the best chess blogs you know? * What makes them so interesting? (I know this is the kind of subj...
2015/05/23
[ "https://chess.stackexchange.com/questions/9335", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/4362/" ]
For players under 1800 USCF/FIDE, [Dan Heisman's blog](http://www.chess.com/blog/danheisman) is an extremely helpful source. He has lots of information on: * Thought process: how Hope Chess can cause losses * Time Management: how to manage your time in order to be able to think as much as possible when the game gets c...
[chess.com blog](http://www.chess.com/blog/) It is great blog with good few good articles written by chess masters (I read one for GM Hikaru [this one](http://www.chess.com/blog/Hikaru/us-champs))
9,335
I enjoy reading about chess and there is a number of blogs that I follow. And I do toy with the idea of starting a chess blog myself in a distant and uncertain future. So I want to tap your combined knowledge: * What are the best chess blogs you know? * What makes them so interesting? (I know this is the kind of subj...
2015/05/23
[ "https://chess.stackexchange.com/questions/9335", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/4362/" ]
* [TheChessMind](http://www.thechessmind.net) by Dennis Monokroussos. Pretty much the best alternative to the major chess news sites. Often a bit faster, commented games, interesting tidbits. * [The Streatham Brixton Chess Blog](http://streathambrixtonchess.blogspot.de). Different writers from one club, write about vas...
Also check out Greg Shahade's [blog](https://gregshahade.wordpress.com/) .
9,335
I enjoy reading about chess and there is a number of blogs that I follow. And I do toy with the idea of starting a chess blog myself in a distant and uncertain future. So I want to tap your combined knowledge: * What are the best chess blogs you know? * What makes them so interesting? (I know this is the kind of subj...
2015/05/23
[ "https://chess.stackexchange.com/questions/9335", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/4362/" ]
For players under 1800 USCF/FIDE, [Dan Heisman's blog](http://www.chess.com/blog/danheisman) is an extremely helpful source. He has lots of information on: * Thought process: how Hope Chess can cause losses * Time Management: how to manage your time in order to be able to think as much as possible when the game gets c...
* [TheChessMind](http://www.thechessmind.net) by Dennis Monokroussos. Pretty much the best alternative to the major chess news sites. Often a bit faster, commented games, interesting tidbits. * [The Streatham Brixton Chess Blog](http://streathambrixtonchess.blogspot.de). Different writers from one club, write about vas...
9,335
I enjoy reading about chess and there is a number of blogs that I follow. And I do toy with the idea of starting a chess blog myself in a distant and uncertain future. So I want to tap your combined knowledge: * What are the best chess blogs you know? * What makes them so interesting? (I know this is the kind of subj...
2015/05/23
[ "https://chess.stackexchange.com/questions/9335", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/4362/" ]
For players under 1800 USCF/FIDE, [Dan Heisman's blog](http://www.chess.com/blog/danheisman) is an extremely helpful source. He has lots of information on: * Thought process: how Hope Chess can cause losses * Time Management: how to manage your time in order to be able to think as much as possible when the game gets c...
Also check out Greg Shahade's [blog](https://gregshahade.wordpress.com/) .
9,335
I enjoy reading about chess and there is a number of blogs that I follow. And I do toy with the idea of starting a chess blog myself in a distant and uncertain future. So I want to tap your combined knowledge: * What are the best chess blogs you know? * What makes them so interesting? (I know this is the kind of subj...
2015/05/23
[ "https://chess.stackexchange.com/questions/9335", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/4362/" ]
[chess.com blog](http://www.chess.com/blog/) It is great blog with good few good articles written by chess masters (I read one for GM Hikaru [this one](http://www.chess.com/blog/Hikaru/us-champs))
My top two choices would be * [Chess Daily News](https://chessdailynews.com/) * [Begin Chess](http://www.beginchess.com)
9,335
I enjoy reading about chess and there is a number of blogs that I follow. And I do toy with the idea of starting a chess blog myself in a distant and uncertain future. So I want to tap your combined knowledge: * What are the best chess blogs you know? * What makes them so interesting? (I know this is the kind of subj...
2015/05/23
[ "https://chess.stackexchange.com/questions/9335", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/4362/" ]
* [TheChessMind](http://www.thechessmind.net) by Dennis Monokroussos. Pretty much the best alternative to the major chess news sites. Often a bit faster, commented games, interesting tidbits. * [The Streatham Brixton Chess Blog](http://streathambrixtonchess.blogspot.de). Different writers from one club, write about vas...
[chess.com blog](http://www.chess.com/blog/) It is great blog with good few good articles written by chess masters (I read one for GM Hikaru [this one](http://www.chess.com/blog/Hikaru/us-champs))
1,053,285
I want to know what this looks like. I don't have any ideas about ZendFramework, and that makes me sad. :( If any one knows of a site which is built in ZendFramework, or has any other experience with it, please do let me know your thoughts.
2009/06/27
[ "https://Stackoverflow.com/questions/1053285", "https://Stackoverflow.com", "https://Stackoverflow.com/users/110976/" ]
I believe zend does! Here <http://framework.zend.com/about/casestudies> Also [magento](http://www.magentocommerce.com/) is a notable application of the zend framework **Update:** Just found another post that you might find helpful. A more extensive list of zend framework based projects: <http://devzone.zend.com/arti...
we've recently built a pretty large site with the Zend Framework, and there's not much good I can say about it. While it is a large repository of classes (some of them quite useful), there is little direction of how to put them together to build a large, durable system, and many of the "documented" ways are either out...
1,053,285
I want to know what this looks like. I don't have any ideas about ZendFramework, and that makes me sad. :( If any one knows of a site which is built in ZendFramework, or has any other experience with it, please do let me know your thoughts.
2009/06/27
[ "https://Stackoverflow.com/questions/1053285", "https://Stackoverflow.com", "https://Stackoverflow.com/users/110976/" ]
I believe zend does! Here <http://framework.zend.com/about/casestudies> Also [magento](http://www.magentocommerce.com/) is a notable application of the zend framework **Update:** Just found another post that you might find helpful. A more extensive list of zend framework based projects: <http://devzone.zend.com/arti...
I was looking into Zend Framework for myself. It is really like a large Grey area without any help. I have been trying to find this help, only to be guided to Code Igniter. They have a few video tutorials that demonstrate use of the framework. Maybe this will give you a bit of an insight on Zend and how it works as wel...
1,053,285
I want to know what this looks like. I don't have any ideas about ZendFramework, and that makes me sad. :( If any one knows of a site which is built in ZendFramework, or has any other experience with it, please do let me know your thoughts.
2009/06/27
[ "https://Stackoverflow.com/questions/1053285", "https://Stackoverflow.com", "https://Stackoverflow.com/users/110976/" ]
I believe zend does! Here <http://framework.zend.com/about/casestudies> Also [magento](http://www.magentocommerce.com/) is a notable application of the zend framework **Update:** Just found another post that you might find helpful. A more extensive list of zend framework based projects: <http://devzone.zend.com/arti...
Grey area without help? Try <http://framework.zend.com/docs/quickstart> :) List of projects can be found on <http://www.zfcounter.org/projects>
1,053,285
I want to know what this looks like. I don't have any ideas about ZendFramework, and that makes me sad. :( If any one knows of a site which is built in ZendFramework, or has any other experience with it, please do let me know your thoughts.
2009/06/27
[ "https://Stackoverflow.com/questions/1053285", "https://Stackoverflow.com", "https://Stackoverflow.com/users/110976/" ]
we've recently built a pretty large site with the Zend Framework, and there's not much good I can say about it. While it is a large repository of classes (some of them quite useful), there is little direction of how to put them together to build a large, durable system, and many of the "documented" ways are either out...
I was looking into Zend Framework for myself. It is really like a large Grey area without any help. I have been trying to find this help, only to be guided to Code Igniter. They have a few video tutorials that demonstrate use of the framework. Maybe this will give you a bit of an insight on Zend and how it works as wel...
1,053,285
I want to know what this looks like. I don't have any ideas about ZendFramework, and that makes me sad. :( If any one knows of a site which is built in ZendFramework, or has any other experience with it, please do let me know your thoughts.
2009/06/27
[ "https://Stackoverflow.com/questions/1053285", "https://Stackoverflow.com", "https://Stackoverflow.com/users/110976/" ]
we've recently built a pretty large site with the Zend Framework, and there's not much good I can say about it. While it is a large repository of classes (some of them quite useful), there is little direction of how to put them together to build a large, durable system, and many of the "documented" ways are either out...
Grey area without help? Try <http://framework.zend.com/docs/quickstart> :) List of projects can be found on <http://www.zfcounter.org/projects>
1,053,285
I want to know what this looks like. I don't have any ideas about ZendFramework, and that makes me sad. :( If any one knows of a site which is built in ZendFramework, or has any other experience with it, please do let me know your thoughts.
2009/06/27
[ "https://Stackoverflow.com/questions/1053285", "https://Stackoverflow.com", "https://Stackoverflow.com/users/110976/" ]
I've been looking for an up-to-date best-practice and feature-filled Zend Framework based application to be able to base things on myself, to little effect thus far. I did come across a decent small version of that though last week - <http://www.dodoapp.com/> It's a fairly simple ajax-enabled todo-list, with member se...
we've recently built a pretty large site with the Zend Framework, and there's not much good I can say about it. While it is a large repository of classes (some of them quite useful), there is little direction of how to put them together to build a large, durable system, and many of the "documented" ways are either out...
1,053,285
I want to know what this looks like. I don't have any ideas about ZendFramework, and that makes me sad. :( If any one knows of a site which is built in ZendFramework, or has any other experience with it, please do let me know your thoughts.
2009/06/27
[ "https://Stackoverflow.com/questions/1053285", "https://Stackoverflow.com", "https://Stackoverflow.com/users/110976/" ]
I've been looking for an up-to-date best-practice and feature-filled Zend Framework based application to be able to base things on myself, to little effect thus far. I did come across a decent small version of that though last week - <http://www.dodoapp.com/> It's a fairly simple ajax-enabled todo-list, with member se...
I was looking into Zend Framework for myself. It is really like a large Grey area without any help. I have been trying to find this help, only to be guided to Code Igniter. They have a few video tutorials that demonstrate use of the framework. Maybe this will give you a bit of an insight on Zend and how it works as wel...
1,053,285
I want to know what this looks like. I don't have any ideas about ZendFramework, and that makes me sad. :( If any one knows of a site which is built in ZendFramework, or has any other experience with it, please do let me know your thoughts.
2009/06/27
[ "https://Stackoverflow.com/questions/1053285", "https://Stackoverflow.com", "https://Stackoverflow.com/users/110976/" ]
I've been looking for an up-to-date best-practice and feature-filled Zend Framework based application to be able to base things on myself, to little effect thus far. I did come across a decent small version of that though last week - <http://www.dodoapp.com/> It's a fairly simple ajax-enabled todo-list, with member se...
Grey area without help? Try <http://framework.zend.com/docs/quickstart> :) List of projects can be found on <http://www.zfcounter.org/projects>