Showing posts with label how. Show all posts
Showing posts with label how. Show all posts

Tuesday, March 3, 2015

How to Save a PowerPoint Slide as a Transparent Image!

I am so excited to write this post because it is my 100th post on my blog and my 20th Technology Tuesday post!  I never expected to write 100 posts in the five months Ive had this blog!  I really do enjoy it though!

Now, onto todays post... how to save a powerpoint slide with a transparent background!


This poll was a real nail biter!  I was really nervous it would end up being a tie!


Luckily, it wasnt a tie!  Im really excited to blog about this fantastic idea that Mercedes over at Surfing to Success gave to me!  She has a ton of technology tutorials on her blog also so you should definitely check it out!

Surfing to Success” style=

Now, onto the tutorial!



And of course, you can have those two cute star images for free!



To download this tutorial as a PDF, just click the button below.  I decided to host the files on Google Docs instead of TPT and hopefully Ill get the other posts up soon!

Note: This tutorial is hosted on Google Docs.  To save it from there, just open the file and click File > Download to save onto your computer!

For next weeks poll I had the hardest time picking what to add!  In my linky party below, the question came up as to how you add the HTML code to your blog when someone gives it to you.  Oops... I put the wrong thing on the poll!  I added how to make a collage of photos in any shape.  Ill add the HTML next week!  Be sure to vote for next week, and in the meantime, check out my linky party!

Back to School Jitters Linky Party

Sunday, March 1, 2015

How to Embed Fonts in a Document on a PC!

Here we are again... its Technology Tuesday!  The winner of this weeks poll was How to Embed Fonts in Word and Powerpoint!


More than 2/3 of you voted for this option in the poll!


Unfortunately this is currently not possible to do on a Mac (unless you save as a PDF), but I included directions for how to do it on a PC and will keep my eye out for an update on the Macs that allow for it to happen!  Here are the directions:


You can download this tutorial as a PDF by clicking this picture!
Note: This tutorial is hosted on Google Docs.  To save it from there, just open the file and click File > Download to save onto your computer!

To grab a freebie I posted with an embedded font, click the picture below!


I have had so many requests come in on the "Technology Tuesday Request" above... thank you everyone!  Im going to try to knock out as many of these requests as I can!  For next weeks poll, Ill add one thats been requested by a few people... how to add a form to your website (just like the Technology Tuesday Request form!) I cant wait to see what you vote for!

Friday, February 27, 2015

How to Earn Money Online

how to earn money online
How to Earn Money Online?

Earn Money Online

How to Earn Money Online? Thats a million dollars question raised in every person mind who want to earn money  without any investment. Now a days finding jobs or establishing business in real life become very difficult but in the virtual world of internet there are many different ways to earn online money. This is a specific tutorial course aboutearn money online. In this cource we will discuss the answer of How to Earn Money Online? And in the upcoming posts i  will present to you detailed tutorials of earn money online but now let me introduce to you the best platforms to earn money on internet without any investments.
earn money online

1: Google Adsense

On top of this list I suggest Google Adsense because Google Adsense is a best and easy  to learn platform about earning money online. You can earn money from Google Adsense by two different ways
(i)                Earn Money from Google Adsense by Showing Ads onYour Website or Blog
(ii)               Earn Money from Google Adsense by Showing Ads onyour Youtube Videos

We will discuss about Google Adsense in details in upcoming posts where i will bring complete Google Adsense Tutorials.

2: Paid to Click Websites:

There are thousands of Paid to Click (PTC) websites on internet that allows you to earn money online with viewing ads and by completing mini jobs, surveys and Tasks. You can search for PTC sites on google but beware there are many fake PTC sites are fooling people on internet thats why i recommend best 2 PTC websites that are very famous and loyal to their members.
(i)                  Neobux
(ii)                Clixsense

In the upcoming posts i will present detailed tutorial about earning money from these best paying PTC sites. After reading those post you will be able to earn a very reasonable ammount by working online.

3: By Selling Internet Traffic:

This is also a very good way to earn some extra bucks but to earn with these method you need some platforms like a good blog with reasonable traffic, facebook page, twitter account with alot of followers or a youtube channel with alot of views daily. In this method you sell your internet traffic to other webs and charged from them. I recommend two websites
(i)                 Adf.ly
Adf.ly is basically a link shortner service that provides you service to shorten your link. Once you shortened a link via Adf.ly you will get a short link. When you share that link on your platform like facebook page people visit that page and they will shown an ad first than your link destination url. And they pays you for every visit.
(ii)                ImgDino
ImgDino is a picture hosting service where you can upload your immages and they will give you the link of your immage, whenever some one open that link they will shown an ad and than your picture. This is a smart place to earn online money.


Do subscribe to my website for upcoming easy to learn tutorials about adsense, PTC and Selling Internet Traffic. Thanx to you all for visiting my post

Sunday, February 15, 2015

How To Hijack Facebook Fan Page

How To Hijack Facebook Fan Page?
How To Hijack Facebook Fan Page?

However its a simple Facebook bug which helps the admins to remove another admin. However facebook should set up a rule that the original admins should not be removed. The following video by Sophos explains how easy it is to hijack facebook fan pages.However its quite strange to see according to facebook help page, Primary or original admin cannot be removed. However its untrue. Which evolves the whole idea of Hijacking facebook fan pages.http://www.youtube.com/watch?feature=player_embedded&v=4LSKEoXJUDY ( Hijacking Facebook fan pages tutorial )

 Purchase Structured Settlements 

Mesothelioma Lawyers San Diego 
Secured Loan Calculator 
 Structured Settlement Investments 

Saturday, February 14, 2015

Create Dynamic Menu in ASP NET MVC A Complete How to Guide

A menu plays a significant role in lending an amazing UX by making an application easily navigable. It can be used to make accessibility to a particular section a breeze.

If you want to ensure a surefire application, it is essential that elements of your application must be accessed with ease. It must appear intuitive and intriguing, so that users can execute them with a flair. You may create multiple modules within a project and depending upon the users permissions, an appropriate menu can be implemented dynamically via ASP.NET.


Create Dynamic Menu in ASP.NET MVC - A Complete How to Guide

ASP.NET is an open source server side framework that augments web app development with great efficiency and precision. It is the core of the popular Content Management Systems (CRM), eCommerce, and so forth that deliver utile features.

Also Read: 5 Things You Must Consider Before Using ASP.NET Development

Here is a comprehensive guide that offers a complete tutorial for creating a user-friendly dynamic menu via ASP.NET MVC. The process is extremely simple with only 5 easy steps at a glance.

Lets distill the process and explore how dynamic menus can be created efficiently.

Create Dynamic Menu in ASP.NET MVC

Step 1: Create a database table

To create dynamic menus in ASP.NET MVC, the very first step is to generate a database table that can hold all the menu items in a designed hierarchy (if any). The database table can be created with a simple query as mentioned below.


Create Table Menus(ID int Primary Key Identity(1,1), ParentID int foreign key References Menus(ID), Title varchar(50), Description varchar(250))


This query will create a table Menus that will hold four values. These values are:

ID: is the primary key and auto generated
Parent ID: is the foreign key
Title: Name of the field
Description: is the information that you want to display when a user hovers over the menu.

With this, a desired table will be created in the database.


Step 2: Insert values into the table

A simple insert query can be used for adding the data into the table. Now, there are two possibilities, that is, your menu may possess multiple parent items that further possess child items or there may be parent items only. So, you must insert the values as per your app requirements.

Query to insert values into the table Menus.

Insert Into Menus(null, Item One, Desc) // First Parent Item
Insert Into Menus(null, Item Two, Desc) // Second Parent Item
Insert Into Menus(null, Item Three, Desc) // Third Parent Item

Insert Into Menus(1, Item Sub One, Desc) // Child of First Parent Item
Insert Into Menus(2, Item Sub Two, Desc) // Child of Second Parent Item
Insert Into Menus(3 Item Sub Three, Desc) // Child of Third Parent Item

By implementing the above mentioned queries, your Menus table will contain three items in the Menu and each item will further have a child item.


Step 3: Fetch the data from the table

Now, the next step is to fetch the menu items from the table Menus that was created in the step 1, and return a list of all the items.

For this, a GetMenus() function is created in MyMenu class. In this function, there is a loop that will help fetch the items of the Menu and return them via a list. The lines of code for the same is as follows.

Code Snippet for model:


public static class MyMenu
{
/// <summary>
/// Get List of All Menu Items from Database
/// </summary>
/// <returns>Returns List<Menus> object</returns>
public static List<Menus> GetMenus()
{
using(var context = new ProjectEntities())
{
return context.Menu.ToList();
}
}
}


Step 4: Display the created menu on the screen

Now, when the Menu items has been fetched from the database, it is the time to represent it in the view.

Code Snippet for View:


@{
List<Menus> myMenu = MyMenu.GetMenus();
var plist = myMenu.Where(m => m.ParentID == null).ToList(); // This will list main menu items on which well apply loop to display them.
if (plist != null && plist.Count > 0)
{
<ul class="nav">
@foreach (var pitem in plist)
{
<li>
<a href="{URL-Required} title="@Description">@pitem.Title</a>
@{
var clist = myMenu.Where(m => m.ParentID == pitem.ID).ToList();
if (clist != null && clist.Count > 0)
{
<ul>
@foreach (var citem in clist)
{
<li><a href="{URL-Required}"title="@Description">@citem.Title</a></li>
}
</ul>
}
}
</li>
}
</ul>
}
}

Here, ui and li HTML tags are used in the loop. This will help display the created menu in the view. Now, move to the next step.


Also Read: 5 Facile Yet Incredibly Valuable Ways to Enhance ASP.NET Developer’s Efficiency


Step 5: Beautify the menu to make it appear captivating

To ensure an enticing and easily readable menu, it is essential to make it appear visually appealing and intriguing. You may use the CSS appropriately to enhance the look and feel of the menu in a desired fashion. Here, I have incorporated the following chunk of code in the CSS file to boost the navigation ease and ensure an attractive Menu.

Code Snippet CSS:


ul, ol, li {list-style: outside none none;}
.nav {float: left;padding: 0;background-color: #5eab1f;}
.nav li {display: inline-block;position: relative;vertical-align: middle;}
.nav li:hover, .nav li.active {background-color: #4c9312;}
.nav li a {color: #fff;float: left;font-size: 15px;padding: 16px 14px; text-decoration: none;}
.nav li ul {background-color: #fff;border-radius: 0 0 5px 5px;box-shadow: 0 2px 3px #000;display: none;min-width: 200px;padding: 20px 0;position: absolute;top: 48px;z-index: 9999;}
.nav li ul:before {border-bottom: 8px solid #fff;border-left: 8px solid transparent;border-right: 8px solid transparent;content: "";left: 28%;position: absolute;top: -8px;}
.nav ul li {float: left;width: 100%;}
.nav ul li a {color: #333;float: left;font-size: 15px;padding: 10px 5%;width: 90%;}
.nav li:hover, .nav li.active {background-color: #4c9312;}

This CSS has been created considering a few requirements, you may develop it in a desired fashion to bring substantial changes in the visual appearance. Therefore, you may streamline the CSS as per your UX and design needs.


Wrapping Up

By following this absolute guide, you can efficiently create beautiful dynamic menus via the ASP.NET MVC. It is advisable to thoroughly go through each step and design desirable menu while ensuring utmost navigation ease.

Author Bio
Sarah Parker is an experienced PSD to WordPress service provider, and a web designer. She loves to share her thoughts on web design and web development trends.

Wednesday, February 4, 2015

How to Install Windows 8 in Urdu Hindi Tutorial


How to Install Windows 8 in Urdu & Hindi Tutorial

Windows 8

Windows 8 is Microsofts latest operating system that combines the tablet Modern UI interface with the traditional Windows desktop.



Overview:

With this trial of Windows 8, users have an opportunity to test a slick and solid operating system that promises to revolutionize the way you do everything, from browsing the web to viewing multimedia files.

This is the most ambitious operating system that Microsoft has ever created. By blending both a tablet interface and a traditional desktop interface, Microsoft hopes that Windows 8 can please everyone. But can it? Lets find out.



Modern Interface:
                
As seen in the numerous preview versions, the Windows 8 interface is one of the largest changes to the Windows operating system. Every app you install on the new Modern interface is shown in multiple colored squares on your screen. Each square acts as a shortcut to open the program or the corresponding directory. Each panel is also fully customizable, so you can group apps together.




New features Flash:

The use of Flash in Windows 8 is one of the primary updates. Working together, Microsoft and Adobe have created a situation-specific version of Flash that works with Internet Explorer 10. This ensures Flash will run when you want it do, such as during video play-back, but wont affect your PCs performance or battery life by running when unnecessary. This is especially important for Windows RT users who value battery life and performance on the go.





New apps:

There are also quite a few Windows Store expansions when it comes to apps included natively in the Modern interface. Bing has added apps for travel, sports and news, for example. There are also, of course, existing Modernapps that were released in conjunction with Windows 8. Some of these include Weather, Maps and Finance.




Surfing the web:
                 
Windows 8 ties up a lot of loose ends in terms of stability issues seen in its preview versions. There is also a new feature users can look forward to called Flip ahead, IE which uses crowd-sourcing to determine what web page youre the most likely to click on next during your web browsing. To advance, all you have to do is swipe the screen if you have touch screen capabilities or click the forward arrow onscreen to get to the next page. This feature works while searching Bing, of course, but is also compatible with other search engines, so long as youre using Internet 



Windows 8: system requirements:

  • Processor  1GHz or faster
  • RAM  1GB (32bit) or 2GB (64bit)
  • Hard disk space  16GB (32bit) or 20GB (64bit)
  • Graphics card  Microsoft DirectX 9 graphics device or higher


Download Windows 8




☺ Video Tutorial ☺