-- phpMyAdmin SQL Dump -- version 2.11.9.5 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Dec 01, 2009 at 01:42 AM -- Server version: 5.0.81 -- PHP Version: 5.2.9 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `dating_dating` -- -- -------------------------------------------------------- -- -- Table structure for table `fldHOMENEW` -- CREATE TABLE IF NOT EXISTS `fldHOMENEW` ( `fldNID` int(11) NOT NULL auto_increment, `fldNPID` int(11) default '0', `fldNTITLE` varchar(200) default NULL, `fldNNEWS` text, `fldNSOURCE` varchar(50) default NULL, `fldNDATE` varchar(50) default NULL, `fldNIMGXs` varchar(255) default NULL, `fldNHTML` int(11) default NULL, `fldNRECYCLE` int(11) default '0', PRIMARY KEY (`fldNID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=46 ; -- -- Dumping data for table `fldHOMENEW` -- INSERT INTO `fldHOMENEW` (`fldNID`, `fldNPID`, `fldNTITLE`, `fldNNEWS`, `fldNSOURCE`, `fldNDATE`, `fldNIMGXs`, `fldNHTML`, `fldNRECYCLE`) VALUES (42, 0, 'dog foods', NULL, NULL, NULL, NULL, NULL, 0), (43, 42, 'test', 'test', 'test', '2009-03-19 03:20:59', '', NULL, 0), (44, 0, 'Test Category', NULL, NULL, NULL, NULL, NULL, 0), (45, 42, 'Destructive Puppies', 'Naturally, young puppies may want to sniff, taste and play with just about everything in the household. He might also decide to chew up your favourite slippers, the furniture or the rug. It’s best not to lose your temper and avoid unwarranted punishment on him. Anxiety is often related to destructive chewing or it could be due to the puppy being left for long periods on his own.\r\n\r\nCrate training helps keep your puppy away from destructive chewing. You should not leave him in the crate when you are away from home, but put him into it for short periods during the day. Your puppy needs to understand that the crate is not a punishment area, nor an exclusion room. Make him see the crate as a perfectly normal place to be. A dog’s natural instincts are programmed to accept a den. The ‘Denning'' instinct is present in all canines and it would not be difficult to introduce the crate to your puppy.\r\n\r\nToys such as a Kong or a chew cube which are designed to be filled with treats that roll out as the pup plays, will keep him busy for long periods. You should not give your puppy anything to play with that resembles a household item, ie. an old sock or a shoe. Because, this will only encourage him to chew any socks or shoes in your household. Always encourage him to play with his own toys, by getting involved with ball games, or playing hide and seek with his favourite toy. ', '', '2009-03-19 03:26:38', '', NULL, 0); -- -------------------------------------------------------- -- -- Table structure for table `fldIMGXVOTE` -- CREATE TABLE IF NOT EXISTS `fldIMGXVOTE` ( `fldVID` int(11) NOT NULL auto_increment, `fldVIURL` varchar(200) NOT NULL default '', `fldRATE1` int(11) NOT NULL default '0', `fldRATE2` int(11) NOT NULL default '0', `fldRATE3` int(11) NOT NULL default '0', `fldRATE4` int(11) NOT NULL default '0', `fldRATE5` int(11) NOT NULL default '0', `fldRATE6` int(11) NOT NULL default '0', `fldRATE7` int(11) NOT NULL default '0', `fldRATE8` int(11) NOT NULL default '0', `fldRATE9` int(11) NOT NULL default '0', `fldRATE10` int(11) NOT NULL default '0', PRIMARY KEY (`fldVID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Dumping data for table `fldIMGXVOTE` -- INSERT INTO `fldIMGXVOTE` (`fldVID`, `fldVIURL`, `fldRATE1`, `fldRATE2`, `fldRATE3`, `fldRATE4`, `fldRATE5`, `fldRATE6`, `fldRATE7`, `fldRATE8`, `fldRATE9`, `fldRATE10`) VALUES (1, 'http://srilankacards.pissu.com/cards/flowers/flowers016.jpg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (2, 'http://srilankacards.pissu.com/cards/locations/locations010.jpg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (3, 'http://srilankacards.pissu.com/cards/love/love002.jpg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (4, 'http://srilankacards.pissu.com/cards/love/love001.jpg', 8, 8, 8, 8, 8, 8, 8, 8, 8, 8); -- -------------------------------------------------------- -- -- Table structure for table `tblCATEGORY` -- CREATE TABLE IF NOT EXISTS `tblCATEGORY` ( `fldPID` int(11) NOT NULL auto_increment, `fldPPID` int(11) NOT NULL default '0', `fldCATEGORY` varchar(100) default NULL, PRIMARY KEY (`fldPID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=440 ; -- -- Dumping data for table `tblCATEGORY` -- INSERT INTO `tblCATEGORY` (`fldPID`, `fldPPID`, `fldCATEGORY`) VALUES (439, 0, 'compnay_details'), (438, 0, 'Dating'); -- -------------------------------------------------------- -- -- Table structure for table `tblCUSTOMER` -- CREATE TABLE IF NOT EXISTS `tblCUSTOMER` ( `fldCID` int(11) NOT NULL auto_increment, `fldCSTATUS` int(11) default NULL, `fldCTITLE` varchar(10) default NULL, `fldCLNAME` varchar(100) default NULL, `fldCFNAME` varchar(100) default NULL, `fldCPNAME` varchar(100) default NULL, `fldCCOMPANY` varchar(100) default NULL, `fldCEMAIL` varchar(200) default NULL, `fldCPHONE` varchar(50) default NULL, `fldCMOBILE` varchar(50) default NULL, `fldCFAX` varchar(50) default NULL, `fldCDATEOFBIRTH` date default NULL, `fldCADDRESS1` varchar(100) default NULL, `fldCADDRESS2` varchar(100) default NULL, `fldCCITY` varchar(100) default NULL, `fldCZIP` varchar(100) default NULL, `fldCPROVINCE` varchar(100) default NULL, `fldCCOUNTRY` varchar(100) default NULL, `fldMSEGID` int(11) default '0', `fldUID` int(11) default '0', `fldDATE` datetime default NULL, `fldDESIGNATION` varchar(150) default NULL, `fldDESIGNATIONLEVEL` varchar(150) default NULL, `fldINDUSTRY` varchar(150) default NULL, `fldINTEREST` varchar(150) default NULL, `fldMSEGIDA` int(11) default NULL, PRIMARY KEY (`fldCID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `tblCUSTOMER` -- INSERT INTO `tblCUSTOMER` (`fldCID`, `fldCSTATUS`, `fldCTITLE`, `fldCLNAME`, `fldCFNAME`, `fldCPNAME`, `fldCCOMPANY`, `fldCEMAIL`, `fldCPHONE`, `fldCMOBILE`, `fldCFAX`, `fldCDATEOFBIRTH`, `fldCADDRESS1`, `fldCADDRESS2`, `fldCCITY`, `fldCZIP`, `fldCPROVINCE`, `fldCCOUNTRY`, `fldMSEGID`, `fldUID`, `fldDATE`, `fldDESIGNATION`, `fldDESIGNATIONLEVEL`, `fldINDUSTRY`, `fldINTEREST`, `fldMSEGIDA`) VALUES (1, 1, 'Mr.', '', 'shanaka', '', '', 'shanaka@thanapathy.com', '', '', '', '1978-01-01', '34', 'crab', '', '', '', 'Albania', 3, 5, '2006-12-14 08:45:16', '', 'Consultan Level', 'Advertising/Marketing/PR', 'Entertainment', 2); -- -------------------------------------------------------- -- -- Table structure for table `tblEMAILCENTER` -- CREATE TABLE IF NOT EXISTS `tblEMAILCENTER` ( `fldMID` int(11) NOT NULL auto_increment, `fldSTATUS` int(11) default '0', `fldMODE` varchar(10) default NULL, `fldCID` int(11) default '0', `fldMSEGID` int(11) default '0', `fldCFULLNAME` varchar(100) default NULL, `fldCEMAIL` varchar(250) default NULL, `fldFROMNAME` varchar(100) default NULL, `fldFROMEMAIL` varchar(100) default NULL, `fldDEPARTMENT` varchar(50) default NULL, `fldIPADDRESS` varchar(50) default NULL, `fldSENDTIME` int(11) default '0', `fldDATE` datetime default NULL, `fldUID` int(11) default '0', `fldSUBJECT` varchar(150) default NULL, `fldMESSAGE` text, PRIMARY KEY (`fldMID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `tblEMAILCENTER` -- -- -------------------------------------------------------- -- -- Table structure for table `tblINQUIRY` -- CREATE TABLE IF NOT EXISTS `tblINQUIRY` ( `fldINID` int(11) NOT NULL auto_increment, `fldINNAME` varchar(150) default NULL, `fldINEMAIL` varchar(200) default NULL, `fldINCOMPANY` varchar(100) default NULL, `fldINADDRESS` varchar(100) default NULL, `fldINCOUNTRY` varchar(100) default NULL, `fldINPHONE` varchar(50) default NULL, `fldINSUBJECT` varchar(150) default NULL, `fldINMESSAGE` text, `fldINDATE` datetime default NULL, `fldINPID` int(11) default '0', `fldINVIEW` int(11) default '0', `fldINPASSWORD` varchar(50) default NULL, `fldINPASSWORDJUNK` varchar(100) default NULL, PRIMARY KEY (`fldINID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ; -- -- Dumping data for table `tblINQUIRY` -- -- -------------------------------------------------------- -- -- Table structure for table `tblMARKETSEGMENT` -- CREATE TABLE IF NOT EXISTS `tblMARKETSEGMENT` ( `fldMSEGID` int(11) NOT NULL auto_increment, `fldMSEGTITLE` varchar(100) default NULL, `fldMSEGSTATUS` int(11) default '0', `fldMORDER` int(11) default '0', PRIMARY KEY (`fldMSEGID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ; -- -- Dumping data for table `tblMARKETSEGMENT` -- INSERT INTO `tblMARKETSEGMENT` (`fldMSEGID`, `fldMSEGTITLE`, `fldMSEGSTATUS`, `fldMORDER`) VALUES (1, 'Billing Customers', 0, 0), (2, 'SMS List', 0, 0), (3, 'Friends', 0, 0), (4, 'Web Visitors', 0, 0), (5, 'My Test Emails', 0, 0), (6, 'Online Orders', 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `tblPAGEEDITOR` -- CREATE TABLE IF NOT EXISTS `tblPAGEEDITOR` ( `fldPID` int(11) NOT NULL auto_increment, `fldPPID` int(11) NOT NULL default '0', `fldPTITLE` varchar(100) default NULL, `fldPDES` varchar(200) default NULL, `fldPKEYW` varchar(200) default NULL, `fldPTEXT` text, `fldPIMGX` varchar(255) default NULL, `fldPDATE` datetime default NULL, `fldUID` int(11) default NULL, `fldALIGN` varchar(10) default NULL, `fldPORDER` int(11) default '0', `category` varchar(100) NOT NULL, PRIMARY KEY (`fldPID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=513 ; -- -- Dumping data for table `tblPAGEEDITOR` -- INSERT INTO `tblPAGEEDITOR` (`fldPID`, `fldPPID`, `fldPTITLE`, `fldPDES`, `fldPKEYW`, `fldPTEXT`, `fldPIMGX`, `fldPDATE`, `fldUID`, `fldALIGN`, `fldPORDER`, `category`) VALUES (474, 473, 'How to date Safe', '', '', '

How to date Safe

\r\n\r\nHere are some dating tips for singles. Learn to enjoy your dates safely with these suggestions:\r\n\r\n

\r\n\r\nMeetings and transportation: Always meet your date in a public place and if the date is a first time meeting, do not allow a stranger to pick you up at your house or place of employment. Plan instead to drive yourself, take the bus, walk or bike to your date, because you aren''t obliged to accept a stranger’s offer of transportation. \r\n\r\n

\r\n\r\nAvoid alcohol on first dates, because you are getting to know someone new for potential dating purposes. But if you do feel compelled to drink on a date, make sure your drink is within your sight at all times and keep it to one or two drinks, the most.\r\n

\r\n\r\nAlso, make sure that you have a friend to check up on you during your date, by text message, phone call, or other means, to make sure you are okay or it is a good idea to tell a staff member (such as a barista or waiter) you''re on a first date, or double dating with friends.\r\n

\r\n\r\nGive out your contact number : Give out your cell number instead of your home or work phone numbers, if you think you would like to spend more time with your date after the first meeting. Because, you probably don''t want a stranger to gather personal information about you, by them doing a reverse directory search online and so on.\r\n

\r\n\r\nIn the first few dates, where possible, keep things light and fun and try to show your date that you aren''t a victim for pleasant dating experience. Do not divulge your personal details early on in your interactions with the date.\r\n

\r\n\r\nIf something doesn''t feel right for you with your date, it is much better to cut things short and make haste immediately without making any questions about it.\r\n

\r\n\r\nDo not involve your kids: Keep your children and your dating life separate. Never put pictures of you and your kids up on a dating site (or on any website that you cannot control), for online dating profiles and never leave your children alone with your date even after things are serious with you and your date.', '', NULL, 9, 'Left', 1, ''), (471, 470, 'Pay As You Drive Car Insurance ?', '', '', '

Can You Save Money With Pay As You Drive Car Insurance?

\r\n\r\n‘Pay As You Drive’ is a revolutionary motor policy for low mileage drivers. This is the first car insurance product with premium that takes into account the driver’s estimated risk of being involved in an accident – which could vary, including the estimated mileage and the type of driving that you do. \r\n\r\n

\r\nPay As You Drive Links Your Premium to Your Driving\r\nWith Pay as you Drive insurance policy, you get a completely personalised premium every month. It is a fairer way to insure your car and is designed for people who do not use their car as much as others. You simply pay variable costs based on when, where and how far you drive plus a fixed monthly fee, ie. the premium is based on the hours of the day that you drive, the type of road on which you drive including the amount of mileage you drive every month.\r\n

\r\n\r\nHow Pay As You Go Insurance Works\r\n

\r\n\r\nWhen you sign up for Pay as you Drive, the insurance company will pay to install a little black box (a mini Global Positioning System device) about the size of a DVD case, which is fitted discreetly to your car for free.\r\nThis device is capable of recording your journey data and calculates your premium and finally converts them into a monthly bill, which provides details of each element used. \r\n\r\n

\r\nHow Much Does Pay As You Go Car Insurance Cost?\r\n

\r\nThe charges depend on your personal driving habits and all factors the other insurance companies take into account. Pricing is based on two different tiers, ie. 18 to 23 year old drivers, as expected, pay considerably more than drivers who are 24 and over.\r\n\r\n

\r\nYou will also pay a flat fee monthly, which amount remains the same month to month, to account for other standard cover against fire, damage and theft. Your mileage charge will vary according to the driving that you do.\r\n

\r\nWill You Save Money with Pay As You Drive Cover?\r\n

\r\nIf you''re a low mileage driver, then Switching to Pay As You Drive car insurance could save you up to 30% if you drive less than 6000 miles a year.\r\n

', '', NULL, 9, 'Left', 1, ''), (459, 458, 'Auto insurance coverage and Guide', '', '', '

Auto insurance coverage

\r\n\r\nAuto insurance is purchased for cars including all other vehicles. Its primary use is to provide protection against losses incurred as a result of traffic accidents and against liability that could be incurred in an accident.\r\n

\r\n\r\nCheap insurance\r\n\r\n

\r\nEach state decides a certain limit for auto insurance policies and the cheapest is the one implemented by the law. Most people struggle financially when trying to get insurance policies and buy the minimum, because they think it is the best, but they could be definitely wrong ! If you can afford an expensive insurance policy, you should go for it. When getting the right auto insurance, be mindful of the car insurance coverage types.\r\n

\r\n\r\nTypes of coverage\r\n

\r\nYou will have to study your options and pick the best auto insurance coverage out of the few types that act differently. It is important because if an accident occurs and if you are not covered by your insurance company, you may have to face difficulties, ie. paying for damages. If you do not have the money, the person has the right to sue you in order to get his car repaired. If there are bodily injuries caused, you may have to treat with medical procedures.\r\n

\r\n\r\n1) Bodily injuries: When an accident occurs and the other person or persons involved are injured, your insurance company will take care of their problems depending on the type of your policy.\r\n

\r\n\r\n2) Property damage: With this insurance, you will be able to avoid paying for repairs if you cause an accident which results in property damage.\r\n

\r\n\r\n3) Uninsured and underinsured motorist coverage: There are chances that some others around you do not have any insurance coverage and are driving illegally. If you happen to hit by one of them, you have the right to get your car fixed up soon without taking any legal action . Then you should get uninsured and underinsured motorist coverage that will take care of your car and the passengers in it.\r\n\r\n

\r\n\r\n4) Injuries to others: This type of coverage is taken additionally to protects each member of your vehicle from accidental injuries.\r\n\r\n

\r\n\r\n5)Damage of your vehicle: There are two options to choose from: collision and comprehensive. Collision insurance coverage will be helpful only if you get into an accident which involves another car. Accidents caused by trees (which might fall on your car)or in natural disasters, ie, hailstorms, floods, tornadoes, earthquakes or if your car might get stolen; such events are covered under comprehensive insurance. \r\n

\r\n\r\n6) Where To Find Auto Insurance Policies :You can get the right auto insurance policy through the internet if you search for auto insurance coverage on policy comparison websites. As experts always recommend you should always try getting high coverage insurance policies, because then you would be able to drive safely without having to worry about protecting your car, family and yourself.\r\n', '', NULL, 9, 'Left', 1, ''), (463, 462, 'testing', '', '', 'testing 3 4', '', NULL, 9, 'Left', 1, ''), (465, 464, 'Student Car Insurance Guide ', '', '', '

Student Car Insurance Guide

\r\n\r\nStudent car insurance is offered by many insurers and is known as a specialist product. The premiums vary depending upon the student’s age and experience as a driver. It also varies on the value of the car, size of the engine and its performance. Students aged under 25 are advised not to purchase high performance vehicles, because of their inexperience the cost of student car insurance could be very high for them.\r\n

\r\n\r\nIn recent years insurance premiums have risen up to a very high level specifically those targeted for young men. In order to find out whether student car insurance is cheaper and specifically geared towards students, all products on the market has to be investigated and assessed accordingly.\r\n\r\n

\r\n\r\nIn UK, according to law, a car has to be insured before driving it and non-payment of insurance premiums makes the policy invalid and driving illegal; a car must be insured even if only parked on the road.\r\n\r\n

\r\n\r\nDuring the last ten years in UK, the cost of insuring a car has nearly been doubled and the average yearly premium stands very high. Many of the insurance companies are aiming at specific groups and offering them specialist insurance, ie. insurance for older drivers, students as well as for women.\r\n

\r\n\r\nAdditionally, when you purchase student car insurance product, you should not consider only on the price factor. You should be ensured whether you are reasonably covered by your insurance policy. The other important factor is to study the small print with regards to the size of excesses, and also be ensured that you get a courtesy car, or automatic cover when driving in Europe.\r\n

\r\n\r\nThe consequences of not having the right insurance with an adequate level of cover can be disastrous. It is a legal requirement to insure your vehicle. So, make sure that you have the correct tailored student car insurance that you can rely on !', '', NULL, 9, 'Left', 1, ''), (461, 458, 'Test', 'ddd', 'hfhhhfhfhf', '', '', NULL, 9, 'Left', 1, ''), (467, 466, 'Car Insurance How to lower your premiums', '', '', '

Car Insurance How to lower your premiums ?

\r\n\r\nEvery year, most motorists renew their motor insurance with the existing insurer and more and more car insurance companies are trying to attract car insurance buyers by cutting their premiums due to severe price competition.\r\nIn recent years shopping for car insurance has become easier through the internet. There are some important things to remember before buying car insurance. Remember, the lowest premium is not always the best. \r\n\r\n

\r\n\r\n\r\nBecause some insurers push up the level of claims excess they want you to pay which enables them to provide a much lower quote to you. Also check out whether a courtesy car is provided if your car is in for repair, You may also need an accident helpline, in the middle of an emergency, ie., legal insurance cover and automatic windscreen replacement and so on.\r\n\r\n

\r\n\r\nSome top tips for cheaper car insurance\r\n\r\n

\r\n\r\n1) When your car insurance broker gets your quote online, discuss with him the relative merits of the cheapest quotes.
\r\n\r\n2) Garage your car at night, or , if possible keep it on your drive. \r\n
\r\n3) Update the estimate of your mileage each year, in order to lessen your premiums.\r\n
\r\n4) As your premium can be influenced by your job, go for a job that will pay a lesser premium.\r\n
\r\n5) If you''re male and under 30, getting married could save money on your car insurance. \r\n
\r\n6) If you''re under 25, add an older experienced driver with a good driving record onto your policy as a named driver, (But, premiums start rising again after age 60).\r\n
\r\n7) Pay a higher accident excess. If you are prepared to increase your claims excess, your premium will fall significantly. \r\n
\r\n8) If you have cheap or old car, buy just 3 rd Party cover comprehensive insurance and weigh up the savings. \r\n
\r\n9) If you are aged between 18 and 25, buy the ‘first pay as you go’ insurance policy, that charges you exactly for the miles you drive. This system works through a Global Positioning System which is fitted to your car. \r\n
\r\n10) Drivers can slash their insurance costs by as much as 35% by taking some more driving lessons. These give you extra training for driving in rush hour traffic, motorway driving and night driving.\r\n
\r\n11) Check out the insurance group before you buy a new car. If the proposed insurance premium is too high, chose a car that''s in a lower group. \r\n
\r\n12) High spec and performance cars attract thieves and are more expensive to repair and always cost more to insure.\r\n
\r\n13) Try hard not to speed as most insurance companies will ignore one fixed penalty fine but get more and your premium will rise. \r\n
\r\n14) When you get 4 or more years no claims discount then pay the extra and get it protected.\r\n
\r\n15) If you have fitted a satellite navigation system, Insurers will be giving discounts, because some companies believe sat nav cuts the accident rate by letting drivers concentrate on the road.\r\n
\r\n16) If you also fit an engine immobiliser or alarm, it could save you between 5-8%. \r\n
\r\n17) If you own more than one car, some insurers will give a discount for insuring them all in one policy. \r\n', '', NULL, 9, 'Left', 1, ''), (473, 0, 'How-to-date-Safe', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (469, 468, 'List of Comparing Car Insurance Comparison Sites', '', '', '

Comparing Car Insurance Comparison Sites

\r\n\r\nInternet users are able to compare more easily the multiple policies and premiums, in order to find the best car insurance deal with low premium. But some point out that comparing the whole market could be misleading because all insurers are not represented on all comparison sites and the criteria relies very much on “cheap rates” without taking into account good service and policy features. \r\n\r\n

\r\n\r\nFurther, these comparison sites (which obtain a part of their income from referrals to the various insurers quoted) have added the cost of paying a middleman to the insurers’ cost of doing business. This added cost is passed on to the consumer.\r\n\r\n

\r\n\r\nConsumers who are looking for the best motor insurance deal should take into consideration the following facts:\r\n\r\n

\r\n\r\n1) Not all car insurance companies are represented: You should get quotes direct from insurers, and make a point of getting quotes from major insurers separately if they’re not represented on the car insurance comparison site.\r\n\r\n

\r\n\r\n2) Check your assumptions: Some sites make assumptions about your situation when generating their price quotes. If your situation doesn’t fit their assumption – say you’re the wrong age, or have had a scrape or two – the prices quoted will not be accurate.\r\n\r\n

\r\n\r\n3) Be aware that some sites put more emphasis on “sponsored listings”: Site is paid a commission on every policy sold through them and may put an extra push behind insurers that pay out the highest commissions to them. You should read comparisons thoroughly in order to get the whole picture.\r\n\r\n

\r\n4) Know what you’re comparing: It is important to know that the policies being compared offer the same cover, or else the comparison does not make sense.\r\n


\r\n\r\nLowdown on five of the most popular car insurance comparison sites:\r\n

\r\nMoneysupermarket.com: Offers a comparison of 50 leading insurance companies. Places higher commission listings above those that offer the lowest premium in search returns. Bases premium quotes on assumptions about the applicant. \r\n

\r\n\r\nTip: You should fit the average driver profile or else the rates quoted to you may be lower than the ones you’re offered.\r\n\r\n

\r\nConfused.com: Gather all the information needed to get you an actual, real quote from the dozens of insurers they work with. The quote that you get, is the rate that you’ll pay if you choose that insurer.\r\n\r\n

\r\nTip: Get quotes from the insurers who are not included to make sure that you’re getting a full comparison of the companies.\r\n\r\n

\r\n\r\nTesco Compare: Features a long list of options that can be added to your cover as extras so that when you get a quote, you’ll be getting the rate that you’ll actually pay to that insurer.\r\n\r\n

\r\nTip: Currently, Tesco Compare offers a limited field (just 25 brands at launch).\r\nGoCompare.com: Compares your details with around 50 policies and guarantees that the premiums quoted will be the same as quoted direct with the insurers it compares. Policies from Norwich Union are also compared.\r\nTip: If using GoCompare, also get a quote from Tesco Compare to include policies from RBS insurers.\r\n\r\n

\r\n\r\nCompareTheMarket.com: Covers a wide range of providers with over 300 policies included in their quotes. ie. Axa, Norwich Union and the Post Office are just a few. They guarantee an accurate quote without any assumptions about your needs or circumstances.\r\n

\r\n\r\nTip: A good option to compare a large number of insurers with accurate quotes but doesn''t include policies from RBS Group insurers. Therefore, fill in the gaps with a quote from Tesco Compare too.\r\n', '', NULL, 9, 'Left', 1, ''), (457, 456, 'Car insurance types and Guide for Car insurance', '', '', '

Car insurance types

\r\n\r\nThere are three main types of car insurance in UK, for you to choose from as follows:\r\n

\r\nThird party insurance: Provides the policy holder a better cover, offering insurance for him even if he is driving on private property and roads. This also protects against legal liabilities. Covers claims made by others against the policy holder for bodily injuries and damage to his car. Does not cover any injuries to you or the cost of repairs to your car.\r\n\r\n

\r\n\r\nThird party fire & theft insurance: This type of cover includes third party Insurance protection as above, but also provides cover if your car is stolen or damaged by fire. This is an appropriate insurance coverage if you have an older car that is nearing the end of its useful life.\r\n\r\n

\r\n\r\n\r\nYou should take care when assessing the true value to you of your car if considering either of the above types of car insurance policies.\r\n\r\n

\r\n\r\nComprehensive insurance: is the widest cover you can get which covers all conditions of the above types, ie. Third Party Insurance and Third Party Fire and Theft Insurance plus accidental damage to your own car. Comprehensive insurance is the most common form of car insurance in the UK. It is also the most expensive.\r\n

\r\n\r\n\r\nOptions: The excess is the part of any claim which is required to be paid by the policy holder. The larger the excess the policy holder is willing to pay the lower the premium. An Excess can range from £50 to over £500. \r\n\r\n

\r\n\r\nSome UK car insurance companies provide policy holders with an extra option the use of a hire car if the car is off the road through a claim following an accident.\r\n

\r\n\r\nLegal protection insurance is usually offered at cost on top of the basic premium and this cover would assist you in the cost of pursuing uninsured items ie. a personal injury claim and loss of earnings following an accident.', '', NULL, 9, 'Left', 1, ''), (475, 0, 'How-to-overcome-first-date-anxiety', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (476, 475, 'How to overcome first date anxiety', '', '', '

How to overcome first date anxiety

\r\n\r\n\r\n

When it comes to senior dating, especially if you are 50+ and just starting \r\n to date again after a few years, it could be one of the most nerve-wracking \r\n aspects of dating for you at that age. There are no absolutes when it comes \r\n to senior dating, but some few and true strategies that may help calm your nerves \r\n and increase your chances for a successful first date:

\r\n
\r\n


\r\n 1)The main purpose for every first date is to decide whether you need a second \r\n one. So, on your first date, encourage conversation with your partner and \r\n try to get to know him/her. You should avoid activities like movies and plays \r\n that leave you sitting silently in the dark.
\r\n
\r\n 2)Talk with your date about your common interests, hobbies or shared values, \r\n etc., of each other, so that you can establish connection around something \r\n that may have meaning for both of you.
\r\n
\r\n 3)If you plan to have a meal on your first date, make it a lunch so that you \r\n may have more things to talk about while you eat. Do not make it a dinner, \r\n because it could involve more closeness with each other, and being strangers, \r\n the conversation can create a lot of pressure on you.
\r\n
\r\n 4) You also can consider making your first senior date a group date with friends, \r\n or participating in a group activity, ie. a wine tasting or charity auction, \r\n where you may not feel nervous.
\r\n
\r\n 5)Always stick to public places and have an exit strategy when you''re going \r\n out with someone you don''t know well, for the first time. You should leave \r\n at once , if you start to feel uneasy about the person you are with.
\r\n
\r\n 6) Do not divulge you personal details to the new person you have met in the \r\n first date.
\r\n No matter whether you are 16 or 50+ the best way to enjoy a first date is \r\n to keep an open mind, focusing on the common interests both you may have and \r\n make your main goal to have a good time with each other.
\r\n

\r\n
\r\n', '', NULL, 9, 'Left', 1, ''), (477, 0, 'Romantic-date-ideas', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (478, 477, 'Romantic date ideas', '', '', '

Romantic date ideas

\r\n

As a new couple, when you want romantic date ideas that take more effort and \r\n creativeness, rather than the same old romantic date ides that you have heard \r\n many times over, the following suggestions may be of help to you:

\r\n
\r\n

Taking a dance class together: Since there are ample dance \r\n classes in the country these days, you can choose a private dance class or \r\n a large event in order to be affectionate in public with your loved one for \r\n an extended period of time.

\r\n

Changing dinner into a romantic evening: , Make it to tastings \r\n or events that cater to the sensual in everyone, ie., wine and cheese tastings, \r\n chocolate making, company tours, and even beer breweries fall into this category.

\r\n

You could also pack your own wine and cheese tasting to go for a romantic \r\n walk ! There may be scenic spots in your area to explore and it could be the \r\n cheapest for you out of all romantic date ideas; to walk together, hand in \r\n hand or the two of you can go stargazing instead.

\r\n

Renting a boat: You can take the scenic route out to the \r\n closest marina and rent a boat for the day. This could be more romantic as \r\n you head out on the water together. If you let the rental company know you \r\n plan on making the event a romantic date, they may even provide you with some \r\n ideas or props, ie., stringing up lights along the deck, providing a romantic \r\n dinner for two on board, or offering complimentary massage oils, etc.
\r\n Touching, or massaging each others'' stresses away could be the most romantic \r\n date ideas for new couples. However, it depends on where the two of you stand \r\n and will determine just how much you touch each other on this romantic date \r\n idea. More established couples may even share a bath together, complete with \r\n champagne and bubbles romantic music, fluffy towels, etc. etc.

\r\n


\r\n

\r\n
\r\n', '', NULL, 9, 'Left', 1, ''), (479, 0, 'Dinner-and-a-Movie-Date-Ideas', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (480, 479, 'Dinner and a Movie Date Ideas', '', '', '

Dinner and a Movie Date Ideas

\r\n
\r\n Many dating couples, both new and the established, the dinner and the movie \r\n has been the same old and the standard fun idea for them so long. But, if they \r\n want to try out something different in order to create an inventive, memorable \r\n evening, they can either use one or combine some of the following with dinner \r\n and movie date ideas :
\r\n
\r\n Themed Dinner and a Movie : If the two of you are staying at \r\n home or going out, try to match your meal with the movie choice, by taking what \r\n you would normally eat and turning it into a themed event.
\r\n If you do not wish to deal with the crowds at the movie theater, movie rental \r\n store, favorite take out joint or restaurant on a traditional Friday with a \r\n dinner and movie date idea, you can relax with a much cheaper and fancy restaurant \r\n that offer lower cost options for their lunchtime fare and matinees that are \r\n a part of the nighttime cost, for the same show.
\r\n\r\n

Drive-in Dinner & a Movie : Dating couples can also take \r\n advantage if there is a drive-in theatre nearby. This is an excellent fun idea \r\n for you as you can create an unusual and a memorable date night. Both of you \r\n have to dress up in your PJs and bring up your favorite snack foods and cuddle \r\n up together in the moonlight.
\r\n

\r\n

For single parents, (if they cannot find a baby sitter or if they are willing \r\n to include their kids on simple date night activities) the kids in the front \r\n seat can enjoy the show, whilst the two of you (the dating couple) can cuddle \r\n in the back seat together. This way, everyone can partake and the entire family \r\n can enjoy the evening.
\r\n

\r\n

Thus, the dating couples can combine dinner and a movie into one single event \r\n making dinner theatres fun and enjoyable. It is an unusual way of getting to \r\n know each other while entertaining and enjoying a meal together. As the couple \r\n watches a story unfold in front of them, they may even be asked to participate.
\r\n

\r\n

Later on, the couple can find a cozy little coffee house or late night eatery \r\n for some after-dinner aperitifs or dessert, to discuss and consider about the \r\n evening''s festivities.
\r\n

\r\n', '', NULL, 9, 'Left', 1, ''), (481, 0, 'Fun-Date-Ideas', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (482, 481, 'Fun Date Ideas', '', '', '

Fun Date Ideas

\r\n


\r\n If you wish to add a bit of fun and need to introduce a romantic setting into \r\n your date, there are some exciting locations you should hit on, in order to \r\n share your date with someone special. Below given are some fun ideas for this \r\n purpose.

\r\n
\r\n


\r\n 1) Amusement park: Bring your date and explore the Roller coasters, anti-gravity \r\n machines, , tilt-a-whirls, water rides, cotton candy, etc.
\r\n Most arcades today offer a wide variety of games to play both new and old. \r\n This is an inexpensive yet entertaining way to get to know your date better. \r\n An added bonus is when you trade in your arcade tokens for a prize at the \r\n end of the night that you and your date can take home to remember the occasion.
\r\n

\r\n

2) Bowling: This is a typical fun idea for dating couples. Many alleys now \r\n offer night bowling events specially geared towards these couples such as \r\n laser bowling or singles leagues.
\r\n

\r\n

3) Comedy: Spend the evening together laughing at the live antics in front \r\n of you and your date can be a bonding experience, and you''ll have plenty to \r\n talk about in between acts and after the show.
\r\n

\r\n

4) A dinner theatre show (an interactive murder mystery-type): This is a \r\n perfect way for a second or third date get-together that a dating couple can \r\n interact with each other, while participating first-hand in a memorable date, \r\n neither both will soon forget.
\r\n Find access to an interpretive centre. Most cities and towns have at least \r\n one interpretive centre to choose from, ie., a duck sanctuary, fur trading \r\n camp, salmon spawning center, wetland interpretive center or natural hot springs.
\r\n
\r\n 5) Planetarium: This is an ideal place for dating couples to hold hands, sit \r\n in the dark and explore the universe around them. Some Planetariums host weekend \r\n star-gazing events, where tour guides will show them how to spot the major \r\n constellations.

\r\n\r\n
\r\n
\r\n Later on, you and your date may use this information for a romantic date, \r\n just the two of
\r\n you, down the road, on your balcony or in a park, trying to find the big dipper \r\n together !

\r\n\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (483, 0, 'Asian-dating-personals-views', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (484, 483, 'Asian dating personals views', '', '', '

Asian dating personals views

\r\n

Asian dating partners are unusually charm, powerfully attracted and have unique \r\n beauty in them that draw interest of mostly every person in the world. Many \r\n people all over the world seek Asian dating personals to find new friends, build \r\n new relationships or maybe in order to arrange a happy marriage with them. The \r\n Asian dating personals can be found in newspapers, can be read on TV screen, \r\n as well as can be enjoyed through the Internet.

\r\n

The web is the best way possible to seek an Asian dating partner. This is a \r\n valuable source especially when two people live in different parts of a country, \r\n or may be in different parts of the world, as you are able to have a nice chat \r\n with someone online and you know that you don’t have to wait for donkey''s \r\n years to get a letter from your date.

\r\n

So, if you are single with no spouse and children, there is nothing to lose, \r\n you can try this option in order to seek new friendships. But, if you have a \r\n family you will hardly seek a girl or a guy for romantic relations.

\r\n

The online option will make Asian dating partner search even more pleasant \r\n and more entertaining for you as you will be able to see what goals one or another \r\n individual has or wants to achieve through these sites. At first sight you will \r\n be able to see what you are looking for and you may need not spend on reading \r\n the profiles and Asian dating personals you like most, and compose mails to \r\n their owners.

\r\n

There are many things appealing about Asian dating online, because you may \r\n find there are too many of them. If you need to write your profile and want \r\n yours to stand out, then you should visit the online Asian dating school. Through \r\n this option you may be able to reach your goal.
\r\n If you prefer going to an agency that will find an Asian date for you, you should \r\n be careful, while reading your already written Asian dating personal, paying \r\n attention to any mistakes. You have to do your best to make your Asian dating \r\n personal great and lasting, as it is the first impression that you create in \r\n finding an Asian dating partner for you.

\r\n

\r\n', '', NULL, 9, 'Left', 1, ''), (485, 0, 'Asian-dating-site-get-to-know', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (486, 485, 'Asian dating site : get to know', '', '', '

Asian dating site : get to know

\r\n

Asian dating sites are often looked for by many people over the world, in search \r\n of Asian dating partners. Asian people seem to attract mostly every person in \r\n the continent, because of their unique beauty and charm.

\r\n

Asian dating sites are more popular these days because many people seek them \r\n with the intention of finding Asian dating partners. There are two categories \r\n who are surfing the Internet intending to find an Asian dating site.

\r\n

The first one consist of Asian people who want to find partners of the same \r\n cultural identity, ethnic background and brought up due to similar traditions. \r\n The partners they look for can live in Asia or in Europe, on American continents \r\n or in Australia. What they want is to get to know an interesting person, a girl \r\n or a boy, who shares the same material and spiritual values, who wants to achieve \r\n similar goals, and who wants to be happy and to make another person happy.

\r\n

The second category of people who visit Asian dating sites are eager on being \r\n friendly with an Asian woman or a man. Such people do not come from Asian, but \r\n have once or twice come to the continent and have fallen in love with Asian \r\n people. Also may be these type of people have never stepped into countries such \r\n as Japan, the Philippines, Thailand or Korea, but they seem to adore Asians, \r\n and they visit Asian dating pages to find a date or may be to fall in love with \r\n an old Asian friend. Sometimes they experience love at first sight when surfing \r\n the web for an Asian date.

\r\n

Online Asian dating provides you the opportunity to get to know great friends \r\n and to get acquainted with nice Asian people. It is probably a world of love, \r\n friendship, flirtation and high spirits for the romantic ones. These dating \r\n sites bring together different people, from all communities in the world. But, \r\n the dissimilarity is not a barrier for them to be happy, after falling in love \r\n with someone. So, be energetic in finding your love on these Asian dating sites.
\r\n

\r\n', '', NULL, 9, 'Left', 1, ''), (487, 0, 'Free-Online-Dating-Cliches-Tips', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (488, 487, 'Free Online Dating Cliches Tips', '', '', '

Free Online Dating Cliches Tips

\r\n


\r\n Free online dating clichés that exist could be annoying and are recommended \r\n to be avoided by free online dating services. Because the free online dating \r\n clichés are useless and do not help a person at all. They almost look \r\n boring and ordinary. The free online dating sites even compose rates of the \r\n most frequent free online dating clichés.
\r\n

\r\n

People may say many abstract things in their profiles on free online dating \r\n . For example, ie. I love...love life, nature, animals or I love to be the best, \r\n to have fun, to laugh etc., etc. But if preferably they state, "I love \r\n animals" - or “my favorite animal is a cat” or “my favorite \r\n is a dog”, and the best one, “Tommy, lives in my cozy apartment", \r\n things like that. Also you may say, "I like...music, pictures, books and \r\n so on.
\r\n Specifying has to be achieved by stating which style of music you prefer, which \r\n writers and painters are your favorites (in order to detail their works).
\r\n

\r\n

You should also not change the header into slogans, e.g. "Peace. No war!" \r\n or "Love and Friendship forever!" You have to be original on your \r\n profile with your personal experiences and reasoning. Sometimes, a man may write \r\n that he knows how to treat a woman but it has to be explained how. Therefore, \r\n you may have to arrange your profile as he/she wants; the main idea is to be \r\n personal and honest in your free online dating profile.
\r\n

\r\n

Free online dating gives everyone the chance to find new friends or eternal \r\n love. Everyone gets the chance of finding a date and not be alone and single. \r\n Therefore, free online dating will not combine with free online dating clichés, \r\n they are mutually exclusive.
\r\n

\r\n

Avoiding free online dating clichés means, he/she does want to acquaint \r\n with new people. Also if you need to get rid of free online dating clichés, \r\n do not repeat the information. If one has already said his/her name in a concise \r\n form, it does not make sense to repeat same in the profile or in the header. \r\n

\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (489, 0, 'Free-Online-Dating-Services-Info', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (490, 489, 'Free Online Dating Services Info', '', '', '

Free Online Dating Services

\r\n


\r\n Free online dating services present a new era in dating services. This is a \r\n free of charge service, he or she, doesn''t need to pay for the registration \r\n / communication with another person online.
\r\n These services enable people who live in different countries and of many nationalities \r\n to sign in free and become acquainted.

\r\n

You only need a computer or a cell phone and access to the internet. Free online \r\n dating services give everyone the opportunity to provide their personal data, \r\n ie. a free online dating profile, then he or she can come across people who \r\n look for gender, age and location.

\r\n

In free online dating sites one may even get the chance of downloading one’s \r\n own photographs as well as looking at other peoples photos. This way anyone \r\n can feel confident when they can see the other person they are communicating \r\n with. But for some, problems may arise with photos in the sites, because many \r\n people may download old or fake photos. In such cases they need to be careful \r\n and ask for their new photos.

\r\n

There are opportunities to use forums and chats, made up by free online dating \r\n services. And also they had published new materials about online dating and \r\n some useful tips on how to behave in various situations.

\r\n

Free online dating services also provide information about the number of people \r\n who are already registered with them, including how many are online and offline. \r\n The service also has to check when it was the last time when a person was at \r\n the site and if it was long time ago, the service should connect with a person \r\n and remind about the site. It is a good service because as a newcomer one will \r\n be said that there are millions of people who use this particular service, but \r\n only several hundreds are active

\r\n

\r\n', '', NULL, 9, 'Left', 1, ''), (491, 0, 'Free-Online-Dating-Advantages-Info', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (492, 491, 'Free Online Dating Advantages Info', '', '', '

Free Online Dating Advantages Info

\r\n


\r\n There are numerous advantages of free online dating services. As these services \r\n try to confirm, the main bargain is that free online dating is free of charge \r\n and you may not need to pay money. On one’s wish he/she may join the club. \r\n

\r\n


\r\n But, it is not the case with every free online dating service. Although some \r\n free online dating services say that they are free, there are some features \r\n that you have to pay in those services. You may receive free online dating advantages \r\n only at free online dating sites.

\r\n


\r\n You should read carefully the data about the particular site you are seeking \r\n services of, because the information about tariffs may be written somewhere \r\n at the end of the page.

\r\n
\r\n

Some of the free online dating advantages (at real free online dating \r\n sites)are presented below:

\r\n
\r\n


\r\n • Free personal profile- you can write information about yourself.
\r\n • Free mailing box (e-mail) – you have the opportunity to send \r\n e-mails to new friends.
\r\n • Free 1 on 1 chats
\r\n • Join forums free of charge
\r\n • Search database of singles free
\r\n • Free music and video uploading
\r\n • Free local events
\r\n • Free contact with other members
\r\n • Receive and read messages from other members for free
\r\n • Free webcam chatters
\r\n • Free anonymous telephony, etc.

\r\n


\r\n You can enjoy all these benefits if you turn to free online dating, but \r\n all these advantages are simultaneously not present at each site. Each site \r\n may have its own free online dating advantages.

\r\n


\r\n If you are a newcomer and do not have any experience in arranging your profile, \r\n chatting and so on, do not give up the idea to join a service. Free online \r\n dating advantages will help you to be more confident and be online like \r\n a duck to water.

\r\n
\r\n
\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (493, 0, 'Free-Online-Dating-and-Social-Networking-', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (494, 493, 'Free Online Dating and Social Networking ', '', '', '

Free Online Dating and Social Networking Basics

\r\n


\r\n Social network services that help people to communicate are widely used by free \r\n online dating services. Therefore, Free online dating services and social networking \r\n are closely interconnected. Free online dating is attracted by people who are \r\n in seek of new friends and relationships, ie. boyfriends or girlfriends, a husband \r\n or a wife.
\r\n
\r\n Social network services are mainly based in the internet and gives different \r\n ways for the users (of this service) to interact. Finding old friends, keeping \r\n in touch with the current ones, or meeting new people as part of social network. \r\n

\r\n

Free online dating provides the opportunity to communicate with each other \r\n at the top level. Chats, messaging, email, video, voice chat, blogging, file \r\n sharing, discussion groups, forums are the examples of some of their tasks of \r\n social network services. You may find all of them at free online dating sites.

\r\n

All these devices are free of charge for members on such sites. Visitors can \r\n make new free email specially for free online dating purpose. There are several \r\n main types of chats available on free online dating services:

\r\n
\r\n

1)Topic chats – they are focused around one topic and sometimes move \r\n into other topics.

\r\n

2)Open mic night chats - they are also called social chats. Everyone can \r\n come and speak about anything he/she wants, as long as it is not breaking \r\n any rules.

\r\n

3)Board chats – These are for people on any board. They can come and \r\n dispute/solve their problems and maybe get some ideas/solutions from others \r\n who are chatting.

\r\n
\r\n

Out of all chats that Social network services propose, Free online dating sites \r\n prefer to use topic chats, because they mainly correspond to people’s \r\n needs, ie. 1 on 1 chat. Also are the Voice chats, the other alternative for \r\n users - rather than giving their personal home phone number to another person. \r\n Safety as well as privacy of people is considered there.

\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (495, 0, 'Online-Dating--Downsides-and-Advantages', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (496, 495, 'Online Dating - Downsides and Advantages', '', '', '

Online Dating - Downsides and Advantages

\r\n

Online dating service is a great way of finding for you an ideal partner for \r\n a new relationship. However, unfortunate as it is, there are many shady characters \r\n out there in the world today and you may likely to meet a person who is up to \r\n no good on an online dating site.

\r\n


\r\n You should keep these few tips in mind and apply your common sense, so that \r\n you may find a good partner or a perfect soul mate on one of these sites.
\r\n

\r\n

We find many people lie about their online profiles, ie. about their age, height, \r\n weight and occupation. Some people like to exaggerate or pose themselves as \r\n more interesting or adventurous characters, lying about their education or travel \r\n experiences. The most common lies is about the marital status of a person. Many \r\n married people have been found to be posing as singles on online dating sites.
\r\n

\r\n

The other thing is the photographs uploaded on profiles that may be old or \r\n edited photos. Also you should be careful about sharing your email id. If you \r\n really do wish to share your email id with someone, then you should avoid using \r\n your regular id, instead set up a new one in order to communicate. You can also \r\n choose to use the anonymous system of internal communication, that most dating \r\n sites offer.
\r\n

\r\n

You should never get too serious early on, or may be for the first time and \r\n try to keep it light and casual on meeting someone from a dating site. Try to \r\n get to know the person better before diving into a relationship. Remember to \r\n place limited amount of trust in him/her and do not divulge any personal information \r\n like your full name, place of work/study, telephone/cell number. etc. You should \r\n keep in mind that it is an anonymous site and should share your personal information \r\n with much caution.
\r\n

\r\n

While the online dating site may provide you complete satisfaction and confidence \r\n of privacy, it also can be hazardous, making /meeting a wrong character, due \r\n to the anonymous nature of these sites. But, you should not be scared of online \r\n dating sites, they are a fun place to hang out in and an exciting way of meeting \r\n new people.

\r\n

\r\n', '', NULL, 9, 'Left', 1, ''), (497, 0, 'Dating-Service', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (498, 497, 'Dating Service', '', '', '

Dating Service

\r\n

If you are seeking online dating and wish to end up with a successful match, \r\n you need to write an online dating profile that will be noticed by others. May \r\n be you want to be honest with your profile, but it will take a lot of thought \r\n on your part. Sp, before filling out your profile questionnaire, keep in mind \r\n the following hints and tips to write up the best online dating profile :

\r\n
\r\n

1) Keep it simple: Do not write your profile as you may \r\n write your resume. Remember you are looking for a soul mate and not a job. \r\n You can write the way you talk or as if you are writing a letter to a friend/family \r\n member. By writing this way, you can show up you’re an outstanding personality.

\r\n


\r\n 2) Be honest and frank about your intentions: Focus on what \r\n you are looking for and try not to be too strict in your needs and wants, \r\n as that might restrict your matches.
\r\n

\r\n

3) Include a photo of yourself: This is important in order \r\n to receive good response for users profile.
\r\n

\r\n

4) Review the guidelines of the site you chose: The profile \r\n guidelines have to be checked of the online dating website you have joined. \r\n Websites vary in methods of how they want their users profiles filled out. \r\n If your profile does not meet them, it will not be accepted. So prepare before \r\n you start writing up your profile.
\r\n

\r\n

5) Details: You can list your hobbies on your profile, ie., \r\n music you enjoy, kind of movies you like, sports you practice, etc. It is \r\n important to state in your profile, your likes and dislikes in detail, then \r\n you may increases the chances of finding someone with similar interests.
\r\n

\r\n

6) Proof read your profile: Once your profile is written \r\n and read out loud, you should proof read what you have written, as there should \r\n be no grammatical errors. . Save your profile in a word document, so that \r\n you can copy and paste it into any other online dating website or community \r\n forum you join.

\r\n


\r\n

\r\n
\r\n', '', NULL, 9, 'Left', 1, ''), (499, 0, 'Six-basic-dating-tips-for-a-shy-guy', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'); INSERT INTO `tblPAGEEDITOR` (`fldPID`, `fldPPID`, `fldPTITLE`, `fldPDES`, `fldPKEYW`, `fldPTEXT`, `fldPIMGX`, `fldPDATE`, `fldUID`, `fldALIGN`, `fldPORDER`, `category`) VALUES (500, 499, 'Six basic dating tips for a shy guy', '', '', '

Six basic dating tips for a shy guy

\r\n


\r\n There are six dating tips for a shy guy that will help him attract someone he \r\n can share good times with and enjoy each others company.
\r\n Firstly, a shy guy should take time to get to know the other person before divulging \r\n any personal details that is not stated in his profile, or he can communicate \r\n through chats before giving out many other details about him.

\r\n

There are some other important dating tips for a shy guy. Flirting is one way \r\n of attracting or getting others to open up. It is fun and exciting, but should \r\n make sure that you are not overdoing it. You should take your level of flirting \r\n to an extent that never gives the wrong idea about you.

\r\n

You should also be careful not to be offensive when flirting. In your chat \r\n conversation when using words or phrases, keep them light as possible taking \r\n your own time or else you might be misunderstood as to a fresh guy, only interested \r\n in one thing and so on.
\r\n

\r\n

There are two more dating tips for a shy guy. That is be yourself and be truthful. \r\n When starting out a relationship you possibly want the woman to like you for \r\n who you are and probably do not want to mislead her and end up a possible relationship \r\n that when she realizes, you are not who she thought you were.
\r\n

\r\n

Dating tips also include not making yourself into someone you are not. Do not \r\n pretend or present a picture that is really not you; keep the conversation fun \r\n and inviting. After you get to know her better, it is

\r\n

time to expand your conversations, because talking is the first step towards \r\n a first meeting.
\r\n When you meet the woman for the first time, the conversation should be light \r\n and airy. If you start out your conversation slow there are possible chances \r\n in getting her interested in you.
\r\n The last tip that can help a shy guy keep a woman interested in him is to make \r\n his profile interesting. But he has to make sure it is him and not someone else \r\n !

\r\n', '', NULL, 9, 'Left', 1, ''), (501, 0, 'Online-Dating-Tips-for-Men-and-Women', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (502, 501, 'Online Dating Tips for Men and Women: Dating Online Today', '', '', '

Online Dating Tips for Men and Women: Dating Online Today

\r\n


\r\n One of the safest and easiest way to meet a single man or a woman is the online \r\n dating. But some singles, especially women are anxious or maybe frightened of \r\n joining an online dating site as it sometimes can be hazardous.
\r\n

\r\n

There are some basic, common sense safety tips for you to keep in mind when \r\n dating online. If you take these following precautions, you can be absolutely \r\n sure that you are out of danger when dating online.
\r\n

\r\n
\r\n

1) Under any circumstances, do not reveal any information about your personal \r\n identification in your online dating profile, in ads or in your private e-mails \r\n to singles. ie. information about your real name, where you live and any other \r\n information that could be used spitefully against you, without your consent. \r\n
\r\n

\r\n

2) It is advisable to use only the communications tools provided by the dating \r\n service you are making use of. Do not use your regular e-mail address to communicate \r\n with him/her until you get to know them better.
\r\n

\r\n

3) You should take your time to establish communication; do not rush out \r\n for things with the date and move at your own pace. You may also consider \r\n using an anonymous e-mail account at a free site, ie. Hotmail or Yahoo, when \r\n you e-mail singles in private.
\r\n

\r\n

4) The other important things is to be careful with your signature. Many \r\n people use multiple signature lines for their personal and business e-mail \r\n correspondence that include their phone numbers and addresses. You should \r\n leave these information out, when you contact any singles you meet for the \r\n first time, through the personals.
\r\n

\r\n

5) The best option is for you to open an entirely new free e-mail account, \r\n to use for your communication purposes with singles you meet online.
\r\n

\r\n

6) Finally, remember that you cannot be pressured by anyone into revealing \r\n anything about yourself that you want to keep private. If the partner you \r\n are making contacts with does not respect your boundaries, he/she is probably \r\n not worth contacting further.

\r\n
\r\n


\r\n If you follow the above tips, you should be perfectly fine and be able to enjoy \r\n all the benefits that online dating has to offer.

\r\n', '', NULL, 9, 'Left', 1, ''), (503, 0, 'about-us', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'compnay_details'), (504, 503, 'About Us', '', '', '

About Us

', '', NULL, 9, 'Left', 1, ''), (505, 0, 'Photo-Gallery', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'compnay_details'), (506, 505, 'Photo Gallery', '', '', '

Photo Gallery

', '', NULL, 9, 'Left', 1, ''), (507, 0, 'valentines-gift-ideas', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'compnay_details'), (508, 507, 'valentines gift ideas', '', '', '

Valentines Gift Ideas

', '', NULL, 9, 'Left', 1, ''), (509, 0, 'search-now', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (510, 509, 'search now', '', '', '\r\n\r\n
\r\n\r\n\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (511, 0, '1123', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'compnay_details'), (512, 0, 'fghjk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'compnay_details'); -- -------------------------------------------------------- -- -- Table structure for table `tblREMARKS` -- CREATE TABLE IF NOT EXISTS `tblREMARKS` ( `fldRID` int(11) NOT NULL auto_increment, `fldCID` int(11) default '0', `fldRSUBJECT` varchar(200) default NULL, `fldREMARKS` text, `fldRDATE` varchar(50) default NULL, `fldRCOLOR` varchar(50) default NULL, `fldUID` int(11) default NULL, PRIMARY KEY (`fldRID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `tblREMARKS` -- -- -------------------------------------------------------- -- -- Table structure for table `tblUSER` -- CREATE TABLE IF NOT EXISTS `tblUSER` ( `fldUID` int(11) NOT NULL auto_increment, `fldUNAME` varchar(10) default NULL, `fldUPASSWD` varchar(10) default NULL, `fldULASTLOGIN` datetime default NULL, `fldULASTIP` varchar(20) default NULL, `fldUFULLNAME` varchar(100) default NULL, `fldUEMAIL` varchar(200) default NULL, `fldULEVEL` int(11) default NULL, `fldUSTATUS` int(11) default NULL, `fldUDEPARTMENT` varchar(20) default NULL, PRIMARY KEY (`fldUID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ; -- -- Dumping data for table `tblUSER` -- INSERT INTO `tblUSER` (`fldUID`, `fldUNAME`, `fldUPASSWD`, `fldULASTLOGIN`, `fldULASTIP`, `fldUFULLNAME`, `fldUEMAIL`, `fldULEVEL`, `fldUSTATUS`, `fldUDEPARTMENT`) VALUES (9, 'admin', 'london', NULL, NULL, 'shami', 'admin@thanapathy.com', 111, 1, 'IT');