Sunday, February 12, 2017

I want my Nokia back - Nokia an upcoming king

According to the latest reports, Nokia is bringing another Android phone in the market. This smartphone of Nokia being told P1. Nokia offered to show this mobile in Mobile World Congress, (MWC 2017) in Barcelona, Spain. Mobile World Congress, which begins Feb. 27. It was a few weeks ago when Nokia introduced its first Android phone Nokia6, It just completed the sale of first six seconds.

The video smartphone has been leaked on the internet which is Nokia P1 which can evaluate the smartphone's design. According to the video shared on YouTube, has been used the metal body, this phone has been the Home button below the display.

Before a site of Russia had leaked Nokia properties P1. This smartphone 6 GB RAM is applied. It has used Qualcomm Snapdragon 835 processor. This phone has a 5.3 inch HD display with Gorilla Glass 5.

Nokia has created a powerful phone's camera. If you believe the site was used in 22.6-megapixel back camera.

At the same time, it is also dust and water proof. The fingerprint sensor and fast charging technique also used. Nokia has taken special care of the battery in the phone. It will be available in 3500mAh battery. It is based on Android Nuget 7.0 operating system.

According to the Russian website will come in two versions on the market. 128 GB memory phone costs Rs 85,000 and 256 GB iPhone price will be around about 100,000 rupees.

Nokia 6 after the initial cell is again available for pre-order on Chinese website jd.com at Rs 26000 and the phone is already 250,000 pre-orders received day. This victory now gives the popular Nokia P1 will be worth watching.
Share:

Friday, February 10, 2017

Number of Facebook users has reached 2 billion

Facebook is American benefit partnership, online web-based social networking and informal communication website. It was set up in 2004. This well known long range informal communication website of Facebook clients has achieved 2 billion and it is normal that this year Facebook will turn into the primary online organisation in the world with two billion shoppers. 

likewise, facebook as an organisation has 15000 or more representatives. The report said that creating nations are urged to utilise the Internet in approach has added to the expansion of Facebook clients. The organisation said the aftereffects of its final quarter, 

the quantity of month to month dynamic clients on Facebook before the finish of 2016 was 1.86 billion. In the last quarter, contrasted with 1.79 billion a year prior the figure was 1.59 billion.
Share:

Wednesday, February 8, 2017

Customization of Nop-Commerce

Nop-Commerce is an open source dot net e-commerce solution used to develop amazing e-commerce sites you can easily check them on sites
Nop-Commerce has implemented each and everything you need for e-commerce solution

Following is the basic structure of nop-commerce files,

_Root.Head.cshtml
Header and Body tags
_Root.cshtml
Main Div

Header Links
Top Menu
Breadcrumb
Footer
_ColumnsOne.cshtml
one main column (left image)
_ColumnsTwo.cshtml
left and main column (right image)

Structure and architecture of nop-commerce is clean and easy to understand, n-tier architecture has been used for this project and also they have used partial views
For example, single product view is treated as a partial view which gets the Id of product and in the master page, they are using for loop to recalling that partial view by sending Id in it.

Following are list of most used partial views

..\Nop.Web\Views\BackInStockSubscription\CustomerSubscriptions.cshtml

..\Nop.Web\Views\BackInStockSubscription\SubscribePopup.cshtml
<div class="page back-in-stock-subscription-page">

..\Nop.Web\Views\Blog\BlogMonths.cshtml

 ..\Nop.Web\Views\Blog\BlogTags.cshtml
<div class="block block-popular-blogtags">

..\Nop.Web\Views\Blog\BlogPost.cshtml
<div class="page blogpost-page">

..\Nop.Web\Views\Blog\List.cshtml
<div class="page blog-page">

..\Nop.Web\Views\Catalog\ManufacturerAll.cshtml
<div class="page manufacturer-list-page">

..\Nop.Web\Views\Catalog\ManufacturerNavigation.cshtml
<div class="block block-manufacturer-navigation">

..\Nop.Web\Views\Catalog\HomepageCategories.cshtml
<div class="category-grid home-page-category-grid">

..\Nop.Web\Views\Catalog\CategoryNavigation.cshtml
<div class="block block-category-navigation">

..\Nop.Web\Views\Catalog\CategoryTemplate.ProductsInGridOrLines.cshtml
<div class="page category-page">

..\Nop.Web\Views\Catalog\ManufacturerTemplate.ProductsInGridOrLines.cshtml
<div class="page manufacturer-page">

..\Nop.Web\Views\Catalog\PopularProductTags.cshtml
<div class="block block-popular-tags">
  
..\Nop.Web\Views\Catalog\ProductTagsAll.cshtml
<div class="page product-tags-all-page">

..\Nop.Web\Views\Catalog\Search.cshtml
<div class="page search-page">

..\Nop.Web\Views\Catalog\SearchBox.cshtml

..\Nop.Web\Views\Catalog\TopMenu.cshtml

..\Nop.Web\Views\Catalog\Vendor.cshtml
<div class="page vendor-page">

..\Nop.Web\Views\Catalog\VendorAll.cshtml
<div class="page vendor-list-page">

..\Nop.Web\Views\Catalog\VendorNavigation.cshtml
<div class="block block-vendor-navigation">
  
..\Nop.Web\Views\Common\AdminHeaderLinks.cshtml
<div class="admin-header-links">

..\Nop.Web\Views\Common\ContactUs.cshtml
<div class="page contact-page">

..\Nop.Web\Views\Common\ContactVendor.cshtml
<div class="page contact-page"> 

..\Nop.Web\Views\Common\CurrencySelector.cshtml
<div class="currency-selector">
  
..\Nop.Web\Views\Common\EuCookieLaw.cshtml
<div id="eu-cookie-bar-notification" class="eu-cookie-bar-notification">

..\Nop.Web\Views\Common\Favicon.cshtml
<link rel="shortcut icon" href="@Model.FaviconUrl" />

..\Nop.Web\Views\Common\Footer.cshtml
<div class="footer"> 

..\Nop.Web\Views\Common\HeaderLinks.cshtml
<div class="header-links">

..\Nop.Web\Views\Common\JavaScriptDisabledWarning.cshtml
<div class="noscript">

..\Nop.Web\Views\Common\LanguageSelector.cshtml
<div class="language-selector">

..\Nop.Web\Views\Common\Logo.cshtml 
<a href="@Url.RouteUrl("HomePage")">

..\Nop.Web\Views\Common\PageNotFound.cshtml
<div class="page not-found-page">

..\Nop.Web\Views\Common\Sitemap.cshtml
<div class="page sitemap-page">

..\Nop.Web\Views\Common\Social.cshtml
<ul class="networks">

.. \Nop.Web\Views\Common\StoreClosed.cshtml
<div class="page store-closed-page">

..\Nop.Web\Views\Common\StoreThemeSelector.cshtml
<div class="theme-selector">

..\Nop.Web\Views\Common\TaxTypeSelector.cshtml
<div class="tax-display-type-selector">

<div class="page compare-products-page">
..\Nop.Web\Views\Product\CompareProducts.cshtml

<div class="page account-page customer-info-page">
.. \Nop.Web\Views\Customer\Info.cshtml

<div class="block block-account-navigation">
..\Nop.Web\Views\Customer\CustomerNavigation.cshtml

<div class="page account-page customer-info-page">
.. \Nop.Web\Views\Customer\Info.cshtml

<div class="page account-page downloadable-products-page">
..\Nop.Web\Views\Customer\DownloadableProducts.cshtml
Share:

Saturday, February 4, 2017

Why Pakistan Army a Best Army

The Pakistan Army is an expert armed force, ready to stand its ground in the environment that it works in. Pakistan confronts a genuine danger from India. Given the structure and preparing of the military, it is satisfactory to limit any real Indian risk against the nation expectedly. The Army keeps up a solid proportion of labour and a respectable adjust in the middle of its battle and bolsters components (otherwise known as a tooth to tail proportion).

In the course of recent years, the Army has put vigorously in preparing the majority of its units in the infantry and additionally other battling arms to have the capacity to direct COIN operations and has actualized in an extremely critical way the capacity to lead operations in a system driven mode by fusing "jointness" in its operations particularly with the Pakistan Air Force.

Truly, the greater part of the wars with India, except for 1971 where Pakistan lost its eastern wing (a domain which got to be Bangladesh and was isolated from the terrain West Pakistan by uprightness of the Indian land mass in the middle of), have been stalemates, which given Pakistan's littler size and lesser assets means that the Armed Forces of Pakistan can hold their own even against a numerically unrivaled Indian constrain. With the operationalization of atomic weapons by the three military administrations, Pakistani prevention against India over the traditional and atomic range has been fortified.

Pakistani preparing schools and educators are eminent the world over. Preparing for remote officer cadets, uncommon powers, building units and additionally pilots is led by the Pakistani military over various stages beginning from exceptionally essential to graduate level courses being offered in "extraordinary to arms/benefit" schools and National Defense University individually.

As far as modernization, Pakistan is right now highly involved with actualizing the Armed Forced Development Plan 2015 which would guarantee sufficient capacities are brought into each of the three administrations through a procedure of defence, institutionalisation and scale.

The military is very respected by the Pakistani country. Given its an expert drive, choice and acceptance into the administration is exceptionally pined for and draws a tremendous pool of candidates, of which just the best are chosen and sent to the military institutes.

Outside eyewitnesses see Pakistani military as a skilled battling power with all around prepared and inspired officer corps and positions. Amid remote courses and joint activities, Pakistani officers have generally done well. The Army is retooling itself to have the capacity to direct low power operations and also being prepared to deal with huge constraint engagements.
Share:

Tuesday, September 13, 2016

Create Partition in Windows Operating System

In my past blog entry, I depicted how to utilise the Microsoft Windows 7 Disk Management instrument to recoil a current hard drive volume. How to psychologist volume in windows7? When you contracted a volume you can make a new segment on the recently purge space and make another coherent hard drive for your Windows working framework. 

The Windows 7 Disk Management apparatus gives a basic interface to overseeing parcels and volumes. Many individuals get a kick out of the chance to segment their hard drive for different reasons.Here I will demonstrate to you best practices to make new parcel for windows 7 in simple strides in this post. 

1.Click on Windows begin button.Type diskmgmt.msc in a pursuit box.See Figure 1. 

Figure 1



2.Now Click disk mgmt choice on the left board. It will stack plate arrangement information.Your Disk Management Tool will look something like figure 2.

Figure 2

  

2.Now Click disk mgmt choice on the left board. It will stack plate arrangement information.Your Disk Management Tool will look something like figure 2.

Figure 2 
                                              
             
3. In the centre sheet, right tap on the exhaust unallocated parcel or volume and tap on New Simple Volume. This begins the New Simple Volume Wizard. (Note: If you have to make unallocated space, see the T ip How to psychologist volume in windows 7? ) .See Figure 4.
Figure 4

    

4.Click Next on the Welcome screen to begin the process.See Figure 5.

Figure 5

    
5.Now, type in what number of MB (1 GB = 1024 MB) you need to use the unallocated space to make the new parcel with, then tap on the Next button.

Figure 6

                                                                                                                                                                               
6.On the Assign Drive Letter Or Path page, indicate whether you need to allow a drive letter or way and afterwards click Next. The accessible alternatives can be found in Figure 7.

Figure 7

                                              
7.Format the volume utilising NTFS record framework. Sort in a volume name that you need for the new segment, check the Perform a snappy configuration box, and tap on the Next catch. See Figure 8.

Figure 8

               
8.The last screen in the wizard gives you a rundown of your decisions and the chance to venture back and make changes.Click complete to affirm your choices.See Figure 9.

Figure 9

  
In the wake of finishing this procedure your new essential parcel or volume has now been made and prepared to store your records

That is it for now.I trust you like this post.If you are confronting any issue with respect to this post don't hesitate to remark below.I will attempt my best to determine it. If you don't mind impart this post to your companions to spread information and like us on facebook and subscribe by means of email to get most recent overhauls


                                                          
                                               

                                                                                  
Share: