-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb-development-for-mobile-users.html
More file actions
232 lines (167 loc) · 10.8 KB
/
Copy pathweb-development-for-mobile-users.html
File metadata and controls
232 lines (167 loc) · 10.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html>
<head>
<!-- [[! Document Settings ]] -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- [[! Page Meta ]] -->
<title>Web Development for Mobile Users</title>
<meta name="description" content="CI Wise Inc. - Your Dreams. Our Design." />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/assets/images/favicon.ico" >
<!-- [[! Styles'n'Scripts ]] -->
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
<link rel="stylesheet" type="text/css"
href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="stylesheet" type="text/css" href="/assets/css/syntax.css" />
<!-- [[! Ghost outputs important style and meta data with this tag ]] -->
<link rel="canonical" href="/" />
<meta name="referrer" content="origin" />
<link rel="next" href="/page2/" />
<meta property="og:site_name" content="CI Wise Inc." />
<meta property="og:type" content="website" />
<meta property="og:title" content="CI Wise Inc." />
<meta property="og:description" content="Your Dreams. Our Design." />
<meta property="og:url" content="/" />
<meta property="og:image" content="/assets/images/cover1.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CI Wise Inc." />
<meta name="twitter:description" content="Your Dreams. Our Design." />
<meta name="twitter:url" content="/" />
<meta name="twitter:image:src" content="/assets/images/cover1.jpg" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Website",
"publisher": "Finding The Way Home",
"url": "/",
"image": "/assets/images/cover1.jpg",
"description": "Your Dreams. Our Design."
}
</script>
<meta name="generator" content="Jekyll 3.0.0" />
<link rel="alternate" type="application/rss+xml" title="CI Wise Inc." href="/rss.xml" />
</head>
<body class="home-template nav-closed">
<div class="nav">
<h3 class="nav-title">Menu</h3>
<a href="#" class="nav-close">
<span class="hidden">Close</span>
</a>
<ul>
<li class="nav-home " role="presentation"><a href="/">Home</a></li>
<li class="nav-about " role="presentation"><a href="/about.html">About</a></li>
<li class="nav-contact " role="presentation"><a href="/contact.html">Contact</a></li>
<li class="nav-services " role="presentation"><a href="/tag/services">Services</a></li>
<li class="nav-technical " role="presentation"><a href="/tag/technical">Technical</a></li>
<li class="nav-author " role="presentation"><a href="/author/dlwhitehurst">Author</a></li>
</ul>
<a class="subscribe-button icon-feed" href="/rss.xml">Subscribe</a>
</div>
<span class="nav-cover"></span>
<div class="site-wrapper">
<!-- [[! Everything else gets inserted here ]] -->
<!-- < default -->
<!-- The comment above "< default" means - insert everything in this file into -->
<!-- the [body] of the default.hbs template, which contains our header/footer. -->
<!-- Everything inside the #post tags pulls data from the post -->
<!-- #post -->
<header class="main-header post-head " style="background-image: url(/assets/images/cover7.jpg) ">
<nav class="main-nav overlay clearfix">
<a class="blog-logo" href="/"><img src="/assets/images/blog-logo.png" alt="Blog Logo" /></a>
<a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a>
</nav>
</header>
<main class="content" role="main">
<article class="post tag-test tag-content">
<header class="post-header">
<h1 class="post-title">Web Development for Mobile Users</h1>
<section class="post-meta">
<!-- <a href='/'>David L. Whitehurst</a> -->
<time class="post-date" datetime="2016-01-17">17 Jan 2016</time>
<!-- [[tags prefix=" on "]] -->
on
<a href='/tag/services'>Services</a>
</section>
</header>
<section class="post-content">
<p>Today, the internet is viewed by all kinds of devices. These devices generally browse for content using some form of client browser that's written to run on that particular device. And, as developers we've accepted the fact browser choice is a freedom outside of work and sometimes a specification at work. In the workplace there may be no choice. It may be version 13.4 of Internet Explorer and now shut up about it. Enter Browser Wars. It's a game played by all browser-interested parties and web developers hate it. To add to all this confusion, everyone with a data-device (Internet-ready), watches, cell phones, iPads, tablets, laptops big and small, and anything else the world can dream up wants to look at stuff on the internet. We've almost stopped watching TV. We look at monitors and screens now.</p>
<p>For quite some time, this situation was vicious for the web developer. Things are better now but not entirely perfect. We do, however realize that you may want a hosted product that can be used by your office staff indoors and your sales team in the field or on the road. Our development will not box you into doing business our way. These are your dreams. We'll do what you want. If you want an entirely mobile solution we'll do that. And, if you want the best of both worlds we'll do that. There are many architecture options available to all of us today and we can tailor our solution to you. We're flexible. There's no right answer. We will produce the software solution that fits your requirements and provides world-class results.</p>
<p>Contact us today. We want you to realize your dreams and value us as a partner in the collaborative design of your next big thing. As CEO of CI Wise, I want to personally guarantee your satisfaction with us and our work. Call me directly at 919-605-6529. My name is David L. Whitehurst and I'll take your calls as long as I can. And, if I don't answer directly, please leave me a message. I will get back to you.</p>
</section>
<footer class="post-footer">
<!-- Everything inside the #author tags pulls data from the author -->
<!-- #author-->
<figure class="author-image">
<a class="img" href="/author/dlwhitehurst" style="background-image: url(/assets/images/me.png)"><span class="hidden">'s Picture</span></a>
</figure>
<section class="author">
<h4><a href="/author/dlwhitehurst">David L. Whitehurst</a></h4>
<p> Chief Executive Officer, Principal Consultant, and Agile Software Developer for the CI Wise Corporation. An enterprise open source expert and information systems specialist for over 3 decades.</p>
<div class="author-meta">
<span class="author-location icon-location"> Raleigh, North Carolina, USA</span>
<span class="author-link icon-link"><a href="http://ciwise.com"> ciwise.com</a></span>
</div>
</section>
<!-- /author -->
<section class="share">
<h4>Share this post</h4>
<a class="icon-twitter" href="http://twitter.com/share?text=Web Development for Mobile Users&url=http://ciwise.com/web-development-for-mobile-users"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=http://ciwise.com/web-development-for-mobile-users"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<span class="hidden">Facebook</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=http://ciwise.com/web-development-for-mobile-users"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<span class="hidden">Google+</span>
</a>
</section>
<!-- Add Disqus Comments -->
</footer>
</article>
</main>
<aside class="read-next">
<!-- [[! next_post ]] -->
<a class="read-next-story " style="background-image: url(/assets/images/cover13.jpg)" href="/loyalty-and-respect">
<section class="post">
<h2>Loyalty and Respect</h2>
<p>I've been using computing machines since about 1979. I'm a electrical/electronics engineer by education and...</p>
</section>
</a>
<!-- [[! /next_post ]] -->
<!-- [[! prev_post ]] -->
<a class="read-next-story prev " style="background-image: url(/assets/images/cover12.jpg)" href="/open-source-web-development-training">
<section class="post">
<h2>Open Source Development Training</h2>
<p>Enterprise software development today is very tricky. And, it's quite expensive. You may have an...</p>
</section>
</a>
<!-- [[! /prev_post ]] -->
</aside>
<!-- /post -->
<footer class="site-footer clearfix">
<section class="copyright"><a href="/">CI Wise Inc.</a> © 2016</section>
<section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/ciwise/ciwise.github.io">ciwise.github.io</a></section>
</footer>
</div>
<!-- [[! Ghost outputs important scripts and data with this tag ]] -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<!-- [[! The main JavaScript file for Casper ]] -->
<script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script>
<script type="text/javascript" src="/assets/js/index.js"></script>
<!-- Add Google Analytics -->
<!-- Google Analytics Tracking code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72650913-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>