₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,314 members, 8,449,717 topics. Date: Wednesday, 22 July 2026 at 09:04 AM

Toggle theme

Guru01's Posts

Nairaland ForumGuru01's ProfileGuru01's Posts

1 2 3 4 5 6 7 8 ... 26 27 28 29 30 31 32 33 34 (of 47 pages)

WebmastersRe: Bestwebsite Designer Needed by guru01(m): 11:19am On Jan 21, 2013
olushowunm: Are you a good programmer that can design a world-class website.. Please contact me via email : premier_cons@aol.com. Thanks
I have sent you an email.
PoliticsRe: Nigerian Troops Ill-equipped For War In Mali! by guru01(m): 10:51am On Jan 21, 2013
That lady must be fired.
The president should ban her from entry Nigeria for the rest of her life.
She think say to carry gun easy, not to talk of to go fight for desert!
Web MarketRe: I Need A Web Design School/course In Abuja/nigeria/online? by guru01(m): 9:54pm On Jan 20, 2013
@OP,
You can contact me via email: jeczzy @ yahoo dot com.
Presently in abuja, and can teach web programming.
WebmastersRe: Who Is A PHP Programmer? by guru01(m): 6:56pm On Jan 20, 2013
What makes a good programmer?
WebmastersRe: Urgently Need Web Developer! by guru01(m): 6:09pm On Jan 19, 2013
My email is jeczzy @ yahoo dot com
WebmastersRe: Who Is A PHP Programmer? by guru01(m): 6:00pm On Jan 19, 2013
A php programmer is one who can code with the language.
A good php programmer is one who know 50% of the function and libraries and also contribute to the development of the language in one way or the other.
BusinessRe: Your experiences with the UBA Naira Visa Africard by guru01(m): 4:56pm On Jan 18, 2013
@OP
Thank you for this great information, i almost wanted to pay 50k to acquire Zenith Bank card.

Kind regards.
BusinessRe: This Is How To Register Your Business Name Very Fast Without Delay. by guru01(m): 4:30pm On Jan 18, 2013
Thank you for the information.
WebmastersRe: Joomla Menu Not Working by guru01(m): 9:07pm On Jan 17, 2013
Check if the article or category you are pointing the menu to is published.
WebmastersRe: Need A Website Just Like 2go,eskimi by guru01(m): 8:58pm On Jan 17, 2013
Sir, i have sent you an email.
WebmastersRe: What Is The Best Web Online Tutorial Website? by guru01(m): 3:39pm On Jan 12, 2013
The best website for webdesign tutorials ranges to their content.
To more i will say, the best is the one that meet my need at that point in time.
E.g: you might be looking for a way to solve a problem, and some website might have that solution so i will rate them best.
you site are good for reference, e.g. w3schools, tizag,webdesign.about.com, and many more.
WebmastersRe: What Is The Best Tool For Webdesign? by guru01(m): 3:34pm On Jan 12, 2013
The best tool for designing a webpage is the one you are comfortable using at that particular time.
Moreover, there are lot of tools out there that can help you design fast and easily.

-Adobe Dreamweaver CS5+
-Notepad++
-Notepad for window
-and many more.

These are the once i use.
WebmastersRe: Gsm Number Generator Code by guru01(m): 2:16pm On Jan 12, 2013
How do i get an HLR look up.
I want to develop number generator for specific state.

Thank you.
WebmastersRe: Website application Form Needed by guru01(m): 1:43pm On Jan 12, 2013
I have sent you an email sir.
WebmastersRe: I Need A Website !!! by guru01(m): 10:51am On Jan 09, 2013
madelinekim: If you want to create web site and looking for good experience web developer than you have to use google search to find best web design company. Its provide you many of good web developer who has good knowledge and experience of web developing.
Is there any button to dislike! -1
WebmastersRe: I Need A Website !!! by guru01(m): 9:52am On Jan 09, 2013
Sir, I have sent you an email, please respond.
Thank you.
WebmastersRe: Website Requests by guru01(m): 9:49am On Jan 09, 2013
Yea i support the motion.
WebmastersRe: Problem With Wordpress by guru01(m): 9:28pm On Jan 08, 2013
guru01: You can search plugin directory for a backup plugin so you can backup your files and export it, then upload it later on.


OR

You can create a directory through the FTP remotely in your server, then copy all files into it.
After files have been copied, move the directory you copied file to up, i.e: where you have ".."; until you get to the directory you want, then extract the file in it.
You might also consider using the file manager system in your cpanel, its the same process.
WebmastersRe: Problem With Wordpress by guru01(m):
You can search plugin directory for a backup plugin so you can backup your files and export it, then upload it later on.


OR

You can create a directory through the FTP remotely in your server, then copy all files into it.
After files have been copied, move the directory you copied file to up, i.e: where you have ".."; until you get to the directory you want, then extract the file in it.

NOTE: Test this technique on your local FTP before performing it on the remote server.
WebmastersRe: Lets Discuss Html5 And Css3 by guru01(op): 8:57pm On Jan 08, 2013
Thanks.
WebmastersRe: Sections In Html5 by guru01(m): 6:54pm On Jan 08, 2013
WebmastersRe: Lets Discuss Html5 And Css3 by guru01(op): 5:51pm On Jan 08, 2013
WHEN TO USE A SECTION ELEMENT

The new HTML5 SECTION element can be somewhat confusing. If you've been building HTML documents before HTML5, chances are you are already using the DIV element to create structural divisions within your pages and then style the pages with them.
The first thing to understand is that the SECTION element is a semantic element. This means that it provides meaning to both user agents and humans about what the enclosed content is—specifically a section of the document.

This may seem like a very general semantic description, and that's because it is. There are other HTML5 elements that provide more semantic distinctions to your content that you should use first, before you use the SECTION element:

ARTICLE ELEMENT
ASIDE ELEMENT
NAV ELEMENT

Use the ARTICLE element when the content is an independent part of the site that can stand alone and be syndicated like an article or blog post. Use the ASIDE element when the content is tangentially related to either the content of the page or the site itself, such as sidebars, annotations, footnotes, or associated site information. Use the NAV element for content that is navigation.

The SECTION element is a generic semantic element. You use it to specify a particular section of your webpage. Just like in a document, the table of content contains a list of sections and sub-sections of the content in that document. So, in your webpage you also might need to specify a section of the document, that's where the SECTION comes in. A SECTION element can also be found inside an ARTICLE, NAV, or ASIDE. You can even nest sections to indicate that one group of content is a section of another group of content that is a section of an article or the page as a whole.


The DIV element in HTML5 is a non-semantic container element. If the content you are trying to combine doesn't have a semantic meaning, but you still need to combine it for styling, then the DIV element is the appropriate element to use.

HOW SECTION ELEMENT WORKS

The SECTION element creates items inside an outline of the document. And as such, you should always have a header element (H1 through H6) as a part of the section. If you can't come up with a title for the section, then again the DIV element is probably more appropriate. Remember, if you don't want the section title to appear on the page, you can always mask it with CSS.


WHEN NOT TO USE THE SECTION ElEMENT

Beyond the advice above to use the more specific semantic elements first, there is one definite area that you should not use the SECTION element: for style only.

In other words, if the only reason you're putting an element in that place is to attach CSS style properties, you should not use a SECTION element. Find a semantic element or use the DIV element instead.

FINALLY

A difficulty in writing semantic HTML is that what is semantic to me may be utter nonsense to you. If you feel that you can justify using the SECTION element in your documents, then you should use it. Most user agents don't care and will display the page as you might expect whether you style a DIV or a SECTION.

For designers who like to be semantically correct, using the SECTION element in a semantically valid way is important. For designers who just want their pages to work, that isn't as important. I believe that writing semantically valid HTML is good practice and keeps the pages more future-proofed. But in the end it's up to you.
WebmastersRe: Lets Discuss Html5 And Css3 by guru01(op): 8:33am On Jan 08, 2013
<SECTION> TAG in html5 specify a section in the webpage.
So when you use a section element you are telling the browser that this is a section, and also NOTE that a section should have a heading.
E.g: <section><header><h3></h3></header>followed by div tag or any thing you want to put on that section</section>
There is a browser plugin called HTML5 outliner that is used to see how your webpage is outlined. I use this plugin installed in chrome.

When you view your webpage with html5 outliner, you will find out that any section without a header and heading element will be named UNTITLED content/document.
WebmastersRe: Sections In Html5 by guru01(m): 8:19am On Jan 08, 2013
<SECTION> TAG in html5 specify a section in the webpage.
So when you use a section element you are telling the browser that this is a section, and also NOTE that a section should have a heading.
E.g: <section><header><h3></h3></header><!--Followed by the section body</section>
There is a browser plugin called HTML5 outliner that is used to see how your webpage is outlined. I use this plugin installed in chrome.
WebmastersRe: .. by guru01(m): 6:39pm On Jan 02, 2013
I enjoy doing when its more difficult, because that's where i learn new things.
Its fun and i love when i got the solution.
WebmastersRe: How Do I Make A Site Fits Any Screen Size Including Mobile. by guru01(m): 12:24pm On Dec 31, 2012
[quote author=yawa-ti-de]Remove this animation from the site - it is very distracting.
good luck![/quote]I have noticed you don't like animation on webpages grin
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Blessed International College</title>
</head>
<style type="text/css">
body {
background-color:black;
margin-right:auto;
margin-left:auto;
margin-top:10px;
width:75%;
}
div#header
{
width:100%;
height:155px;
background-color:transparent;
text-decoration:none;
}
div#navigator
{
position:relative;
width:100%;
background-color:#A00;
height:30px;
}
div#menu
{
width:20%;
text-align:center;
font-size:15px;
height:30px;
float:left;
color:#FFDFFF;
font-family:georgia;
font-weight:bold;
}
div:hover
{
background-color:#D41F00;
text-decoration:underline;
}
div#container
{
position:relative;
width:100%;
background-color:white;
text-decoration:none;
color:black;
font-size:15px;
height:660px;
}
div#footer
{
width:100%;
height:80px;
font-size:15px;
color:white;
position:relative;
background-color:#2A00AA;
text-align:center;
font-weight:bold;
text-decoration:none;
}

</style>
Try this:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Blessed International College</title>
<style type="text/css">
body {
background-color:black;
margin-right:auto;
margin-left:auto;
margin-top:10px;
width:75%;
}
div#header
{
width:100%;
height:155px;
background-color:transparent;
text-decoration:none;
}
div#navigator
{
position:relative;
width:100%;
background-color:#A00;
height:30px;
}
div#menu
{
width:20%;
text-align:center;
font-size:15px;
height:30px;
float:left;
color:#FFDFFF;
font-family:georgia;
font-weight:bold;
}
div:hover
{
background-color:#D41F00;
text-decoration:underline;
}
div#container
{
position:relative;
width:100%;
background-color:white;
text-decoration:none;
color:black;
font-size:15px;
height:660px;
}
div#footer
{
width:100%;
height:80px;
font-size:15px;
color:white;
position:relative;
background-color:#2A00AA;
text-align:center;
font-weight:bold;
text-decoration:none;
}

</style>
</head>

Also Dreamweaver CS5 has a device view, change it to mobile and test.
WebmastersRe: Lets Discuss Html5 And Css3 by guru01(op): 12:07pm On Dec 31, 2012
especially when considering a lot of such folks are on mobile devices
95% of mobile device(smartphones) Support HTML5 and CSS3 so no worry, if you are building a mobile site, i will advice to use HTML5.

MSFT no longer supporting IE7
Am just saying, but soon it wont be supported. No source yet, its just an instinct. smiley
WebmastersRe: Lets Discuss Html5 And Css3 by guru01(op): 9:28pm On Dec 30, 2012
[quote author=yawa-ti-de]Yes, there are plenty of fallbacks, like this one but I always have 2 questions which not many have been able to answer to my satisfaction (not to say it is bad to use them):
1) Is it worth importing extra KB of JavaScript (or whatever code) just to use HTML5 or CSS3?
2) What happens when the browser you are targetting does support HTML/CSS3? Will you need to go back and take out these extra libraries or will everything fall into place automatically?[/quote]Good questions.
1) Its worth importing kb of scripting code for the sake of those who still rely on their IE lte 9, and also for those who still use window XP. Because the code will only work for them. That's where Modernizer come into play. It detects of that browser support HTML5/CSS3.

2) If your browser supports HTML5/CSS3 it simply ignores the code and carryout the HTML.
This fallback won't be a disadvantage even if all browsers support new standards, if you are still developing to support IE 6 or 7 you better stop, because even Micro soft doesn't support it.

Let say for example, you wanted to create a form(create secure form with html5 is cool and with css3 its sexy) after creating your form, you need to validate with JS, HTML5 makes it easy for me by using the "required, placeholder, date, tel, number, text, etc
" attribute.
WebmastersRe: How Much Did You Make In 2012? by guru01(m):
I made up to 10m, but no serious marketing done.
2013 I will double that amount.

What do you do to client that their project is taking forever to complete?
They keep delaying the project, is there any action someone can take?
WebmastersRe: Lets Discuss Html5 And Css3 by guru01(op): 8:02pm On Dec 29, 2012
Here is a good list of HTML5 fall back: https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills
It also includes CSS3/4 fallback. You don't need to worry about IE
WebmastersRe: what scripts and tools are used for real time video streaming by guru01(m): 3:43am On Dec 29, 2012
uchdollar111: I als want to know i'm interested my email is uchdollar@gmail.com
Send me an email
WebmastersRe: A Website For All Private Schools In Anambra State - Pls Review by guru01(m): 3:42am On Dec 29, 2012
[quote author=yawa-ti-de]Looks good all in all.

2) The "about us dropdown only looks good on the home page and not on other pages (has white font, which is unreadable)[/quote]You need to change the font color

Taiw: i'm working on a job portal site using visual studio 2010 and i ave already designed d layout but my challenges are:
1. since i'll be updating it frequently, how do i design it in such a way to ease the updates without seeing the html codes
2. If i make a post on the subcategory, how do i make it appear automatically on d homepage or do i nid to copy and paste again?
3. I want to be able to alert my registered users if dere is an update.how do i go about it.
You could also recommend books that can aid the development of the site.
What you need is a database driven site. Probably a CMS will do.

1 2 3 4 5 6 7 8 ... 26 27 28 29 30 31 32 33 34 (of 47 pages)