Categories
Hacking Internet Tips

What is an IP Address?

Every device connected to the public Internet is assigned a unique number known as an Internet Protocol (IP) address. IP addresses consist of four numbers separated by periods (also called a ‘dotted-quad’) and look something like 127.0.0.1.

Since these numbers are usually assigned to internet service providers within region-based blocks, an IP address can often be used to identify the region or country from which a computer is connecting to the Internet. An IP address can sometimes be used to show the user’s general location.

Because the numbers may be tedious to deal with, an IP address may also be assigned to a Host name, which is sometimes easier to remember. Hostnames may be looked up to find IP addresses, and vice-versa. At one time ISPs issued one IP address to each user. These are called static IP addresses. Because there is a limited number of IP addresses and with increased usage of the internet ISPs now issue IP addresses in a dynamic fashion out of a pool of IP addresses (Using DHCP). These are referred to as dynamic IP addresses. This also limits the ability of the user to host websites, mail servers, ftp servers, etc. In addition to users connecting to the internet, with virtual hosting, a single machine can act like multiple machines (with multiple domain names and IP addresses).

Source : whatismyipaddress.com

Categories
.htAccess Hacking Internet Tips

How to Block Or Restrict Hackers, Spammers From Visiting your Website

Sometimes the owners(administrators) of new websites gets so many spam comments on their websites.
Many peoples have a bad habit of harming the Websites by hacking spamming etc. If you are facing such type of problem then you can get rid from this by following steps:-

You can get rid from those hackers by blocking there IP (How to know the IP Address) by your web hosts control panel.You have to create .htaaccess file.In this file use these code with IP address

order deny,allow
deny from 203.23.116.11

( 203.23.116.11 is the ip-address of hacker )

Save this setting and you are done.

Now you will not face any more spam comments and your website will be safe from Hacking and unwanted unauthorized access of Hackers.

Categories
Programming Languages

Internet Explorer 9 Beta Released and Download for Fast Internet usage

internet explorer 9

Microsoft has released the beta for the newest version 9.0 of their ever-so-popular Internet Explorer browser. The beta has all the features that will be seen come release, but does not however have the updated version 9 UI. Microsoft development team said that this new internet explorer 9 will be the fastest browse ever and people who use social networking on this browser will have more fun using it. This new IE 9 will support CSS 3 also and will be more secure to handle online transactions and internet banking applications as well.

Version 9 has some important new things about it. For starters, there is support for HTML 5 and CSS 3, and a new JavaScript engine. IE9 also has an “Acid Test” feature that will let you test the compatibility and compliance of a website with IE9.

Additionally, this new browser is programmed to use your GPU much better: IE9 uses your computer’s GPU to enhance hardware scalable vector graphics (SVG), JavaScript performance, and HTML5 performance.

You can download the beta here.

Categories
.htAccess

CakePHP Tutorial: htaccess Redirecion Rules and modrewrite Tips

If you have a website or blog that was first developed in WordPress and then if you decided to convert it into some other platforms like cakephp, joomla, drupal website or else. Then you may want to install wordpress again in blog folder. Then the structure of your website will be like this

http://www.abc.com/ – inititally a wordpress blog, now a cakephp app

http://www.abc.com/blog/ – becomes the new wordpress blog’s address

Now the issue comes here is

How do I redirect visitors who arrive on the site through bookmarks or not-yet-updated search engine indexes so that they can land on the new wordpress blog address?

CakePHP’s htaccess

First thing you should know about CakePHP and htaccess: there are 3 htaccess files so we need to know which is the correct file to add our redirection rule.

But for this purpose, all we need to do is edit the .htaccess file in the cake app directory, the file which contains the following contents initially:

RewriteBase /
RewriteRule    ^$    webroot/    [L]
RewriteRule    (.*) webroot/$1    [L]

Since the wordpress blog has only a few posts, I added the following redirect rules at the top of the htaccess file. You might have to change the patterns depending on how your wordpress permalinks and tags were setup.

Redirect 301 /post-name-1/ /blog/post-name-1/
Redirect 301 /tag/tech/ /blog/tag/tech/

Final Result

Whenever someone types in or land at http://www.abc.com/post-name-1/, they will be now redirected to http://www.abc.com/blog/post-name-1/

I know this is not a robust and great solution but if you have Sitemap of all your blog posts then you can do the above trick very easily.

See my blog sitemap here www.vaseemansari.com/blog/sitemap.xml and you can see the url of all blog posts, now you need to copy the url and change it in .htaccess file and you are done with the trick. Have fun and feel free to ask me if you have any confusions in mind regarding the above tutorial of htaccess.

Thanks

Categories
Magento

List of Magento Core Features and Importance of Magento in Online Market

As now a days i am very busy working with Magento and i have learned a lot in this Open Source, So today i would like to share the features of Magento with You. As Magento Provides wast range of Customization Tips and Tricks for its website Owners, So here is a list of few most famous features of Magento.

Site Management

  • Control multiple websites and stores from one Administration Panel with ability to share as much or as little information as needed
  • Multi-Lingual
  • Support for localization
  • Support for multiple currencies
  • Administration Permission System Roles and Users
  • Web Services API for easy integration between Magento and any third-party application
  • Flexible tax rate management with support for US and International markets
  • Fully 100% customizable design using templates
  • Customer Groups
  • One-Click Upgrades
  • Content Management System for Informational Pages

Mobile Commerce

  • iPhone Optimized

Marketing Promotions and Tools

  • Flexible Coupons (pricing rules) with ability to restrict to stores, customer groups, time period, products, and categories. For example: Percent Discount | Fixed Amount Discount | Free Shipping | Buy x, get y free. | Buy x, get y with percent or fixed amount discount | Buy x, get free shipping on order | Buy x, get percent discount | Buy x, get fixed amount discount.
  • Catalog Promotional Pricing by percentage or fixed amount with ability to restrict to stores, categories, products
  • Free Shipping Option
  • Multi-Tier Pricing for quantity discounts
  • Bundled Products
  • Customer Group-specific pricing and group-specific tier pricing
  • Landing Page Tool for Campaigns
  • Search Engine Friendly URL’s
  • URL Rewrites
  • Recently Viewed Products
  • Recently Compared Items
  • New Items Promotional Tool
  • Up-sells in Shopping Cart
  • Cross-sells on product pages
  • Send to a Friend for all visitors, or registered users only
  • Send Wishlist to a Friend by Email or RSS
  • RSS Feeds for New Products, New Specials and New Tags
  • Auto-generated Site Map
  • Google Site Map
  • Polls
  • Newsletter Management

International Support

  • Multi-Lingual
  • Support for Multiple Currencies
  • Tax rate support
  • Localization
  • Configurable List of Allowed Countries for:
    • Site Registration
    • Shipping Destination Addresses with ability to specify per shipping method
    • Billing Addresses with ability to specify per payment method

Search Engine Optimization

  • 100% Search Engine Friendly
  • Google Site Map
  • URL Rewrites give full control of URL’s
  • Meta-information for products and categories
  • Auto-generated Site Map for display on site
  • Auto-Generated Popular Search Terms Page

Checkout

  • One-Page Checkout
  • SSL security support for orders on both front-end and back-end
  • Shipping to multiple addresses in one order
  • Checkout without account/Guest Checkout
  • Shopping Cart with tax and shipping estimates
  • Checkout with account to use address book
  • Option to create account at beginning of checkout
  • Accept gift messages per order and per item
  • Saved Shopping Carts with configurable expiration time

Shipping

  • Integrated for real-time shipping rates from:
    • UPS, UPS XML (account rates), FedEx (account rates), USPS and DHL
  • Shipping to multiple addresses in one order
  • On-site order tracking from customer accounts
  • Multiple shipments per order
  • Ability to specify allowed destination countries per method
  • Flat rate shipping per order
  • Flat rate shipping per item
  • Free Shipping
  • Table rates for weight and destination
  • Table rates for product sub-totals and destination
  • Table rates for number of items and destination

Payment

  • Configurable to authorize and charge, or authorize only and charge on creation of invoices
  • Integrated with multiple PayPal gateways:
    • Website Payments Standard, Website Payments Pro (Express and Direct), Website Payments Pro UK (Express and Direct), and PayPal PayFlow Pro
  • Integrated with Authorize.net
  • Integrated with Google Checkout (Level 2)
  • Saved Credit Card method for offline payments
  • Accept Checks/Money Orders
  • Accept Purchase Orders
  • Payment Extensions Available through Magento Connect:
    • Fontis Australia
    • Cybersource
    • Protx
    • Tweakmag Payment
    • SPPLUS
    • Fontis New Zealand
    • eWAY
    • ChronoPay
    • ePay
    • Paybox
    • iDEAL
    • Flo2Cash Web Service
    • Protx Direct Payment Module
    • PagSeguro Payment Module
    • CyberMUT Paiement / Paiement CIC
    • Moduł platnosci.pl dla Lento
    • Payone
    • PaySimple
    • UOS Paymentmodule
    • Fontis Paymate
    • Fontis Payment Express
    • Dibs Payment
    • WorldPay
    • Bank Prepayment
    • VCS
    • Saferpay
    • Datarans Paymentgateway
    • SecureTrading XPay Module
    • Ogone Payment
    • Payment Module: ECS Clearing Interface
    • Modulo Banca Sella 1.6
    • Magento LinkPoint API Payment Module
    • LinkPoint API Payment Module for Magento
    • Fontis SecurePay
    • Cash On Delivery
    • PSiGate API Payment Module
    • Nedbank iVeri Paygate
    • PayPoint.net (SECPay) Payment Gateway Module
    • Metodo de pago Servired
    • Servired
    • 2Checkout.com payment module
    • Fast Transact Integration module
    • BBS Payment Gateway
    • Fontis Westpac PayWay
    • Fontis NAB Transact
    • Barclays ePDQ
    • ClickandBuy
    • Optimal Payments Firepay
    • Platnosci.pl (STO)
    • FIA-NET ReceiveAndPay
    • MultiSafepay Payment Module
    • Fontis Commonwealth Bank CommWeb
    • Novalnet Payment Module
    • 1&1 ipayment
    • sofortüberweisung.de
    • PayPoint.net (MetaCharge) Payment Gateway Module
    • Mokejimai.lt payment gateway
    • Magento FirstData API Payment Module (Originally LinkPoint)
    • Shine Software IWSmile

Order Management

  • View, edit, create and fulfill orders from admin panel.
  • Create one or multiple invoices, shipments and credit memos per order to allow for split fulfillment
  • Print invoices and packing slips
  • Call Center (phone) order creation
    • Includes ability to create new customer, or select existing customer and view shopping cart, wishlist, last ordered items, and compared products list, as well as select addresses, give discounts and assign custom prices
  • Create re-orders for customers from administration panel.
  • Email Notifications of Orders
  • RSS feed of New Orders

Customer Service

  • Contact Us form
  • Feature-rich Customer Accounts
  • Order History with Status Updates
  • Order Tracking from Account
  • Forgot Password Email from front-end and administration panel
  • Order and Account Update Emails
  • Customizable Order Emails
  • Create and Edit Orders from the Admin Panel

Customer Accounts

  • Order status and history
  • Re-orders from account
  • Recently ordered items
  • Address Book with unlimited addresses
  • Default Billing and Shipping addresses
  • Wishlist with ability to add comments
  • Email or Send RSS feed of Wishlist
  • Newsletter Subscription management
  • Product Reviews submitted
  • Product Tags submitted
  • Account Dashboard for overview of: recent orders, personal information, newsletter subscription status, primary billing address, primary shipping address, shopping cart, wishlist, recently ordered items, recently reviews and recent tags

Catalog Management

  • Inventory Management with Backordered items, Minimum and Maximum quantities
  • Batch Import and Export of catalog
  • Batch Updates to products in admin panel
  • Simple, Configurable (e.g. size, color, etc.), Bundled and Grouped Products
  • Virtual Products
  • Customer Personalized Products – upload text for embroidery, monogramming, etc.
  • Tax Rates per location, customer group and product type
  • Attribute Sets for quick product creation of different item types
  • Create Store-specific attributes on the fly
  • Media Manager with automatic image resizing and watermarking
  • Advanced Pricing Rules and support for Special Prices (see marketing tools)
  • Search Results rewrites and redirects
  • Approve, Edit and Delete Product Tags
  • Approve, Edit and Delete Product Reviews
  • RSS feed for Low Inventory Alerts

Catalog Browsing

  • Layered / Faceted Navigation for filtering of products
  • Static Block tool to create category landing pages
  • Ability to assign designs on category and product level (unique design per product/category)
  • Configurable search with auto-suggested terms
  • Recently viewed products
  • Product comparisons
  • Recently compared products
  • Cross-sells, Up-sells and Related Items
  • Popular Search Terms Cloud
  • Filter by Product Tags
  • Product Reviews
  • Product listing in grid or list format
  • Breadcrumbs

Product Browsing

  • Multiple Images Per Product
  • Product Image Zoom-in Capability
  • Product Reviews
  • Related Products
  • Stock Availability
  • Multi-Tier Pricing Upsell
  • Product Option Selection
  • Grouped Products View
  • Add to Wishlist
  • Send to a Friend with Email

Analytics and Reporting

  • Integrated with Google Analytics
  • Admin Dashboard for Report Overview
  • Sales Report
  • RSS feed for New Orders
  • Tax Report
  • Abandoned Shopping Cart Report
  • Best Viewed Products Report
  • Best Purchased Products Report
  • Low Stock Report
  • Search Terms Report
  • Product Reviews Report
  • RSS feed for New Reviews
  • Tags Report
  • RSS feed for New Tags
  • Coupon Usage Report
  • Total Sales Invoiced
  • Total Sales Refunded
  • Best Customers Report by Total and Number of Orders

Hope this explain you how important shopping cart and efficient Open Source Magento is. Source: MagentoCommerce.com

Categories
Career Jobs Resume Success

Tips for writing Good Resume and How to get job amoung the crowd

I know that there are so many students and experienced people out there in market who are looking for job change or new jobs.
To get a better job according to your capabilities is not a big task, only thing you need to do is create a Resume which stands you out of crowd.

Its not the final task that you create a resume. You need to send that resume to potential recruiters as well. To send your resume to companies or consultancies you need to create an account on website like Monster.com, TimesJobs.com, Naukri.com and so many other websites.

Today i am posting few tips that are necessary for everyone who is actively looking for better job opportunities and these tips will definitely gives you salary hike and help you to find best job in the industry.

You need to make your CV stand out of the crowd, So how will you do that, here’s how:

  • Update your Resume: Updating your resume tells recruiters you are interested in a job switch, which increases their interest in you. It also showcases your latest skills, responsibilities, and achievements. For best results your resume should be updated every three months.
  • Have an updated Resume Headline: A specific resume headline that contains key words that employers might be looking for increases your chance of getting recruiters attention quickly. For e.g. a headline “Software and Web Programmer with 3 years of experience in designing PHP Based Enterprise Applications” could attract immediate recruiter attention.
  • Highlight Key Skills: In mentioning key skills, be as specific as possible. For instance, rather than using generic words like ‘Sales’, it always helps to be specific and say ‘Institutional Sales for ABC Product’.
  • Highlight Key Achievements: Mention objective and measurable achievements. For e.g. saying “Increased Sales by 20% over a period of 6 months”instead of “Increased Sales for my Company” could make the recruiter contact you instantly!
  • State Experience Clearly: Recruiters prefer looking at numbers than subjective terms. For instance they would want to look at “3 years of development and programming experience” than “Ample development experience”

Source : Timesjobs.com