Requirement specification – Dim App for Android, iphone and iPad
Problem
This app solves the following problem: when you are in the dark without any light the lowest level of your phone display brightness is still a lot of light! Way too much light for fishermen, hunters, detectives, etc. This app is For everybody that wants to use the phone without being seen in the dark but still wants to use his/her phone.
App Function
When the app is started there shall be a handle to seamlessly adapt the system brightness of the phone. A second handle is there to even further dim the phone. Please make suggestion on how you think you can realize this. I think you have to work with changing display colors, similar to the night modus in Tomtom GPS/navigation systems. E.g. If you have a white background with black text turn it to black background with white text? But what effect would that have on images that contain black and white?
The risk that you switch the dimming function on during daylight and cannot turn it off because you cannot recognize the content of the display, shall be minimized
With your quote please state how you think you plan to realize this app.
Here are some further specs:
- bugsense.com to be included, bugfixes are included
- communication via skype and email during programming phase
- First realization in Android, then creation of the same function in iphone and ipad
- well documented source code included upon delivery of the final app
- create an app icon, i will give you an image
- create all images needed for uploading into android market and apple appstore, including screenshots of the application
Thank you all for quoting!
Categories: Android, Apple, Application, Bug Fixing, GPS, Graphic Design, Handheld, Icon Design, iPad, iPhone, Mobile, Programming Tags: Android, app, dim, display, iPad, iPhone, Phone
1. SUMMARY
This is an integration project using wordpress as the front end and integrating into this, credit card processing, user authentication, Moodle and Dim Dim. We need a contractor with web site development, LMS, and graphic design skills to convert our existing website to a Web2.0 site, with dynamic content, company blogs, social networking features, and integration with mySpace, facebook, and twitter for sharing content. We expect you complete this task with no code changes to the open source components.
The site has of two components: the
Categories: PHP, Search Engine Optimization, Social Networking, Website Design, Wordpress Tags: blogs, company, Content, course, Design, dim, engine, engine optimization social, features, integrate, Integration, Moodle, moodle wordpress, moodle wordpress integration, Networking, networking website design, Online, optimization social networking, pages, php wordpress search, Search, Search Engine, search engine optimization, site, Social, social networking, social networking website, the site, Website, Wordpress, wordpress integration, wordpress search engine
I need help with my code. I am able to unFollow users using my code, but I get an error (see the gif) every once in awhile. Please tell me where my code is wrong and how I can properly unFollow people using a webcontrol in Visual Basic 6 without an error message.
This should be a VERY easy solution, that should only take a few minutes if you’re experienced in VB6 and webcontrols.
My code is:
Private Sub unFollow()
Dim a As Object
Dim c As String
Dim i As Integer
If bolunFollow Then
bolunFollow = False
End If
c = wb.Document.Body.innerHTML
On Error GoTo eh
For Each a In wb.Document.links
If a Like “http://twitter.com/*” Then
If a.className = “url uid” Then
c = a.parentNode.parentNode.parentNode.ID
c = Mid(c, InStr(c, “person_”) + 7)
wb.Document.All(“remove-btn” & c).Click
While wb.ReadyState <> 4
DoEvents
Wend
End If
End If
Debug.Print a
Next
For Each a In wb.Document.links
If a.innerHTML = “Next
Categories: Visual Basic Tags: amp, amp amp, basic, bolunfollow, Code, dim, document, Error, parentnode, Twitter, twitter visual basic, unfollow, VB6, vb6 webcontrol, vb6 webcontrol help, visual, visual basic, webcontrol, webcontrol help