Saturday, 29 March 2014
Friday, 28 March 2014
Wednesday, 26 March 2014
Wednesday, 19 March 2014
Tuesday, 18 March 2014
Wednesday, 12 March 2014
website company in ahmedabad
Octal Enterprises is a software Development & website designing company in ahmedabad. Creativity, Innovation and Professionalism are the essence of every website that Octal Designs has developed.
Website designing begins with consultation, which involves you (our clients) and our representatives. In this meeting we discuss about your website and design requirements, this can be done via e-mail, over the phone and if possible by meeting personally. After the confirmation and approval of the project it is expected that the clients make 50% payment so that we start the work immediately.
Next step involves collection of photographs and content for your website. This is done once you finalize the content for your website according to the requirement. Once the content has been provided only then we will start working on the project.
Based on your preferences we will design the layout and show it to you. On reviewing from your side based on your feedback we will make the necessary changes.On approval of the layout further content will be added inside the pages on the website. The color combination and structure of the website won’t be changed in any condition.The final step includes testing of the website on different browsers and reviewing website functionality. On successful completion of the all the 5 steps the Website will be launched.
Tuesday, 11 March 2014
Image Alt Role in seo
Because search engines can’t read images, you need to use alt tags to help describe your image.
If you have an image of the Golden Gate Bridge during a foggy day, your alt tag should read something like this:
Alt=”Golden Gate Bridge covered by fog”
Here is what the full image code should look like:
<img src="" alt=”Golden Gate Bridge covered by fog” />
The key to creating good alt tags consists of three points:
Image needs a proper description, without keyword stuffing.
It should be keyword rich.
It needs to be short and to the point.
If you have an image of the Golden Gate Bridge during a foggy day, your alt tag should read something like this:
Alt=”Golden Gate Bridge covered by fog”
Here is what the full image code should look like:
<img src="" alt=”Golden Gate Bridge covered by fog” />
The key to creating good alt tags consists of three points:
Image needs a proper description, without keyword stuffing.
It should be keyword rich.
It needs to be short and to the point.
How to Optimize Images for Better Search Engine Rankings
Neil Patel says about image optimization
You are already optimizing your site for search engines, right? But I bet you aren’t optimizing your images for search traffic!
I know, Google image search only gets a half a percent of Google’s overall traffic. But due to blended search results, images actually get a lot more traffic than that half a percent.
Unlike before, when you search for terms like “golden gate bridge” now, you actually see images of the Golden Gate Bridge on the search listings page. For this reason, it’s important to optimize your images for search engines.
Here’s how you can make your images search engine friendly:
Import Data In folder in php
Octal Enterprises
step 1: create Folder in wamp server/ www/folder name File
step 2: copy my code and paste in your php file
Step 3: Run Your Program
What yar u can import any file in our file folder enjoy-->
<?php
if(isset($_REQUEST["submit"]))
{
$file=$_FILES["file"]["name"];
$temp=$_FILES["file"]["tmp_name"];
$path="file/".$file;
$file1=explode(".",$file);
$ext=$file1[1];
$allowed=array("jpg","mp4");
if(in_array($ext,$allowed))
{
move_uploaded_file($temp,$path);
}
else
{
echo"<script>alert('invalid file')</script>";
}
}
?>
<html >
<head>
</head>
<body>
<form action="" name="form1" id="form1" method="post" enctype="multipart/form-data">
<table>
<tr>
<td>file</td>
<td><input type="file" name="file" id="file" /></td>
</tr>
<tr>
<td><input type="submit" id="submit" name="submit" value="submit" /></td>
</tr>
</table>
</form>
</body>
</html>
Monday, 10 March 2014
Design of Shapes Using CSS
Octal Enterprises
1) Up-Triangle
Code : #up-triangle
{
width: 0;
height: 0;
border-bottom: 120px solid green;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
}
2) Down-Triangle
Code : #down-triangle
{
width: 0;
height: 0;
border-top: 80px solid pink;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
}
3) Left-Triangle
Code : #left-triangle
{
width: 0;
height: 0;
border-right: 100px solid orange;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
}
Keep Connected With Octal Enterprises And learn programming . . .
Saturday, 8 March 2014
Design of Shapes Using CSS
Octal Enterprises
1) circle
Code : #circle
{
width: 140px;
height: 140px;
background: red;
-moz-border-radius: 70px;
-webkit-border-radius: 70px;
border-radius: 70px;
}
2) square
Code : #square
{
width: 140px;
height: 140px;
background: blue;
}
3) Diamond
Code : #diamond
{
width: 80px;
height: 80px;
background: purple;
margin: 3px 0 0 30px;
/* Rotate */
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
/* Rotate Origin */
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 0 100%;
}
Keep Connected With Octal Enterprises And learn programming . . .
Thursday, 6 March 2014
Use of String function
Octal Enterprises
<?php
echo substr("Octal enterprises",0,18)."<br>";
echo strtr("Octal Enterprises","oE","Oe");
$arr = array("Octal" => "Hello", "Enterprises" => "Friends");
echo strtr("Octal Enterprises",$arr);
$firstName = 'Octal Enterprises';
$greeting = 'Hello';
echo $greeting . ' ' . $firstName . '!';
echo strlen("Octal Enterprises");
echo strrchr("Octal Enterprises! Software Development Company!","Octal");
echo strrpos("Octal Enterprises! Software Development Company !","!");
echo strtoupper("octal enterprises!");
?>
Keep Connected With Octal Enterprises And learn programming . . .
Tuesday, 4 March 2014
eEye Security System
Octal Enterprises
eEye Security System
Our New Website Launch :
http://eeye.octalenterprises.com
Subscribe to:
Posts (Atom)