Wednesday, 15 February 2012

0 [Blogger] How to add subsribe widget with RSS,Facebook,Twitter, and Email Subscription [Tricks][Customize ]

  Wasup buddies. This is one of my favorite placement of social bookmarking buttons i.e beside Adsense ad unit. I previously post Add 'AddThis' Social Bookmarking Buttons Below Each Blogger Post. But i believe the trick today that i am sharing is pretty professional looking and uses up the empty place at the right of Adsense ad. Lets see how we can add this widget to our blog. Note that i will be showing the complete widget with Adsense placement with social bookmarking buttons. Step 1: (Make a new ad Unit) First make your self a new Adsense ad unit with dimensions (300x250) and Convert it so that it can be used in blogger template....

0 [Blogger] How to Cuztomize Flooting Share Button [Tricks]

Ever wondered to create a Mashable type floating sharing widget for your blogger blogs? There you have it today! We released a sliding, scrolling widget last month which contained major social media sharing buttons but some of you complained that the widget do not work properly with the new blogger templates so to keep things more flexible, we are releasing yet another version of a floating widget which contains the best social buttons like Facebook Share/like, Twitter and Google +1 button. All in one. I have not used any scripts this time and this widget works purely on CSS and HTML and is fully compatible with all major browsers....

Tuesday, 14 February 2012

0 [Photoshop] How to Make Animated Banner or Image

First select size , i am choosing 468x60 banner. Now Click Window > Animation , to enable the animation box In FIG1, you see layer and eyes , eye is an important tool which can use when you click new frame in FIG2 , the eye help you to show which content is to be shown in 2nd  frame, like this In this picture eye tool with the help of frame in animation box help us to make animation , PROJECT Uploading.com EXAMPLE...

0 [EBOOK] Software Engineering PDF [FREEBIES]

List Of Files Chapter 1 - Introduction.pdf Chapter 2 - Development.pdf Chapter 3 - RE-1.pdf Chapter 3 - RE-2.pdf Chapter 3 - RE-3.pdf Chapter 3 - RE.pdf Chapter 4 - Domain Models.pdf Chapter 5 - GUIPrototype.pdf Chapter 6 - Sw Design.pdf Chapter 7 - OOA and OOD.pdf Chapter 8 - SW Archi.pdf Chapter 9 - Design Pattern.pdf Chapter 10 - GoodProgPrac.pdf Chapter 11 - Sw V & V.pdf Chapter 12 - Debugging.pdf Downloads Uploading....

0 GW-BASIC [INPUT STATEMENT]

INPUT STATEMENT is use when  you don't know the value , which should be input, like you have to make a BIO-DATA for 32 Students you  don't make different Program, you can just make a program with INPUT statement , FOR EXAMPLE 10 CLS 20 INPUT "ENTER YOUR NAME";N$ 30 INPUT "ENTER YOUR FATHER NAME ";F$ 40 INPUT "ENTER YOUR CLASS";C$ 50 INPUT "ENTER YOUR AGE";A 60 CLS 70 PRINT "NAME:";N$ 80 PRINT "FATHER NAME:";F$ 90 PRINT "CLASS:";C$ 100 PRINT  "AGE";A 110 ENDWhen You run this , The Screen show you ENTER YOUR NAME? SHAHZAIBBAIG ENTER YOUR FATHER NAME? NAIR ENTER YOUR CLASS? 9TH ENTER YOUR AGE? 15 When You Enter the Name ,Father name,...

3 GW-BASIC [FOR-NEXT STATEMENT]

In GW-BASIC FOR-NEXT is use for looping , you can print any number more than 1 time easily . how to write FOR-NEXT 10 FOR A=1 TO 10 20 PRINT SHAHZAIBBAIG 30 NEXT AWhere A is a variable , 1 TO 10 this will PRINT SHAHZAIBBAIG 10 times, you can PRINT more than ten time, its is useful and short STATEMENT of GW-BASIC , NEXT Command is must if u donot write at the end the loop will not work and give you syntax error. Some Examples 10 FOR A = 3 TO 28 STEP 5 20 PRINT A 30 NEXT AWhere STEP 5 will PRINT Like this 3 then 8 then 13 then 18 .... You Can also do this 10 FOR A= 28 TO 3 STEP -5 20 PRINT A 30 NEXT AThis will minus 5 from 28 , when 3 comes program...

Monday, 13 February 2012

0 GW-BASIC [PRINT STATEMENT]

PRINT means to print any data consist of numeric and alphabets .In GW-BASIC , we use print instead of echo it is simple and easy. PRINT "Your Name" PRINT 23-23 PRINT 1 QUOTATION marks are use in string [alphanumeric] data You can write Numeric data with out QUOTATION mark...
Page 1 of 212Next
Share

Widgets

 
Design by Shahzaib Baig