Monday, May 23, 2016

How to fix Corel Draw save fix (C.A.R.M) ARM Recovery Fix


Corel Draw is one of the most expensive pieces of junk I ever saw. I take that back 🙂 Considering that still X3 was decent compared to 11 and 12 and also that X5 is pretty good considering Corel’s history and also most important because I’ve seen much more expensive piles of junk since I wrote this.
Nevertheless I, and probably you too have to use and maintain it. I had the following problem on a fresh installation of Windows XP SP3: every time I wanted to export, save as or open a drawing Corel Draw X3 would crash regularly with it’s darned Crash Wizard.I tried applying the patches found on the Corel support page but it didn’t help. After some digging I found that it’s a problem related to theCommon Dialogue function found in comdlg32.
You must launch regedit (ALT+R or START->RUN and type regedit and press enter) and go to:
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciescomdlg32]
and change NoFileMru from 0x00000001 to 0x00000000
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesComDlg32]
"NoFileMru"=dword:00000000
If on your computer it’s already 0 it’s worth trying the other way around, just remember to set it back if it doesn’t help.
UPDATE: I encountered the very same problem with Corel Draw X4 (even after applying the Corel Service Pack for X4) with the ugly difference that the cause of the crash is not reported. Fortunately repeated crashes on open, save, save as and export made me remember this article and sure enough this was the cause.
UPDATE: Users are reporting the same problem of crashing with Corel X5 and Windows XP.
Am I the only one thinking Corel is getting crapier and crapier by the version? Well not really, updating this article now, after some time I feel that x4 is really an improvement over the x3.
UPDATE: Some users reported the same problem on other Windows versions. Also X5 had the same issues.

=============================================================================
i will show you how to fix coreldraw save, save as ,open and import problem 
When you try save coral a.r.m wil run and you cant save your work
this is fix 
1.run regedit (start-run-type regedit)
2.go to [HKEY_CURRENT_USER\Software\Microsoft\Wi­ndows\CurrentVersion\Policies\comdlg32]
3.and change NoFileMru from 0×00000001 to 0×00000000 
thats all save and other options will work now 

Sunday, February 28, 2016

Remove Extra Spaces from Excel Data

Does this sound familiar? You are searching for data that you know you’ve entered, but a query for Joe Smith simply doesn’t return any results. Or, how about – you are trying to add up two columns of numbers, but you keep getting errors.
Often, these issues are caused by extra spaces hiding before, after or between the text and numbers in your data. Especially when information has been copy/pasted into a spreadsheet, extra spaces can come along for the ride and lurk unnoticed until something goes wrong.
Excel offers several ways to help you remove spaces and clean up your data, but you will want to choose the right technique for the type of data you are working with. The following tips will describe two methods using functions and formulas to remove unwanted spaces from your data.
These steps will apply to Excel 2007-2013. Images were taken using Excel 2013 on the Windows 7 OS.
Use the Trim Function
The TRIM function removes all spaces from text except a single space between words. Use this function when you have text data that contains hidden spaces in the cell. In our example, you’ll see that there are multiple “Joe Smiths” in our data. At a glance, several of them even look the same. However, the # of Characters column reveals that there are hidden spaces buried in the text.
To use the TRIM function, you will need to create a temporary, or helper, column for the corrected data at the end of your spreadsheet. For the purposes of this demonstration, we’ve called the column “Trim.”

To follow using our example above, download Excel Remove Spaces Formula Template 1.xlsx
Next, click in the first cell of the Trim column. On the Formulas tab, click the Text dropdown menu in the Functions group and select TRIM.

After the dialog box appears, click on the cell that contains the text you would like to remove spaces from to complete the function. Click OK.

Copy the function to the remaining cells in the column to apply the function to the rest of the Name cells. You can see that the TRIM function cleaned up the extra spaces and the character counts are now all the same except for the “JoeSmith” that did not have any spaces between the first and last name. Note that TRIM will not ADD spaces.




Now you just need to replace your original data with your clean data. To do this, select all of the cells in the Trim column, then hit CTRL+C to copy the cells to the clipboard.
Then, select the first cell in the Name column and right-click. Select Paste Values under the Paste Options heading. Now you can Delete the Trim helper column and your Name column is clean.



Use a Formula to Remove All Spaces
If you need to prepare your data for import into a database (such as MS Access) or have a combination of number and text data that simply needs ALL spaces removed, you can use a formula instead of the TRIM function to remove ALL blanks in a cell.
Create a temporary, or helper, column for the corrected data at the end of your spreadsheet like you did for the TRIM function. In this example the column is called No Spaces.


Next, click in the first cell of the Trim column. On the Formulas tab, click the Text dropdown menu in the Functions group and select SUBSTITUTE.


When the dialog box appears:
  • Click on the first cell in the column that you need changed
  • In the “Old_text” field, enter the character you want replaced separated by quotes. To remove spaces this would then be ” “.
  • In the “New_text” field, enter the character you want to appear instead. Since we want NO characters to replace the space, type “”.
Click OK to apply the formula to the cell.


Copy the formula to the remaining cells in the helper column. Then copy the data to the data column as you did before using CTRL-C and Paste Options.
Fred Pryor Seminars_Excel Formula Remove Spaces_9
Bonus Hint!
You can also remove spaces using the Find/Replace feature in Excel. Click CTRL+F to open the Find dialog box, then click theReplace tab. Enter one space ” ” in the Find what: field and leave the Replace with: field empty to remove all spaces.
Warning: This technique will search for and replace ALL spaces in the entire sheet or selection area. Use carefully so that you don’t remove spaces you still want or need!
Fred Pryor Seminars_Excel Formula Remove Spaces_10
With these tips, you can clean up data entered from multiple sources and ensure that it is consistent and less prone to unintended duplication. Use these tips to remove spaces when you want to:
  • Find unintended duplicates in your data
  • Prepare someone else’s data before you import it into your own spreadsheets
  • Prepare your data for export into a database
When do you find the need to find and remove unwanted spaces?


Tuesday, February 16, 2016

Blocking web sites with Windows Firewall

First of all Go to Command Prompt and Do Ping URL to get IP address of that website:
Ping example .com
and you get IP Address of website
Pinging example.com [93.184.216.119] with 32 bytes of data:
Reply from 93.184.216.119: bytes=32 time=287ms TTL=43
Reply from 93.184.216.119: bytes=32 time=286ms TTL=43
Reply from 93.184.216.119: bytes=32 time=285ms TTL=43
Reply from 93.184.216.119: bytes=32 time=294ms TTL=43
Ping statistics for 93.184.216.119:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 285ms, Maximum = 294ms, Average = 288ms
go to Control Panel > windows FireWall > in the left side click Advanced Setting
go to Outbound Rule and in right side Click New Rule enter image description here
  • in New OutBound Rule Wizard select Custom and click Next
  • in Program Screen Select All Program And click Next
  • in protocol and ports Leave default Setting and click Next
  • in Scope Screen Under Which remote IP address Does This rule apply to? select These IP address and click add Button
  • in IP Address Dialog under This IP address or subnet: enter IP address of website and click ok and then click next enter image description here
  • in Action screen select Block the connection and click next
  • in Profile screen leave all 3 check box selected and click next
  • in Name Screen choose name for rule and click finish
    test what you do by enter URL in any browser that you want
    good luck!

Sunday, February 14, 2016

HOW TO GET FACEBOOK GROUP ID


How do I find my Page or Group ID?




https://lookup-id.com/

Lookup-ID.com helps you to find the Facebook ID for your profile or a Group. Facebook ID is a many-digit number, eg. 10453213456789123. 
Facebook ID for of certain Facebook social plugins, like the "Like Box" ; Like Button or application....

Q: What's my Facebook profile URL?
A: Your Facebook profile URL is the URL you get to when you click on your name in upper left of the Facebook home page. It should look like this:
- https://www.facebook.com/lookupid
- https://m.facebook.com/lookupid
- https://www.facebook.com/profile.php?id=278754422284374

Q: How to copy my Facebook profile URL when I'm on mobile?
A: It is very easy to copy your Facebook profile URL when you are on mobile and PC too.
1. Open your Facebook Profile page on a web browser.
Or you should be able to click here, it will redirect you to your profile page if you are logged into in your web browser
2. Copy the URL at the top of your browser and paste it in Lookup-id.com's search bar

Thursday, December 3, 2015

महारानी लक्ष्मीबाई

भारतीय वसुंधरा को गौरवान्वित करने वाली झांसी की रानी वीरांगना लक्ष्मीबाई वास्तविक अर्थ में आदर्श वीरांगना थीं। सच्चा वीर कभी आपत्तियों से नहीं घबराता है। प्रलोभन उसे कर्तव्य पालन से विमुख नहीं कर सकते। उसका लक्ष्य उदार और उच्च होता है। उसका चरित्र अनुकरणीय होता है। अपने पवित्र उद्देश्य की प्राप्ति के लिए वह सदैव आत्मविश्वासी, कर्तव्य परायण, स्वाभिमानी और धर्मनिष्ठ होता है। ऐसी ही थीं वीरांगना लक्ष्मीबाई।

महारानी लक्ष्मीबाई का जन्म काशी में 19 नवंबर 1835 को हुआ। इनके पिता मोरोपंत ताम्बे चिकनाजी अप्पा के आश्रित थे। इनकी माता का नाम भागीरथी बाई था। महारानी के पितामह बलवंत राव के बाजीराव पेशवा की सेना में सेनानायक होने के कारण मोरोपंत पर भी पेशवा की कृपा रहने लगी। लक्ष्मीबाई अपने बाल्यकाल में मनुबाई के नाम से जानी जाती थीं।

इधर सन्‌ 1838 में गंगाधर राव को झांसी का राजा घोषित किया गया। वे विधुर थे। सन्‌ 1850 में मनुबाई से उनका विवाह हुआ। सन्‌ 1851 में उनको पुत्र रत्न की प्राप्ति हुई। झांसी के कोने-कोने में आनंद की लहर प्रवाहित हुई, लेकिन चार माह पश्चात उस बालक का निधन हो गया।

सारी झांसी शोक सागर में निमग्न हो गई। राजा गंगाधर राव को तो इतना गहरा धक्का पहुंचा कि वे फिर स्वस्थ न हो सके और 21 नवंबर 1853 को चल बसे।

यद्यपि महाराजा का निधन महारानी के लिए असहनीय था, लेकिन फिर भी वे घबराई नहीं, उन्होंने विवेक नहीं खोया। राजा गंगाधर राव ने अपने जीवनकाल में ही अपने परिवार के बालक दामोदर राव को दत्तक पुत्र मानकर अंगरेजी सरकार को सूचना दे दी थी। परंतु ईस्ट इंडिया कंपनी की सरकार ने दत्तक पुत्र को अस्वीकार कर दिया।

27 फरवरी 1854 को लार्ड डलहौजी ने गोद की नीति के अंतर्गत दत्तकपुत्र दामोदर राव की गोद अस्वीकृत कर दी और झांसी को अंगरेजी राज्य में मिलाने की घोषणा कर दी। पोलेटिकल एजेंट की सूचना पाते ही रानी के मुख से यह वाक्य प्रस्फुटित हो गया, 'मैं अपनी झांसी नहीं दूंगी'। 7 मार्च 1854 को झांसी पर अंगरेजों का अधिकार हुआ। झांसी की रानी ने पेंशन अस्वीकृत कर दी व नगर के राजमहल में निवास करने लगीं।

यहीं से भारत की प्रथम स्वाधीनता क्रांति का बीज प्रस्फुटित हुआ। अंगरेजों की राज्य लिप्सा की नीति से उत्तरी भारत के नवाब और राजे-महाराजे असंतुष्ट हो गए और सभी में विद्रोह की आग भभक उठी। रानी लक्ष्मीबाई ने इसको स्वर्णावसर माना और क्रांति की ज्वालाओं को अधिक सुलगाया तथा अंगरेजों के विरुद्ध विद्रोह करने की योजना बनाई।

मेरा देश निबंध

मेरे देश का नाम भारत है। भारत को इंडिया तथा हिंदुस्तान नाम से भी जाना जाता है। मेरे देश की जनसंख्‍या लगभग 1 अरब 21 करोड़ है। यहां अनेक भाषाओं और बोलियों को बोलने वाले लोग निवास करते हैं।
मेरा देश धार्मिक विविधता वाला देश है। हिन्दू, सिख, बौद्ध, जैन, ईसाई, मुस्लिम आदि धर्मों को यहां एक समान दृष्टि से देखा जाता है। भारत एक धर्मनिरपेक्ष देश है।


भारत की सभ्यता और संस्कृति दुनिया भर में विख्‍यात है। इसी से अभिभूत होकर लाखों विदेशी नागरिक प्रतिवर्ष यहां घूमने के लिए आते हैं।

यहां अनेक संत और महात्माओं ने जन्म लिया है। राम, कृष्ण, बुद्ध, महावीर, कबीर, गांधी आदि महापुरुष हमारे आदर्श रहे हैं।


महान हिमालय से रक्षित तथा पवित्र गंगा से सिंचित हमारा भारत एक स्वतंत्र आत्मनिर्भर देश है।
मेरा देश लोकतंत्र में विश्वास रखता है। यहां सभी को उन्नति करने के समान अवसर प्राप्त हैं।


भारत तेजी के साथ आगे बढ़ रहा है। अशिक्षा, गरीबी, बेरोजगारी आदि शत्रुओं से लोग डटकर मुकाबला कर रहे हैं। मेरे देश का राष्ट्रीय ध्वज तिरंगा है। 15 अगस्त और 26 जनवरी हमारे राष्ट्रीय त्योहार हैं।


भारत के नागरिकों को आशा है कि मेरा देश फिर से अपने प्राचीन गौरव को हासिल कर सकेगा और एक दिन विश्वगुरू बनेगा। मैं अपने देश से बहुत प्यार करता हूं।

CCleaner 2016 with All Edition Universal Crack


CCleaner
CCleaner (Crap Cleaner) is a freeware system optimization, privacy and cleaning tool. It removes unused files from your system allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. But the best part is that it’s fast (normally taking less than a second to run) and contains NO Spyware or Adware!
Features
  • Less Errors & Crashes-CCleaner’s patented registry cleaner clears out this clutter to make your PCmore stable.
  • Safer Browsing-CCleaner erases your browser search history and cookies so any internet browsing you do
  • stays confidential and your identity remains anonymous.
  • Quicker Startup-CCleaner helps you get to work, or play faster by letting you disable unneeded programs.
How To Activate?

  1. Download CCleaner latest version from below link and Install it.
  2. Download the crack
  3. Turn Off your Internet Connection (Important).
  4. Close CCleaner from System Tray If Showing (Must).
  5. Open crack folder and choose the edition like professional edition
  6. Then copy both files and paste it to ccleaner installation directory
  7. Done now use the edition for life time
  8. Enjoy 

Important
  • Don’t update the application.Manually download and Install the New version.Use the crack if needed Again.
  • Crack Is Working With All Latest And Old Version Manually download and Install New version & Use the crack if needed Again.

Click here for Download CCleaner  

Click here for Download CCleaner Universal Crack