Thursday, November 26, 2009

Fotos Da Mulheres Nuas

Super Mastercard - but costs rather than permanently free of charge?

permanently free of charge as a sham? Since March 2006, at Lidl's super-Mastercard CC-Bank (now Banco Santander) with a permanent exemption from annual fees and 5% fuel discount up sold to a height of 100 EUR. Many customers took up enthusiastically. Permanent save who would not?

get exactly Recently, these customers a nice letter of the Santander Bank, informed that from 1 December 2009, a monthly fee of 2 EUR is due .

permanent exemption but now costs money? OK, you might think: the bank would eventually live. If one extrapolated the ticket price of 24 EUR to the maximum advantage of savings when filling in the amount of 100 EUR to remain charged, always another 76 EUR discount for the customer.

But what about the business practices of the Santander Bank in dealing with the customer?

  • In the sales campaign was advertised at Lidl permanent exemption of the annual fee.
  • distinguishes the outside, this letter is not from the usual mailings that are sent from time to time by various banks. First, the benefits touted by credit card, then appears right in the body text of the message "For this attractive benefits package, we calculate from 01.12.2009 month EUR 2, -."
  • In a separate appeal or right of termination is not mentioned.

from an international bank, you can actually expect anything else!

Who does not agree, should be immediately written to object to the new fee. For some customers, the Bank has apparently "from Grace "on the collection of the fee already apart.

act worth losing who is silent!

Tuesday, November 24, 2009

I Have Reddish Mucus Instead Of A Period

employer subsidies for tuition fees at last contributory

dual degree programs are due to the mutual interplay between theory and practice increasingly popular. Most often this specialist business studies, economics computer science and industrial engineering are represented. Well known companies with the students complete a training contract and pull so targeted young professionals on land. Students benefit from a training allowance and a very high retention rate after graduation. In addition, the company takes over the program fee.

Previously, controversial, whether these charges had to be considered as accepted contributions rebate.

Since 19 October 2009, now finally fixed, that one may save the taxes now and the social security contributions for these grants:
Under § 1 (19), 15 SvEV by the employer supported or accepted in tuition fees for studies of the employees, if they tax law no wages, are not attributable to the pay.

following fiscal conditions must exist:

  • between workers and employers must have a training relationship ( Warning: a normal employment relationship) are
  • committed in the training contract, the employer expressly to assume the fees
  • The adopted fees can be recovered by the employer if the student is the training company within 2 years leaving or his Study breaks

The full text of the social security charges regulation (SvEV) there > here> .

Subjects:
study finance, but how? Part I
study finance, but as part II
More money for study by the Treasury

Monday, November 9, 2009

Is It Bad That I Spilled Water On My Memory Foam

gift of T-Mobile

T-Mobile today has in store for all customers with a nice surprise: On the occasion of the Berlin Wall fell 20 years ago T-Mobile gives away today on 9 November 2009 free SMS to all German networks.

This offer is valid for all T-Mobile prepaid and contract customers. The action ends today at 24:00 Clock. The news can not be free to all numbers except domestic service and special phone numbers sent.

Happy texting!

Related article:
Reduce your phone costs

Monday, November 2, 2009

How To Cite A Front Cover

double life pays off - Part II

If successful in professional life want to be, must be very flexible in today's world. Large distances between workplace and home are not unusual. To reduce journey times and avoid, is therefore often a second home in the workplace in question. The Treasury must adhere to this "second household" to participate.

condition
  1. Self household at the center of life (main residence). The location of the food item can be located abroad.
  1. second property in the workplace. This property must always be available, ie, an occasionally rented room is not enough!

What can I sell out?

expenditure on housing
This includes, for example, travel costs for the visit, charges for listings
postage, telephone costs, commissions, etc.

Relocation
All transportation costs and travel expenses on the day of the move can be claimed on proof. Packages are moving like a "normal" job-related move it here but not!

costs for the second dwelling
Here, all rental and property charges, and deposed in a condo ongoing operational, depreciation and debt interest. According to the decision the Federal Supreme Court (case number VI R 23/05) makes the tax office may recognize more than the cost corresponding to a normal local rent a 60 sqm apartment as appropriate.


equipment costs for bed linen, wardrobes, tables, seating, curtains, simple floors, cooking and eating utensils, cutlery, lamps, wall units can be sold at the usual price. "Luxury items" such as kitchen equipment, carpets, etc. Unterhaltungseletronik can not currently be made.

travel costs
trips at the beginning and end of the second household can either be a flat rate charged with 0.30 EUR / mileage or ticket to be presented for public transport. The home runs (1 x per week) can be independently separated from the transport used, with 0.30 EUR / km distance. This is only for actual trips made.

catering packages can
3 months will be charged flat rates for meal allowances while away time from the main residence. The following packages:

.. from 6 EUR. 8 hours
12 EUR 24 EUR from 14 hours from 24 hours


straight line with the food allowance can save many a tax-€! Currently, a method for Bundesfinanzhof (Reference VI R 10/08) pending. This will be decided whether a recognition be allowed over the 3 months to come could. Pending final decision, it is worthwhile to an already-issued tax assessment and appeal by reference to the above procedure to keep open or to specify in advance the actual time in the future tax return.

with questions on an accountant very happy.

Subjects:
double life pays off in Part I
more money from the Treasury for studying
Without Snare flat tax savings
Heavenly Decree of 50%
Greetings from the tax office

Electruc Box Level 19

Struts2 - Unchecked Exceptions log


(hudson) Inside my Continuous Integration system using ANT also identified potential error by FindBugs. For this purpose, the following target in the ANT script is defniert:


name = "FindBugs"
className = "edu.umd. cs.findbugs.anttask.FindBugsTask " >
   
refid= "findbugs.class.path"
/>




name= "run-findbugs" >
       run findbugs (FindBugs home: $ {} env.FINDBUGS_HOME)
dir = "$ {findbugs.report . dir} " />


dir =" $ {FindBugs . report.dir} "
/>
       home= "ext/findbugs-1.3.9-rc1" output= "xml:withMessages" outputFile= "${findbugs.report.dir}/findbugs_vger.xml"
>
            
location=
"${build.jar.dir}" />              refid= "build.class.path"
/> ;
path = "$ {src.dir}" />

but occurs at larger source code Analyzes an out of memory error: [ FindBugs ] Executing from FindBugs ant task [
FindBugs
] Running FindBugs ... [FindBugs] Out of memory [FindBugs] Total memory: 66M [FindBugs] free memory: 0M

FindBugs forks the process and makes a new JVM to instance, so a memory increase must take place within the FindBugs tags:

home = "ext/findbugs-1.3.9-rc1" jvmargs
= "-server-Xmx256m" ...